Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dmain.cpp242 std::string parentPath(path); in doIntrospect() local
243 if (parentPath == "/") in doIntrospect()
245 parentPath.clear(); in doIntrospect()
249 objectServer, parentPath + "/" + childPath); in doIntrospect()
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp68 bool isAdc(const std::filesystem::path& parentPath) in isAdc() argument
70 std::filesystem::path namePath = parentPath / "name"; in isAdc()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp90 FanTypes getFanType(const std::filesystem::path& parentPath) in getFanType()
92 std::filesystem::path linkPath = parentPath / "of_node"; in getFanType()
89 getFanType(const std::filesystem::path & parentPath) getFanType() argument
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp1940 std::string parentPath = in populateHsbpBackplanes() local
1945 backplane->second->run(parentPath, owner); in populateHsbpBackplanes()
1946 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1940 std::string parentPath = in populateHsbpBackplanes() local
1945 backplane->second->run(parentPath, owner); in populateHsbpBackplanes()
1946 populateMuxes(backplane->second->muxes, parentPath); in populateHsbpBackplanes()