/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplverifyabc_fuzzer/ |
H A D | verifymanagerhostimplverifyabc_fuzzer.cpp | 34 auto ret1 = impl.VerifyAbc(abcPaths); in DoSomethingInterestingWithMyAPI() 35 auto ret2 = impl.VerifyAbc(rootDir, names); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/verify/ |
H A D | verify_manager_host_impl.h | 39 bool VerifyAbc(const std::vector<std::string> &abcPaths); 47 bool VerifyAbc(
|
H A D | verify_util.h | 25 static bool VerifyAbc(const std::string &abcPath);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
H A D | verify_util.cpp | 25 bool VerifyUtil::VerifyAbc(const std::string &abcPath) in VerifyAbc() function in OHOS::AppExecFwk::VerifyUtil
|
H A D | verify_manager_host_impl.cpp | 279 if (!VerifyAbc(GetTempRootDir(bundleName), abcPaths)) { in InnerVerify() 314 bool VerifyManagerHostImpl::VerifyAbc( in VerifyAbc() function in OHOS::AppExecFwk::VerifyManagerHostImpl 323 return VerifyAbc(paths); in VerifyAbc() 326 bool VerifyManagerHostImpl::VerifyAbc(const std::vector<std::string> &abcPaths) in VerifyAbc() function in OHOS::AppExecFwk::VerifyManagerHostImpl 341 if (!VerifyUtil::VerifyAbc(abcPath)) { in VerifyAbc()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager.h | 37 static int32_t VerifyAbc(std::vector<std::string> abcPaths, bool flag);
|
H A D | bundle_manager_ffi.cpp | 95 auto code = BundleManagerImpl::VerifyAbc(abcPaths, deleteOriginalFiles); in FfiOHOSVerifyAbc()
|
H A D | bundle_manager.cpp | 43 int32_t BundleManagerImpl::VerifyAbc(std::vector<std::string> abcPaths, bool flag) in VerifyAbc() function in OHOS::CJSystemapi::BundleManager::BundleManagerImpl 47 APP_LOGE("VerifyAbc failed due to iBundleMgr is null"); in VerifyAbc()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplverifyabcdir_fuzzer/ |
H A D | verifymanagerhostimplverifyabcdir_fuzzer.cpp | 35 auto ret1 = impl.VerifyAbc(rootDir, names); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/ |
H A D | bms_bundle_verifymanager_test.cpp | 118 * @tc.number: VerifyAbc
119 * @tc.name: test VerifyAbc
120 * @tc.desc: 1.VerifyAbc test
130 auto ret = impl.VerifyAbc(abcPaths);
in HWTEST_F() 387 bool ret = impl.VerifyAbc(rootDir, names);
in HWTEST_F() 393 * @tc.number: VerifyAbc
394 * @tc.name: test VerifyAbc
395 * @tc.desc: 1.VerifyAbc test
400 bool ret = VerifyUtil::VerifyAbc(abcPath);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 159 DECLARE_NAPI_FUNCTION("verifyAbc", VerifyAbc), in BundleManagerExport()
|
H A D | bundle_manager.h | 324 napi_value VerifyAbc(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 55 constexpr const char* VERIFY_ABC = "VerifyAbc"; 2225 napi_value VerifyAbc(napi_env env, napi_callback_info info) in VerifyAbc() function 2227 APP_LOGD("napi call VerifyAbc called"); in VerifyAbc() 2264 env, asyncCallbackInfo, "VerifyAbc", VerifyExec, VerifyComplete); in VerifyAbc() 2266 APP_LOGD("napi call VerifyAbc done"); in VerifyAbc()
|