Searched refs:subtreePath (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 276 std::vector<std::string> subtreePath = in TEST_F() local 278 ASSERT_TRUE(subtreePath.empty()); in TEST_F() 293 std::vector<std::string> subtreePath = in TEST_F() local 295 ASSERT_THAT(subtreePath, in TEST_F() 300 subtreePath = getSubTreePaths(interfaceMap, path0, 0, interfaces); in TEST_F() 301 ASSERT_THAT(subtreePath, in TEST_F() 306 subtreePath = getSubTreePaths(interfaceMap, path0, 1, interfaces); in TEST_F() 307 ASSERT_THAT(subtreePath, ElementsAre("/test/object_path_0/child")); in TEST_F() 310 subtreePath = getSubTreePaths(interfaceMap, path1, 0, interfaces); in TEST_F() 311 ASSERT_THAT(subtreePath, in TEST_F() [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utils.hpp | 113 const std::string& subtreePath = ROOT, int32_t depth = 0); 125 const std::string& subtreePath = ROOT, const std::string& match = {}); 239 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree); 252 const std::string& subtreePath, const std::string& match, 265 const std::string& subtreePath, DbusObjectInfo& dbusObject) in getDbusObject() argument 267 return getDbusObject(ctx, interface, subtreePath, {}, dbusObject); in getDbusObject()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | guid.cpp | 25 static constexpr auto subtreePath = "/xyz/openbmc_project/inventory"; variable 82 ipmi::getDbusObject(bus, propInterface, subtreePath); in getSystemGUID() 121 bus, propertiesChangedNamespace(subtreePath, propInterface), in registerGUIDChangeCallback()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | utils.cpp | 219 const std::string& subtreePath, int32_t depth) in getSubTree() argument 224 mapperCall.append(subtreePath, depth, interfaces); in getSubTree() 349 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree) in getSubTree() argument 354 subtreePath, depth, interfaces); in getSubTree() 361 const std::string& subtreePath, const std::string& match, in getDbusObject() argument 370 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.cpp | 407 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreeById() local 410 std::string associationPathStr = subtreePath + "/" + association; in getAssociatedSubTreeById() 433 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreePathsById() local 436 std::string associationPathStr = subtreePath + "/" + association; in getAssociatedSubTreePathsById()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 1211 subtreePath) { in requestRoutesSystemLogServiceCollection() argument 1218 for (const auto& pathStr : subtreePath) in requestRoutesSystemLogServiceCollection()
|