Home
last modified time | relevance | path

Searched refs:VerifyAbc (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplverifyabc_fuzzer/
H A Dverifymanagerhostimplverifyabc_fuzzer.cpp34 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 Dverify_manager_host_impl.h39 bool VerifyAbc(const std::vector<std::string> &abcPaths);
47 bool VerifyAbc(
H A Dverify_util.h25 static bool VerifyAbc(const std::string &abcPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_util.cpp25 bool VerifyUtil::VerifyAbc(const std::string &abcPath) in VerifyAbc() function in OHOS::AppExecFwk::VerifyUtil
H A Dverify_manager_host_impl.cpp279 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 Dbundle_manager.h37 static int32_t VerifyAbc(std::vector<std::string> abcPaths, bool flag);
H A Dbundle_manager_ffi.cpp95 auto code = BundleManagerImpl::VerifyAbc(abcPaths, deleteOriginalFiles); in FfiOHOSVerifyAbc()
H A Dbundle_manager.cpp43 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 Dverifymanagerhostimplverifyabcdir_fuzzer.cpp35 auto ret1 = impl.VerifyAbc(rootDir, names); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp118 * @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 Dnative_module.cpp159 DECLARE_NAPI_FUNCTION("verifyAbc", VerifyAbc), in BundleManagerExport()
H A Dbundle_manager.h324 napi_value VerifyAbc(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp55 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()

Completed in 21 milliseconds