Searched refs:Dfs (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | graph.cpp | 62 bool Graph::Dfs(uint32_t startNode, Action action, bool isInit) in Dfs() function in OHOS::UDMF::Graph 103 if (!Dfs(node, action, false)) { in DfsUnconnectedGraph()
|
H A D | graph.h | 43 bool Dfs(uint32_t startNode, Action action, bool isInit = true);
|
H A D | utd_graph.cpp | 70 graph_->Dfs(uStart, [&isFind, &uEnd](uint32_t currNode)-> bool { in IsLowerLevelType()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | graph_test.cpp | 287 graph.Dfs(TestNodes::POINT_A, [&](uint32_t currNode) -> bool { in HWTEST_F() 297 graph.Dfs(TestNodes::POINT_A, [&](uint32_t currNode) -> bool { in HWTEST_F() 307 graph.Dfs(TestNodes::POINT_E, [&](uint32_t currNode) -> bool { in HWTEST_F() 340 graph.Dfs(TestNodes::POINT_F, [&](uint32_t currNode) -> bool { in HWTEST_F() 350 graph.Dfs(TestNodes::POINT_A, [&](uint32_t currNode) -> bool { in HWTEST_F()
|
Completed in 2 milliseconds