Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_item_updater.cpp50 static std::string getObjPath(const std::string& versionId) in getObjPath() function in TestItemUpdater
86 std::string objPath = getObjPath(version); in TEST_F()
110 std::string objPath = getObjPath(version); in TEST_F()
140 auto objPath0 = getObjPath(version0); in TEST_F()
141 auto objPath1 = getObjPath(version1); in TEST_F()
190 auto objPath0 = getObjPath(version0); in TEST_F()
191 auto objPath1 = getObjPath(version1); in TEST_F()
244 std::string objPath = getObjPath(version); in TEST_F()
282 std::string objPath = getObjPath(version); in TEST_F()
316 std::string objPath = getObjPath(version); in TEST_F()
[all …]
/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.hpp55 inline const auto& getObjPath() const in getObjPath() function in phosphor::network::StaticGateway
H A Dneighbor.hpp56 inline const auto& getObjPath() const in getObjPath() function in phosphor::network::Neighbor
H A Dipaddress.hpp62 inline const auto& getObjPath() const in getObjPath() function in phosphor::network::IPAddress
H A Dethernet_interface.cpp325 return it->second->getObjPath(); in ip()
333 return it->second->getObjPath(); in ip()
378 return it->second->getObjPath(); in neighbor()
386 return it->second->getObjPath(); in neighbor()
423 return it->second->getObjPath(); in staticGateway()