Home
last modified time | relevance | path

Searched refs:HapVerify (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_verify_mgr.cpp60 ErrCode BundleVerifyMgr::HapVerify(const std::string &filePath, HapVerifyResult &hapVerifyResult) in HapVerify() function in OHOS::AppExecFwk::BundleVerifyMgr
63 ErrCode res = bmsExtensionDataMgr.HapVerify(filePath, hapVerifyResult); in HapVerify()
65 auto ret = Security::Verify::HapVerify(filePath, hapVerifyResult); in HapVerify()
66 APP_LOGI("HapVerify result %{public}d", ret); in HapVerify()
H A Dbundle_install_checker.cpp188 auto verifyRes = BundleVerifyMgr::HapVerify(bundlePath, hapVerifyResult); in CheckMultipleHapsSignInfo()
H A Dbundle_mgr_host_impl.cpp4128 ErrCode verifyRes = BundleVerifyMgr::HapVerify(hapPath, hapVerifyResult); in SetProvisionInfoToInnerBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_verify_mgr.h31 static ErrCode HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp174 * Function: HapVerify
175 * @tc.name: test HapVerify
176 * @tc.desc: HapVerify
181 auto res = BundleVerifyMgr::HapVerify(INSTALL_PATH, result); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h38 virtual ErrCode HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult) in HapVerify() function in OHOS::AppExecFwk::BundleMgrExt
H A Dbms_extension_data_mgr.h42 ErrCode HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp102 ErrCode BmsExtensionDataMgr::HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult) in HapVerify() function in OHOS::AppExecFwk::BmsExtensionDataMgr
111 return bundleMgrExtPtr->HapVerify(filePath, hapVerifyResult); in HapVerify()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp284 * @tc.name: HapVerify
285 * @tc.desc: HapVerify
292 ErrCode res = bmsExtensionDataMgr.HapVerify(filePath, hapVerifyResult); in HWTEST_F()
302 * @tc.name: HapVerify
303 * @tc.desc: HapVerify
520 * @tc.name: HapVerify
521 * @tc.desc: HapVerify
528 ErrCode res = bundleMgrExtTest.HapVerify(filePath, hapVerifyResult); in HWTEST_F()

Completed in 14 milliseconds