Home
last modified time | relevance | path

Searched refs:InsertNodesByScore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h156 static void InsertNodesByScore(const std::map<std::string, std::map<std::string, bool>> &graph,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp564 void DBCommon::InsertNodesByScore(const std::map<std::string, std::map<std::string, bool>> &graph, in InsertNodesByScore() function in DistributedDB::DBCommon
620 InsertNodesByScore(graph, generateNodes, nodeWeight, res); in GenerateNodesByNodeWeight()