Home
last modified time | relevance | path

Searched refs:CheckTypeDescriptors (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp42 * @tc.desc: Normal testcase of CheckTypeDescriptors
72 bool result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName); in HWTEST_F()
79 * @tc.desc: testcase of CheckTypeDescriptors: failed to match the regular expression
103 bool result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs1, presetCfgs, customCfgs, in HWTEST_F()
108 result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs2, presetCfgs, customCfgs, bundleName); in HWTEST_F()
115 * @tc.desc: testcase of CheckTypeDescriptors: empty testcase
129 bool result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName); in HWTEST_F()
136 * @tc.desc: testcase of CheckTypeDescriptors: filename, belongingToType or mimeType not match
163 bool result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfgs, presetCfgs, customCfgs, bundleName); in HWTEST_F()
169 result = UtdCfgsChecker::GetInstance().CheckTypeDescriptors(customUtdCfg in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.h25 bool CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
H A Dutd_cfgs_checker.cpp42 bool UtdCfgsChecker::CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs, in CheckTypeDescriptors() function in OHOS::UDMF::UtdCfgsChecker
H A Dcustom_utd_store.cpp159 if (!UtdCfgsChecker::GetInstance().CheckTypeDescriptors( in InstallCustomUtds()

Completed in 2 milliseconds