Home
last modified time | relevance | path

Searched refs:VerifyPackageInstall (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/sa/src/
H A Dapp_fwk_update_client.cpp101 int AppFwkUpdateClient::VerifyPackageInstall(const std::string& bundleName, const std::string& hapP… in VerifyPackageInstall() function in OHOS::NWeb::AppFwkUpdateClient
118 proxy->VerifyPackageInstall(bundleName, hapPath, isSuccess); in VerifyPackageInstall()
H A Dapp_fwk_update_service.cpp93 ErrCode AppFwkUpdateService::VerifyPackageInstall( in VerifyPackageInstall() function in OHOS::NWeb::AppFwkUpdateService
/ohos5.0/base/web/webview/sa/
H A Dlibapp_fwk_update_service.map5 OHOS::NWeb::AppFwkUpdateClient::VerifyPackageInstall*;
H A DIAppFwkUpdateService.idl16 void VerifyPackageInstall([in] String bundleName, [in] String hapPath, [out]int success);
/ohos5.0/base/web/webview/sa/include/
H A Dapp_fwk_update_client.h35 int VerifyPackageInstall(const std::string& bundleName, const std::string& hapPath);
H A Dapp_fwk_update_service.h51 …ErrCode VerifyPackageInstall(const std::string& bundleName, const std::string& hapPath, int32_t& s…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1023 … if (NWeb::AppFwkUpdateClient::GetInstance().VerifyPackageInstall(bundleName, hapPath) != ERR_OK) { in VerifyArkWebInstall()