Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_graph.cpp41 void UtdGraph::InitUtdGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs) in InitUtdGraph() argument
44 uint32_t descriptorsNum = static_cast<uint32_t>(descriptorCfgs.size()); in InitUtdGraph()
46 typeIdIndex.insert(std::make_pair(descriptorCfgs[i].typeId, i)); in InitUtdGraph()
50 for (const auto &descriptorCfg : descriptorCfgs) { in InitUtdGraph()
80 …unique_ptr<Graph> UtdGraph::ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs) in ConstructNewGraph() argument
83 uint32_t descriptorsNum = static_cast<uint32_t>(descriptorCfgs.size()); in ConstructNewGraph()
85 typeIdIndex.insert(std::make_pair(descriptorCfgs[i].typeId, i)); in ConstructNewGraph()
89 for (const auto &descriptorCfg : descriptorCfgs) { in ConstructNewGraph()
H A Dutd_graph.h34 void InitUtdGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs);
36 std::unique_ptr<Graph> ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs);