Home
last modified time | relevance | path

Searched refs:ObjectPaths (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp29 using ObjectPaths = std::vector<std::string>; typedef
161 void readLoggingObjectPaths(ObjectPaths& paths);
H A Dselutility.cpp374 void readLoggingObjectPaths(ObjectPaths& paths) in readLoggingObjectPaths()
386 mapperCall.append(ObjectPaths({logEntryIntf})); in readLoggingObjectPaths()
H A Dstoragehandler.cpp189 ipmi::sel::ObjectPaths paths; in initSELCache()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp244 using ObjectPaths = std::vector<Path>; in getSubTreePathsRaw() typedef
247 return callMethodAndRead<ObjectPaths>( in getSubTreePathsRaw()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.cpp750 using ObjectPaths = std::vector<std::string>; in setBMCInventoryPath() typedef
751 auto result = response.unpack<ObjectPaths>(); in setBMCInventoryPath()