Home
last modified time | relevance | path

Searched refs:allTypeCfgs (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp173 std::vector<TypeDescriptorCfg> allTypeCfgs; in CanConstructDAG() local
175 allTypeCfgs.insert(allTypeCfgs.end(), customCfgs.begin(), customCfgs.end()); in CanConstructDAG()
178 for (auto iter = allTypeCfgs.begin(); iter != allTypeCfgs.end();) { in CanConstructDAG()
180 iter = allTypeCfgs.erase(iter); in CanConstructDAG()
185 allTypeCfgs.push_back(declarationType); in CanConstructDAG()
189 for (auto &typeCfg : allTypeCfgs) { in CanConstructDAG()
196 allTypeCfgs.push_back(referenceTypes); in CanConstructDAG()
200 allTypeCfgs in CanConstructDAG()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp422 std::vector<TypeDescriptorCfg> allTypeCfgs = PresetTypeDescriptors::GetInstance().GetPresetTypes(); in UpdateGraph() local
423 allTypeCfgs.insert(allTypeCfgs.end(), customTyepCfgs.begin(), customTyepCfgs.end()); in UpdateGraph()
425 customTyepCfgs.size(), allTypeCfgs.size()); in UpdateGraph()
426 auto graph = UtdGraph::GetInstance().ConstructNewGraph(allTypeCfgs); in UpdateGraph()
429 descriptorCfgs_ = allTypeCfgs; in UpdateGraph()

Completed in 3 milliseconds