Home
last modified time | relevance | path

Searched refs:installerId_ (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp28 installerId_ = installerId; in BundleStreamInstallerHostImpl()
45 APP_LOGD("destroy stream installer with installerId %{public}d and temp dir %{public}s", installerId_, in UnInit()
47 installerId_ = 0; in UnInit()
78 return installerId_; in GetInstallerId()
83 installerId_ = installerId; in SetInstallerId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp30 installerId_ = installerId; in BundleStreamInstallerHostImpl()
44 std::string tempDir = BundleUtil::CreateInstallTempDir(installerId_, DirType::STREAM_INSTALL_DIR); in Init()
54 tempDir = BundleUtil::CreateSharedBundleTempDir(installerId_, i); in Init()
64 tempSignatureFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::SIG_FILE_DIR); in Init()
70 tempPgoFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::PGO_FILE_DIR); in Init()
80 APP_LOGD("destory stream installer with installerId %{public}d and temp dir %{public}s", installerId_, in UnInit()
310 receiver_->SetStreamInstallId(installerId_); in Install()
338 return installerId_; in GetInstallerId()
343 installerId_ = installerId; in SetInstallerId()
H A Dbundle_installer.cpp26 : installerId_(installerId), statusReceiver_(statusReceiver) in BundleInstaller()
28 LOG_NOFUNC_I(BMS_TAG_INSTALLER, "create bundle installer instance id:%{public}" PRId64 "", installerId_); in BundleInstaller()
33 LOG_NOFUNC_I(BMS_TAG_INSTALLER, "destroy installer id:%{public}" PRId64 "", installerId_); in ~BundleInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer.h40 return installerId_; in GetInstallerId()
117 const int64_t installerId_ = 0; member in OHOS::AppExecFwk::BundleInstaller
H A Dbundle_stream_installer_host_impl.h47 uint32_t installerId_ = -1; member in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_proxy.h43 uint32_t installerId_ = -1; member in OHOS::AppExecFwk::BundleStreamInstallerProxy
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_proxy.cpp218 return installerId_; in GetInstallerId()
223 installerId_ = installerId; in SetInstallerId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp53 int64_t installerId_ = 1; member in OHOS::BmsBundleInstallersTest
73 bundleInstaller_ = std::make_shared<BundleInstaller>(installerId_, receiver_); in SetUp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp59 int64_t installerId_ = 1; member in OHOS::BmsBundleCloneInstallerTest

Completed in 5 milliseconds