Searched full:subtreepath (Results 1 – 7 of 7) 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 | 108 * @param[in] subtreePath - subtree from where the search should start. 113 const std::string& subtreePath = ROOT, int32_t depth = 0); 119 * @param[in] subtreePath - subtree from where the search should start. 125 const std::string& subtreePath = ROOT, const std::string& match = {}); 232 * @param[in] subtreePath - subtree from where the search should start. 239 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree); 245 * @param[in][optional] subtreePath - subtree from where the search starts. 252 const std::string& subtreePath, const std::string& match, 255 // default for ROOT for subtreePath and std::string{} for match 265 const std::string& subtreePath, DbusObjectInf in getDbusObject() argument [all...] |
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 168 associationPath = subtreePath + "/" + "association" 215 associationPath = subtreePath + "/" + "association"
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 1211 subtreePath) { in requestRoutesSystemLogServiceCollection() argument 1218 for (const auto& pathStr : subtreePath) in requestRoutesSystemLogServiceCollection()
|