Searched refs:CheckTypeDescriptors (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | utd_cfgs_checker_test.cpp | 42 * @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 D | utd_cfgs_checker.h | 25 bool CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs,
|
H A D | utd_cfgs_checker.cpp | 42 bool UtdCfgsChecker::CheckTypeDescriptors(CustomUtdCfgs &typeCfgs, const std::vector<TypeDescriptorCfg> &presetCfgs, in CheckTypeDescriptors() function in OHOS::UDMF::UtdCfgsChecker
|
H A D | custom_utd_store.cpp | 159 if (!UtdCfgsChecker::GetInstance().CheckTypeDescriptors( in InstallCustomUtds()
|
Completed in 3 milliseconds