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 | 109 * @param[in] subtreePath - subtree from where the search should start. 114 const std::string& subtreePath = ROOT, int32_t depth = 0); 120 * @param[in] subtreePath - subtree from where the search should start. 126 const std::string& subtreePath = ROOT, const std::string& match = {}); 233 * @param[in] subtreePath - subtree from where the search should start. 240 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree); 246 * @param[in][optional] subtreePath - subtree from where the search starts. 253 const std::string& subtreePath, const std::string& match, 256 // default for ROOT for subtreePath and std::string{} for match 266 const std::string& subtreePath, DbusObjectInfo& dbusObject) 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 | 224 const std::string& subtreePath, int32_t depth) in getSubTree() argument 229 mapperCall.append(subtreePath, depth, interfaces); in getSubTree() 354 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree) in getSubTree() argument 359 subtreePath, depth, interfaces); in getSubTree() 366 const std::string& subtreePath, const std::string& match, in getDbusObject() argument 375 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.cpp | 420 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreeById() local 423 std::string associationPathStr = subtreePath + "/" + association; in getAssociatedSubTreeById() 446 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreePathsById() local 449 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 | 1217 subtreePath) { in requestRoutesSystemLogServiceCollection() argument 1224 for (const auto& pathStr : subtreePath) in requestRoutesSystemLogServiceCollection()
|