Home
last modified time | relevance | path

Searched refs:CheckFileParam (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/checkfileparam_fuzzer/
H A Dcheckfileparam_fuzzer.cpp30 auto ret = impl.CheckFileParam(INVALID_PATH); in fuzzelCheckFileParamCaseOne()
40 auto ret = impl.CheckFileParam(INVALID_SUFFIX); in fuzzelCheckFileParamCaseTwo()
50 auto ret = impl.CheckFileParam(INVALID_PREFIX); in fuzzelCheckFileParamCaseThree()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp275 auto ret1 = impl.CheckFileParam(abcPaths);
279 ret1 = impl.CheckFileParam(abcPaths);
283 ret1 = impl.CheckFileParam(abcPaths);
288 ret1 = impl.CheckFileParam(abcPaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcheckfileparam_fuzzer/
H A Dverifymanagerhostimplcheckfileparam_fuzzer.cpp34 auto ret1 = impl.CheckFileParam(abcPaths); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp205 auto ret = impl.CheckFileParam(INVALID_PATH);
208 ret = impl.CheckFileParam(INVALID_SUFFIX);
211 ret = impl.CheckFileParam(INVALID_PREFIX);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/verify/
H A Dverify_manager_host_impl.h49 bool CheckFileParam(const std::vector<std::string> &abcPaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h44 bool CheckFileParam(const std::string &filePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp166 if (!CheckFileParam(abcPaths)) { in Verify()
292 bool VerifyManagerHostImpl::CheckFileParam(const std::vector<std::string> &abcPaths) in CheckFileParam() function in OHOS::AppExecFwk::VerifyManagerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp130 if (!CheckFileParam(filePath)) { in BeforeAddExtResource()
139 bool ExtendResourceManagerHostImpl::CheckFileParam(const std::string &filePath) in CheckFileParam() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl