Searched refs:HapVerify (Results 1 - 9 of 9) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_verify_mgr.cpp | 60 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 D | bundle_install_checker.cpp | 188 auto verifyRes = BundleVerifyMgr::HapVerify(bundlePath, hapVerifyResult); in CheckMultipleHapsSignInfo()
|
H A D | bundle_mgr_host_impl.cpp | 4128 ErrCode verifyRes = BundleVerifyMgr::HapVerify(hapPath, hapVerifyResult); in SetProvisionInfoToInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_verify_mgr.h | 31 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 D | bms_bundle_hap_verify_test.cpp | 174 * 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 D | bundle_mgr_ext.h | 38 virtual ErrCode HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult) in HapVerify() function in OHOS::AppExecFwk::BundleMgrExt
|
H A D | bms_extension_data_mgr.h | 42 ErrCode HapVerify(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_data_mgr.cpp | 102 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 D | bms_extension_data_mgr_test.cpp | 284 * @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