Home
last modified time | relevance | path

Searched refs:DeliveryProfileToCodeSign (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp60 appServiceFwk.DeliveryProfileToCodeSign(hapVerifyResults); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h94 …ErrCode DeliveryProfileToCodeSign(std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h101 …ErrCode DeliveryProfileToCodeSign(std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp98 result = DeliveryProfileToCodeSign(hapVerifyResults); in ParseFiles()
749 ErrCode InnerSharedBundleInstaller::DeliveryProfileToCodeSign( in DeliveryProfileToCodeSign() function in OHOS::AppExecFwk::InnerSharedBundleInstaller
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1724 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
1728 installer.DeliveryProfileToCodeSign(hapVerifyResults);
1747 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
1766 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp340 result = DeliveryProfileToCodeSign(hapVerifyResults); in CheckAndParseFiles()
1008 ErrCode AppServiceFwkInstaller::DeliveryProfileToCodeSign( in DeliveryProfileToCodeSign() function in OHOS::AppExecFwk::AppServiceFwkInstaller
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h676 ErrCode DeliveryProfileToCodeSign() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1101 auto ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1180 result = DeliveryProfileToCodeSign(); in ProcessBundleInstall()
2070 result = DeliveryProfileToCodeSign(); in ProcessBundleInstallStatus()
5650 ErrCode BaseBundleInstaller::DeliveryProfileToCodeSign() const in DeliveryProfileToCodeSign() function in OHOS::AppExecFwk::BaseBundleInstaller