Home
last modified time | relevance | path

Searched refs:Dfs (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp62 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 Dgraph.h43 bool Dfs(uint32_t startNode, Action action, bool isInit = true);
H A Dutd_graph.cpp70 graph_->Dfs(uStart, [&isFind, &uEnd](uint32_t currNode)-> bool { in IsLowerLevelType()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dgraph_test.cpp287 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