Home
last modified time | relevance | path

Searched refs:subtreePath (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp276 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-net-ipmid/command/
H A Dguid.cpp25 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/include/ipmid/
H A Dutils.hpp112 const std::string& subtreePath = ROOT, int32_t depth = 0);
124 const std::string& subtreePath = ROOT, const std::string& match = {});
215 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree);
228 const std::string& subtreePath, const std::string& match,
241 const std::string& subtreePath, DbusObjectInfo& dbusObject) in getDbusObject() argument
243 return getDbusObject(ctx, interface, subtreePath, {}, dbusObject); in getDbusObject()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp228 const std::string& subtreePath, int32_t depth) in getSubTree() argument
234 mapperCall.append(subtreePath, depth, interfaces); in getSubTree()
303 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree) in getSubTree() argument
309 ObjectMapper::method_names::get_sub_tree, subtreePath, depth, in getSubTree()
317 const std::string& subtreePath, const std::string& match, in getDbusObject() argument
326 getSubTree(ctx, interfaces, subtreePath, depth, objectTree); in getDbusObject()
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp428 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreeById() local
432 appendPathSegment(subtreePath, association); in getAssociatedSubTreeById()
455 for (const auto& subtreePath : subtreePaths) in getAssociatedSubTreePathsById() local
459 appendPathSegment(subtreePath, association); in getAssociatedSubTreePathsById()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp980 const dbus::utility::MapperGetSubTreePathsResponse& subtreePath) { in handleSystemsLogServiceCollectionGet() argument
987 for (const auto& pathStr : subtreePath) in handleSystemsLogServiceCollectionGet()