/openbmc/pldm/common/test/ |
H A D | mocked_utils.hpp | 28 static pldm::utils::ObjectValueTree 31 return pldm::utils::ObjectValueTree{}; in getManagedObj() 38 static pldm::utils::ObjectValueTree 41 return pldm::utils::ObjectValueTree{ in getManagedObj()
|
H A D | pldm_utils_test.cpp | 13 ObjectValueTree result = in TEST()
|
/openbmc/phosphor-snmp/ |
H A D | snmp_util.hpp | 37 using ObjectValueTree = typedef 47 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
|
H A D | snmp_util.cpp | 19 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() 23 ObjectValueTree interfaces; in getManagedObjects()
|
/openbmc/ibm-logging/ |
H A D | dbus.hpp | 32 using ObjectValueTree = typedef 50 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
|
H A D | dbus.cpp | 32 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() 36 ObjectValueTree interfaces; in getManagedObjects()
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 32 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef 179 void updateAssociationTree(const dbus::ObjectValueTree& objects, 235 dbus::ObjectValueTree objects;
|
H A D | fru.cpp | 45 void FruImpl::updateAssociationTree(const dbus::ObjectValueTree& objects, in updateAssociationTree()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bmccontrolservices.cpp | 126 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in setBmcControlServices() 174 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in getBmcControlServices()
|
H A D | manufacturingcommands.cpp | 285 ObjectValueTree obj; in findPwmName() 890 ObjectValueTree obj; in findFruDevice()
|
H A D | oemcommands.cpp | 125 ObjectValueTree valueTree = getManagedObjects(bus, service, "/"); in getChassisSerialNumber()
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 199 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef 365 static ObjectValueTree getManagedObj(const char* service, const char* path); 378 static ObjectValueTree object = ClassType::getManagedObj( in getInventoryObjects()
|
H A D | types.hpp | 77 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
|
H A D | utils.cpp | 394 ObjectValueTree DBusHandler::getManagedObj(const char* service, in getManagedObj() 401 return bus.call(method).unpack<ObjectValueTree>(); in getManagedObj()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 121 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects() 125 ipmi::ObjectValueTree interfaces; in getManagedObjects() 505 const std::string& objPath, ObjectValueTree& objects) in getManagedObjects() 508 objects = ctx->bus->yield_method_call<ipmi::ObjectValueTree>( in getManagedObjects()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utils.hpp | 161 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, 377 const std::string& objPath, ObjectValueTree& objects);
|
H A D | types.hpp | 38 using ObjectValueTree = typedef
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_fru_test.cpp | 97 ObjectValueTree objects{ in TEST()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_dump.cpp | 53 ObjectValueTree objects; in findDumpObjPath()
|
/openbmc/phosphor-host-ipmid/ |
H A D | storagehandler.cpp | 737 ipmi::ObjectValueTree managedObjects; in isFruPresent()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 113 static boost::container::flat_map<std::string, ObjectValueTree> SensorCache; 367 ObjectValueTree allManagedObjects; in getSensorMap() 371 ObjectValueTree managedObjects; in getSensorMap()
|