Home
last modified time | relevance | path

Searched refs:customCfgs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp69 std::vector<TypeDescriptorCfg> customCfgs = {}; variable
72 …CfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName);
100 std::vector<TypeDescriptorCfg> customCfgs = {}; variable
103 …result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs1, presetCfgs, customCfgs,
108 …fgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs2, presetCfgs, customCfgs, bundleName);
126 std::vector<TypeDescriptorCfg> customCfgs = {}; variable
160 std::vector<TypeDescriptorCfg> customCfgs = {}; variable
169 …CfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName);
176 …CfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName);
182 …CfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName);
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp43 const std::vector<TypeDescriptorCfg> &customCfgs, const std::string &bundleName) in CheckTypeDescriptors() argument
49 if (!CheckTypesRelation(typeCfgs, presetCfgs, customCfgs)) { in CheckTypeDescriptors()
103 const std::vector<TypeDescriptorCfg> &customCfgs) in CheckTypesRelation() argument
131 if (!CanConstructDAG(typeCfgs, presetCfgs, customCfgs)) { in CheckTypesRelation()
171 const std::vector<TypeDescriptorCfg> &customCfgs) in CanConstructDAG() argument
174 if (!customCfgs.empty()) { in CanConstructDAG()
175 allTypeCfgs.insert(allTypeCfgs.end(), customCfgs.begin(), customCfgs.end()); in CanConstructDAG()
H A Dutd_cfgs_checker.h26 const std::vector<TypeDescriptorCfg> &customCfgs, const std::string &bundleName);
37 const std::vector<TypeDescriptorCfg> &customCfgs);
39 const std::vector<TypeDescriptorCfg> &customCfgs);