Home
last modified time | relevance | path

Searched refs:ObjectValueTree (Results 1 – 21 of 21) sorted by relevance

/openbmc/pldm/common/test/
H A Dmocked_utils.hpp28 static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/, in getManagedObj()
31 return pldm::utils::ObjectValueTree{}; in getManagedObj()
38 static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/, in getManagedObj()
41 return pldm::utils::ObjectValueTree{ in getManagedObj()
H A Dpldm_utils_test.cpp49 ObjectValueTree result = in TEST()
/openbmc/phosphor-snmp/
H A Dsnmp_util.hpp37 using ObjectValueTree = typedef
47 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
H A Dsnmp_util.cpp19 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects()
23 ObjectValueTree interfaces; in getManagedObjects()
/openbmc/ibm-logging/
H A Ddbus.hpp32 using ObjectValueTree = typedef
50 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
H A Ddbus.cpp32 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects()
36 ObjectValueTree interfaces; in getManagedObjects()
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp37 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
195 void updateAssociationTree(const dbus::ObjectValueTree& objects,
256 dbus::ObjectValueTree objects;
H A Dfru.cpp52 void FruImpl::updateAssociationTree(const dbus::ObjectValueTree& objects, in updateAssociationTree()
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp126 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in setBmcControlServices()
174 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in getBmcControlServices()
H A Dmanufacturingcommands.cpp285 ObjectValueTree obj; in findPwmName()
890 ObjectValueTree obj; in findFruDevice()
H A Doemcommands.cpp125 ObjectValueTree valueTree = getManagedObjects(bus, service, "/"); in getChassisSerialNumber()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp125 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects()
129 ipmi::ObjectValueTree interfaces; in getManagedObjects()
430 ObjectValueTree& objects) in getManagedObjects()
433 objects = ctx->bus->yield_method_call<ipmi::ObjectValueTree>( in getManagedObjects()
/openbmc/pldm/common/
H A Dutils.hpp208 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
424 static ObjectValueTree getManagedObj(const char* service, const char* path);
437 static ObjectValueTree object = ClassType::getManagedObj( in getInventoryObjects()
H A Dtypes.hpp95 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
H A Dutils.cpp441 ObjectValueTree DBusHandler::getManagedObj(const char* service, in getManagedObj()
448 return bus.call(method).unpack<ObjectValueTree>(); in getManagedObj()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp160 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
340 ObjectValueTree& objects);
H A Dtypes.hpp39 using ObjectValueTree = typedef
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_fru_test.cpp97 ObjectValueTree objects{ in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp54 ObjectValueTree objects; in findDumpObjPath()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp726 ipmi::ObjectValueTree managedObjects; in isFruPresent()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp121 static boost::container::flat_map<std::string, ObjectValueTree> SensorCache;
377 ObjectValueTree allManagedObjects; in getSensorMap()
381 ObjectValueTree managedObjects; in getSensorMap()