Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp251 ASSERT_TRUE(subtreePath.empty()); in TEST_F()
268 ASSERT_THAT(subtreePath, in TEST_F()
273 subtreePath = getSubTreePaths(interfaceMap, path0, 0, interfaces); in TEST_F()
274 ASSERT_THAT(subtreePath, in TEST_F()
279 subtreePath = getSubTreePaths(interfaceMap, path0, 1, interfaces); in TEST_F()
283 subtreePath = getSubTreePaths(interfaceMap, path1, 0, interfaces); in TEST_F()
284 ASSERT_THAT(subtreePath, in TEST_F()
396 std::vector<std::string> subtreePath = getAssociatedSubTreePaths( in TEST_F() local
398 ASSERT_THAT(subtreePath, in TEST_F()
403 subtreePath = getAssociatedSubTreePaths( in TEST_F()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp113 const std::string& subtreePath = ROOT, int32_t depth = 0);
125 const std::string& subtreePath = ROOT,
242 const std::string& subtreePath,
256 const std::string& subtreePath,
271 const std::string& subtreePath, DbusObjectInfo& dbusObject) in getDbusObject() argument
273 return getDbusObject(ctx, interface, subtreePath, {}, dbusObject); in getDbusObject()
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp25 static constexpr auto subtreePath = "/xyz/openbmc_project/inventory"; variable
82 subtreePath); in getSystemGUID()
121 bus, propertiesChangedNamespace(subtreePath, propInterface), in registerGUIDChangeCallback()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp222 const std::string& subtreePath, int32_t depth) in getSubTree() argument
227 mapperCall.append(subtreePath, depth, interfaces); in getSubTree()
355 const std::string& subtreePath, in getSubTree() argument
361 subtreePath, depth, interfaces); in getSubTree()
368 const std::string& subtreePath, in getDbusObject() argument
377 boost::system::error_code ec = getSubTree(ctx, interfaces, subtreePath, in getDbusObject()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1356 subtreePath) { in requestRoutesSystemLogServiceCollection() argument
1363 for (const auto& pathStr : subtreePath) in requestRoutesSystemLogServiceCollection()