Home
last modified time | relevance | path

Searched defs:presetCfgs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp67 std::vector<TypeDescriptorCfg> presetCfgs = {preTdc1, preTdc2}; variable
98 std::vector<TypeDescriptorCfg> presetCfgs = {preTdc1, preTdc2}; variable
125 std::vector<TypeDescriptorCfg> presetCfgs = {}; variable
158 std::vector<TypeDescriptorCfg> presetCfgs = {preTdc1, preTdc2}; variable
206 std::vector<TypeDescriptorCfg> presetCfgs = {preTdc1, preTdc2}; variable
271 std::vector<TypeDescriptorCfg> presetCfgs = {presetCfg1, presetCfg2}; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp42 …cker::CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCf… in CheckTypeDescriptors()
102 …hecker::CheckTypesRelation(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCf… in CheckTypesRelation()
139 const std::vector<TypeDescriptorCfg> &presetCfgs) in CheckBelongingToTypes()
170 …gsChecker::CanConstructDAG(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCf… in CanConstructDAG()