/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 28 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 D | bundle_stream_installer_host_impl.cpp | 30 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 D | bundle_installer.cpp | 26 : 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 D | bundle_installer.h | 40 return installerId_; in GetInstallerId() 117 const int64_t installerId_ = 0; member in OHOS::AppExecFwk::BundleInstaller
|
H A D | bundle_stream_installer_host_impl.h | 47 uint32_t installerId_ = -1; member in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_stream_installer_proxy.h | 43 uint32_t installerId_ = -1; member in OHOS::AppExecFwk::BundleStreamInstallerProxy
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_stream_installer_proxy.cpp | 218 return installerId_; in GetInstallerId() 223 installerId_ = installerId; in SetInstallerId()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 53 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 D | bms_bundle_clone_installer_test.cpp | 59 int64_t installerId_ = 1; member in OHOS::BmsBundleCloneInstallerTest
|