Home
last modified time | relevance | path

Searched refs:getStateValue (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp145 T getStateValue(const std::string& intf, const std::string& objPath, in getStateValue() function
187 return getStateValue<HostState>(hostStateInterface, hostStateObjPath, in getHostState()
204 return getStateValue<BootProgress>(bootProgressInterface, hostStateObjPath, in getBootProgress()
/openbmc/openpower-occ-control/
H A Dutils.cpp179 std::string getStateValue(const std::string& intf, const std::string& objPath, in getStateValue() function
231 std::string value = getStateValue(bootProgressInterface, in getBootProgress()