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.cpp13 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.hpp32 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
179 void updateAssociationTree(const dbus::ObjectValueTree& objects,
235 dbus::ObjectValueTree objects;
H A Dfru.cpp45 void FruImpl::updateAssociationTree(const dbus::ObjectValueTree& objects, in updateAssociationTree()
/openbmc/pldm/common/
H A Dutils.hpp201 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
386 static ObjectValueTree getManagedObj(const char* service, const char* path);
399 static ObjectValueTree object = ClassType::getManagedObj( in getInventoryObjects()
H A Dtypes.hpp88 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; typedef
H A Dutils.cpp411 ObjectValueTree DBusHandler::getManagedObj(const char* service, in getDbusPropertyVariant()
418 return bus.call(method).unpack<ObjectValueTree>(); in getManagedObj()
/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.cpp121 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects()
125 ipmi::ObjectValueTree interfaces; in getManagedObjects()
505 ObjectValueTree& objects) in getManagedObjects()
508 objects = ctx->bus->yield_method_call<ipmi::ObjectValueTree>( in getManagedObjects()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp161 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
377 ObjectValueTree& objects);
H A Dtypes.hpp38 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.cpp739 ipmi::ObjectValueTree managedObjects; in isFruPresent()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp113 static boost::container::flat_map<std::string, ObjectValueTree> SensorCache;
367 ObjectValueTree allManagedObjects; in getSensorMap()
371 ObjectValueTree managedObjects; in getSensorMap()