Lines Matching full:subtreepath
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()
423 std::vector<std::string> subtreePath = getAssociatedSubTreePaths( in TEST_F() local
425 ASSERT_THAT(subtreePath, in TEST_F()
430 subtreePath = getAssociatedSubTreePaths( in TEST_F()
432 ASSERT_THAT(subtreePath, ElementsAre("/test/object_path_0/child")); in TEST_F()
435 subtreePath = in TEST_F()
438 ASSERT_THAT(subtreePath, in TEST_F()
570 std::vector<std::string> subtreePath = getAssociatedSubTreePathsById( in TEST_F() local
573 ASSERT_THAT(subtreePath, in TEST_F()
579 subtreePath = getAssociatedSubTreePathsById( in TEST_F()
582 ASSERT_THAT(subtreePath, ElementsAre("/test/object_path_0/child1", in TEST_F()