Searched refs:appendPathSegment (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-objmgr/src/ |
| H A D | path.hpp | 3 inline std::string appendPathSegment(const std::string& target, in appendPathSegment() function
|
| H A D | associations.cpp | 273 objects[appendPathSegment(path, forward)].emplace(objectPath); in associationChanged() 277 objects[appendPathSegment(objectPath, reverse)].emplace(path); in associationChanged() 650 io, appendPathSegment(forwardPath, forwardType), reversePath, in moveAssociationToPending() 653 io, appendPathSegment(reversePath, reverseType), forwardPath, in moveAssociationToPending() 658 appendPathSegment(forwardPath, forwardType), reversePath, owner, in moveAssociationToPending() 661 appendPathSegment(reversePath, reverseType), forwardPath, owner, in moveAssociationToPending()
|
| H A D | handler.cpp | 432 appendPathSegment(subtreePath, association); in getAssociatedSubTreeById() 459 appendPathSegment(subtreePath, association); in getAssociatedSubTreePathsById()
|