Home
last modified time | relevance | path

Searched full:subtreepath (Results 1 – 7 of 7) 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-host-ipmid/include/ipmid/
H A Dutils.hpp107 * @param[in] subtreePath - subtree from where the search should start.
112 const std::string& subtreePath = ROOT, int32_t depth = 0);
118 * @param[in] subtreePath - subtree from where the search should start.
124 const std::string& subtreePath = ROOT, const std::string& match = {});
208 * @param[in] subtreePath - subtree from where the search should start.
215 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree);
221 * @param[in][optional] subtreePath - subtree from where the search starts.
228 const std::string& subtreePath, const std::string& match,
231 // default for ROOT for subtreePath and std::string{} for match
241 const std::string& subtreePath, DbusObjectInfo& dbusObject) in getDbusObject() argument
[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/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml168 associationPath = subtreePath + "/" + "association"
215 associationPath = subtreePath + "/" + "association"
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp980 const dbus::utility::MapperGetSubTreePathsResponse& subtreePath) { in handleSystemsLogServiceCollectionGet()
987 for (const auto& pathStr : subtreePath) in handleSystemsLogServiceCollectionGet()
974 __anon5ac0615c0a02( const boost::system::error_code& ec, const dbus::utility::MapperGetSubTreePathsResponse& subtreePath) handleSystemsLogServiceCollectionGet() argument