| /openbmc/phosphor-time-manager/ |
| H A D | settings.hpp | 23 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 D | settings.cpp | 17 Objects::Objects(sdbusplus::bus_t& bus) in Objects() function in settings::Objects
|
| H A D | manager.hpp | 58 settings::Objects settings;
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | settings.hpp | 18 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 D | settings.cpp | 18 Objects::Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter) : in Objects() function in settings::Objects 51 Service Objects::service(const Path& path, const Interface& interface) const in service()
|
| H A D | whitelist-filter.cpp | 48 std::unique_ptr<settings::Objects> objects; 175 objects = std::make_unique<settings::Objects>( in postInit()
|
| /openbmc/phosphor-state-manager/ |
| H A D | settings.hpp | 26 struct Objects struct 34 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot); 35 Objects(const Objects&) = delete; 36 Objects& operator=(const Objects&) = delete; 37 Objects(Objects&&) = delete; 38 Objects& operator=(Objects&&) = delete; 39 ~Objects() = default; 73 struct HostObjects : public Objects
|
| H A D | settings.cpp | 20 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-openembedded/meta-python/recipes-connectivity/python-pyro4/ |
| H A D | python3-pyro4_4.82.bb | 1 SUMMARY = "Python Remote Objects"
|
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0001-Add-support-for-persistent-only-settings.patch | 25 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 D | 0002-Add-support-for-boot-initiator-mailbox.patch | 42 @@ -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/xcat/ |
| H A D | __init__.robot | 23 ${software}= Get Host Software Objects Details
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | __init__.robot | 18 ${software}= Get Host Software Objects Details
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/appstream-glib/ |
| H A D | appstream-glib_0.8.2.bb | 1 SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | code_update_utils.robot | 22 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/openpower-occ-control/ |
| H A D | utils.cpp | 139 using Objects = std::map<Path, std::map<Serv, Intfs>>; in getServiceUsingSubTree() typedef 141 Objects rspObjects; in getServiceUsingSubTree()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | sdbusplus.hpp | 188 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/qemu/qapi/ |
| H A D | ebpf.json | 9 # eBPF Objects
|
| /openbmc/docs/architecture/ |
| H A D | redfish-logging-in-bmcweb.md | 6 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 D | README.md | 26 ## D-Bus Objects 28 ### Interface Objects argument 37 ### IP Address Objects argument
|
| /openbmc/openbmc-test-automation/extended/code_update/ |
| H A D | host_code_update.robot | 149 ${software_objects}= Get Software Objects 196 ${software_objects}= Get Software Objects 243 ${image_ids}= Get Software Objects
|
| H A D | bmc_code_update.robot | 194 ${software_ids}= Get Software Objects Id 254 ${image_ids}= Get Software Objects ${VERSION_PURPOSE_BMC}
|
| /openbmc/phosphor-networkd/docs/ |
| H A D | Network-Configuration.md | 28 ### Interface Objects 37 ### IPAddress Objects
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_systeminfo_parameters.robot | 584 Add Prefix To List Objects And Join String 617 ${sys_fw_version_string}= Add Prefix To List Objects And Join String ${sys_fw_version} 628 ${sys_name_hex_default}= Add Prefix To List Objects And Join String ${sys_name_default} 639 ${primary_os_name_hex}= Add Prefix To List Objects And Join String ${primary_os_name} 650 ${default_os_name_hex}= Add Prefix To List Objects And Join String ${default_os_name} 661 ${present_os_num_hex}= Add Prefix To List Objects And Join String ${present_os_num}
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 56 - printf(_("Objects: %9lld\n"), ctl->nobjects); 60 + printf(("Objects: %9lld\n"), ctl->nobjects);
|