Searched refs:VerifyPackageInstall (Results 1 – 7 of 7) sorted by relevance
101 int AppFwkUpdateClient::VerifyPackageInstall(const std::string& bundleName, const std::string& hapP… in VerifyPackageInstall() function in OHOS::NWeb::AppFwkUpdateClient118 proxy->VerifyPackageInstall(bundleName, hapPath, isSuccess); in VerifyPackageInstall()
93 ErrCode AppFwkUpdateService::VerifyPackageInstall( in VerifyPackageInstall() function in OHOS::NWeb::AppFwkUpdateService
5 OHOS::NWeb::AppFwkUpdateClient::VerifyPackageInstall*;
16 void VerifyPackageInstall([in] String bundleName, [in] String hapPath, [out]int success);
35 int VerifyPackageInstall(const std::string& bundleName, const std::string& hapPath);
51 …ErrCode VerifyPackageInstall(const std::string& bundleName, const std::string& hapPath, int32_t& s…
1023 … if (NWeb::AppFwkUpdateClient::GetInstance().VerifyPackageInstall(bundleName, hapPath) != ERR_OK) { in VerifyArkWebInstall()