Home
last modified time | relevance | path

Searched full:getmanagedobjects (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.hpp30 * @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 Dget_managed_objects.cpp26 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 Docc18 GetManagedObjects"
28 GetManagedObjects"
37 GetManagedObjects"
H A Ddumpfilelist17 GetManagedObjects"
/openbmc/phosphor-debug-collector/tools/dreport.d/openpower.d/plugins.d/
H A Docc18 GetManagedObjects"
28 GetManagedObjects"
37 GetManagedObjects"
H A Ddumpfilelist17 GetManagedObjects"
/openbmc/phosphor-snmp/
H A Dsnmp_util.cpp19 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 Dsnmp_util.hpp47 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
/openbmc/ibm-logging/
H A Ddbus.cpp32 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() function
40 "GetManagedObjects"); in getManagedObjects()
H A Ddbus.hpp50 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dledgroup16 GetManagedObjects"
H A Dinventory16 GetManagedObjects"
H A Dbios16 GetManagedObjects"
H A Dsettings18 GetManagedObjects"
H A Delogall25 GetManagedObjects"
H A Dldapdump33 'GetManagedObjects'"
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp45 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 DVoltageRegulatorControl.interface.yaml10 can be found through the GetManagedObjects DBus method.
H A DVoltageRegulatorMode.interface.yaml19 can be found through the GetManagedObjects DBus method.
/openbmc/google-ipmi-sys/
H A Dhandler.cpp463 // 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 Dsnmp_trap_event_clients.hpp99 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 DPrivilegeMapper.interface.yaml14 and use the GetManagedObjects method on the
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp121 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 Dsdbusplus.hpp320 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 Dvirtual_media.hpp101 dbus::utility::getManagedObjects( in findAndParseObject()
281 dbus::utility::getManagedObjects( in getVmResourceList()
746 dbus::utility::getManagedObjects( in handleManagersVirtualMediaActionInsertPost()
816 dbus::utility::getManagedObjects( in handleManagersVirtualMediaActionEject()

123