/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | get_managed_objects.hpp | 30 * @class GetManagedObjects 33 * by using Manager::addObjects() which calls the GetManagedObjects 64 class GetManagedObjects : class 66 public ActionRegister<GetManagedObjects> 72 GetManagedObjects() = delete; 73 GetManagedObjects(const GetManagedObjects&) = delete; 74 GetManagedObjects(GetManagedObjects&&) = delete; 75 GetManagedObjects& operator=(const GetManagedObjects&) = delete; 76 GetManagedObjects& operator=(GetManagedObjects&&) = delete; 77 ~GetManagedObjects() = default; [all …]
|
H A D | get_managed_objects.cpp | 26 GetManagedObjects::GetManagedObjects(const json& jsonObj, in GetManagedObjects() function in phosphor::fan::control::json::GetManagedObjects 33 void GetManagedObjects::run(Zone& zone) in run() 93 void GetManagedObjects::setZones( in setZones() 107 void GetManagedObjects::setActions(const json& jsonObj) in setActions()
|
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/ |
H A D | occ | 18 GetManagedObjects" 28 GetManagedObjects" 37 GetManagedObjects"
|
H A D | dumpfilelist | 17 GetManagedObjects"
|
/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/ |
H A D | occ | 18 GetManagedObjects" 28 GetManagedObjects" 37 GetManagedObjects"
|
H A D | dumpfilelist | 17 GetManagedObjects"
|
/openbmc/phosphor-snmp/ |
H A D | snmp_util.cpp | 19 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function 27 "GetManagedObjects"); in getManagedObjects() 120 auto objTree = phosphor::getManagedObjects(bus, busName, root); in getManagers()
|
H A D | snmp_util.hpp | 47 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
|
/openbmc/ibm-logging/ |
H A D | dbus.cpp | 32 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function 40 "GetManagedObjects"); in getManagedObjects()
|
H A D | dbus.hpp | 50 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | ledgroup | 16 GetManagedObjects"
|
H A D | inventory | 16 GetManagedObjects"
|
H A D | bios | 16 GetManagedObjects"
|
H A D | settings | 18 GetManagedObjects"
|
H A D | elogall | 25 GetManagedObjects"
|
H A D | ldapdump | 33 'GetManagedObjects'"
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | 45 ManagedObjectType getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function 52 "GetManagedObjects"); in getManagedObjects() 679 auto getManagedObjects = bus.new_method_call( in processHostFirmware() local 681 "org.freedesktop.DBus.ObjectManager", "GetManagedObjects"); in processHostFirmware() 689 auto reply = bus.call(getManagedObjects); in processHostFirmware() 798 auto objects = getManagedObjects(bus, entityManagerServiceName, in updateBiosAttrTable() 812 auto objects = getManagedObjects(bus, entityManagerServiceName, in updateBiosAttrTable()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | VoltageRegulatorControl.interface.yaml | 10 can be found through the GetManagedObjects DBus method.
|
H A D | VoltageRegulatorMode.interface.yaml | 19 can be found through the GetManagedObjects DBus method.
|
/openbmc/google-ipmi-sys/ |
H A D | handler.cpp | 463 // C type for "a{oa{sa{sv}}}" from DBus.ObjectManager::GetManagedObjects() 492 "GetManagedObjects"); in accelOobDeviceCount() 498 "Failed to call GetManagedObjects on com.google.custom_accel", in accelOobDeviceCount() 515 "GetManagedObjects"); in accelOobDeviceName() 521 "Failed to call GetManagedObjects on com.google.custom_accel", in accelOobDeviceName()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | snmp_trap_event_clients.hpp | 99 BMCWEB_LOG_ERROR("D-Bus response error on GetManagedObjects {}", in getSnmpTrapClient() 130 "org.freedesktop.DBus.ObjectManager", "GetManagedObjects"); in afterSnmpClientCreate()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | PrivilegeMapper.interface.yaml | 14 and use the GetManagedObjects method on the
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 121 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function 129 "GetManagedObjects"); in getManagedObjects() 504 getManagedObjects(Context::ptr ctx, const std::string& service, in getManagedObjects() function 510 "org.freedesktop.DBus.ObjectManager", "GetManagedObjects"); in getManagedObjects()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 320 static auto getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function in phosphor::fan::util::SDBusPlus 329 using GetManagedObjects = in getManagedObjects() typedef 332 return callMethodAndRead<GetManagedObjects>( in getManagedObjects() 334 "GetManagedObjects"s); in getManagedObjects()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | virtual_media.hpp | 101 dbus::utility::getManagedObjects( in findAndParseObject() 281 dbus::utility::getManagedObjects( in getVmResourceList() 746 dbus::utility::getManagedObjects( in handleManagersVirtualMediaActionInsertPost() 816 dbus::utility::getManagedObjects( in handleManagersVirtualMediaActionEject()
|