Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/phosphor-time-manager/
H A Dsettings.hpp23 struct Objects struct
30 explicit Objects(sdbusplus::bus_t& /*bus*/);
31 Objects() = delete;
32 Objects(const Objects&) = delete;
33 Objects& operator=(const Objects&) = delete;
34 Objects(Objects&&) = default;
35 Objects& operator=(Objects&&) = delete;
36 ~Objects() = default;
H A Dsettings.cpp17 Objects::Objects(sdbusplus::bus_t& bus) in Objects() function in settings::Objects
H A Dmanager.hpp58 settings::Objects settings;
/openbmc/phosphor-host-ipmid/
H A Dsettings.hpp18 struct Objects struct
27 Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter);
28 Objects(const Objects&) = default;
29 Objects& operator=(const Objects&) = delete;
30 Objects(Objects&&) = delete;
31 Objects& operator=(Objects&&) = delete;
32 ~Objects() = default;
H A Dsettings.cpp19 Objects::Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter) : in Objects() function in settings::Objects
52 Service Objects::service(const Path& path, const Interface& interface) const in service()
H A Dwhitelist-filter.cpp48 std::unique_ptr<settings::Objects> objects;
175 objects = std::make_unique<settings::Objects>( in postInit()
/openbmc/phosphor-state-manager/
H A Dsettings.hpp25 struct Objects struct
33 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot);
34 Objects(const Objects&) = delete;
35 Objects& operator=(const Objects&) = delete;
36 Objects(Objects&&) = delete;
37 Objects& operator=(Objects&&) = delete;
38 ~Objects() = default;
72 struct HostObjects : public Objects
H A Dsettings.cpp20 Objects::Objects(sdbusplus::bus_t& bus, const Path& root) : bus(bus) in Objects() function in settings::Objects
100 Service Objects::service(const Path& path, const Interface& interface) const in service()
132 Objects(bus, Path("/xyz/openbmc_project/control/host") + std::to_string(id)) in HostObjects()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
81 @@ -131,7 +158,7 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
H A D0002-Add-support-for-boot-initiator-mailbox.patch42 @@ -147,8 +148,9 @@ settings::Objects& getObjects()
45 objectsPtr = std::make_unique<settings::Objects>(
68 + settings::Objects& objects = getObjects();
97 + settings::Objects& objects = getObjects();
126 + settings::Objects& objects = getObjects();
155 + settings::Objects& objects = getObjects();
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.robot22 Get Software Objects
66 Get Software Objects Id
77 ${sw_list}= Get Software Objects ${version_type}
96 Get Host Software Objects Details
102 ${pnor_details}= Get Software Objects ${VERSION_PURPOSE_HOST}
137 ${software_objects}= Get Software Objects version_type=${version_type}
158 ${images}= Get Software Objects version_type=${version_type}
316 ${software_objects}= Get Software Objects version_type=${version_purpose}
362 ${software_objects}= Get Software Objects version_type=${version_type}
421 ${sw_list}= Get Software Objects version_type=${version_type}
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyro4/
H A Dpython3-pyro4_4.82.bb1 SUMMARY = "Python Remote Objects"
/openbmc/openbmc-test-automation/xcat/
H A D__init__.robot23 ${software}= Get Host Software Objects Details
/openbmc/openbmc-test-automation/openpower/ras/
H A D__init__.robot23 ${software}= Get Host Software Objects Details
/openbmc/openpower-occ-control/
H A Dutils.cpp144 using Objects = std::map<Path, std::map<Serv, Intfs>>; in getServiceUsingSubTree() typedef
146 Objects rspObjects; in getServiceUsingSubTree()
/openbmc/openbmc-test-automation/extended/
H A D__init__.robot18 ${software}= Get Host Software Objects Details
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/appstream-glib/
H A Dappstream-glib_0.8.2.bb1 SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp188 using Objects = std::map<Path, std::map<Serv, Intfs>>; in getSubTreeRaw() typedef
191 return callMethodAndRead<Objects>( in getSubTreeRaw()
210 using Objects = std::map<Path, std::map<Serv, Intfs>>; in getSubTreeRaw() typedef
212 return callMethodAndRead<Objects>( in getSubTreeRaw()
/openbmc/linux/Documentation/gpu/
H A Ddrm-kms.rst30 label="Static Objects"
168 :alt: Mode Objects and Properties
169 :caption: Mode Objects and Properties
199 :alt: Mode Objects and Properties
200 :caption: Mode Objects and Properties
363 Dumb Buffer Objects
/openbmc/docs/architecture/
H A Dredfish-logging-in-bmcweb.md6 Redfish Message Objects can be represented in different ways. In bmcweb, we have
7 chosen to use Message Registries with Message Objects that are referenced using
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md26 ## D-Bus Objects
28 ### Interface Objects argument
37 ### IP Address Objects argument
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot149 ${software_objects}= Get Software Objects
195 ${software_objects}= Get Software Objects
242 ${image_ids}= Get Software Objects
/openbmc/qemu/qapi/
H A Debpf.json8 # = eBPF Objects
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst32 their volume number. Objects in the vertical direction are connected by double
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-usb_power_delivery28 set of Power Data Objects (PDO), each representing a type of
42 of Power Data Objects (PDO) just like with source capabilities,
62 it that the other Fixed Supply Objects do not have and that are

123