Lines Matching refs:hapPath
70 std::string hapPath;
78 hapPath = bundleInfo.hapModuleInfos[0].hapPath;
79 WVLOG_I("PackagechangeReceiver hapPath is %{public}s.", hapPath.c_str());
81 callback_.OnPackageChangedEvent(bundleName, hapPath);
93 const std::string& bundleName, const std::string& hapPath, int32_t& isSuccess)
100 if (OHOS::system::GetParameter("persist.arkwebcore.install_path", "") == hapPath) {
105 ret = SetWebInstallPath(hapPath);
265 void AppFwkUpdateService::OnPackageChangedEvent(const std::string& bunldeName, const std::string& hapPath)