Home
last modified time | relevance | path

Searched refs:installerId (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp25 BundleStreamInstallerHostImpl::BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installe… in BundleStreamInstallerHostImpl() argument
28 installerId_ = installerId; in BundleStreamInstallerHostImpl()
82 void BundleStreamInstallerHostImpl::SetInstallerId(uint32_t installerId) in SetInstallerId() argument
84 installerId_ = installerId; in SetInstallerId()
H A Dmock_status_receiver.cpp55 void MockStatusReceiver::SetStreamInstallId(uint32_t installerId) in SetStreamInstallId() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_stream_installer_host_impl/
H A Dbms_bundle_stream_installer_host_impl_test.cpp57 uint32_t installerId = 1; variable
59 bundleStreamInstaller_->SetInstallerId(installerId);
61 EXPECT_EQ(installerId, result);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dstatus_receiver_proxy.h42 virtual void SetStreamInstallId(uint32_t installerId) override;
45 void CloseStreamInstaller(uint32_t installerId);
H A Dbundle_stream_installer_host_impl.h30 BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installedUid);
44 virtual void SetInstallerId(uint32_t installerId) override;
H A Dbundle_util.h194 static std::string CreateInstallTempDir(uint32_t installerId, const DirType &type);
195 static std::string CreateSharedBundleTempDir(uint32_t installerId, uint32_t index);
H A Dbundle_installer.h32 BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dstatus_receiver_proxy.cpp709 void StatusReceiverProxy::CloseStreamInstaller(uint32_t installerId) in CloseStreamInstaller() argument
711 if (installerId <= 0) { in CloseStreamInstaller()
712 APP_LOGE("invalid installer id: %{public}u", installerId); in CloseStreamInstaller()
720 bundleInstaller->DestoryBundleStreamInstaller(installerId); in CloseStreamInstaller()
724 void StatusReceiverProxy::SetStreamInstallId(uint32_t installerId) in SetStreamInstallId() argument
726 streamInstallerId_ = installerId; in SetStreamInstallId()
H A Dbundle_stream_installer_host_impl.cpp27 BundleStreamInstallerHostImpl::BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installe… in BundleStreamInstallerHostImpl() argument
30 installerId_ = installerId; in BundleStreamInstallerHostImpl()
345 void BundleStreamInstallerHostImpl::SetInstallerId(uint32_t installerId) in SetInstallerId() argument
347 installerId_ = installerId; in SetInstallerId()
H A Dbundle_installer.cpp25 BundleInstaller::BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusRece… in BundleInstaller() argument
26 : installerId_(installerId), statusReceiver_(statusReceiver) in BundleInstaller()
H A Dbundle_installer_manager.cpp190 int64_t installerId = GetMicroTickCount(); in CreateInstaller() local
191 auto installer = std::make_shared<BundleInstaller>(installerId, statusReceiver); in CreateInstaller()
H A Dbundle_util.cpp405 std::string BundleUtil::CreateInstallTempDir(uint32_t installerId, const DirType &type) in CreateInstallTempDir() argument
431 std::to_string(installerId) + ServiceConstants::PATH_SEPARATOR; in CreateInstallTempDir()
435 std::string BundleUtil::CreateSharedBundleTempDir(uint32_t installerId, uint32_t index) in CreateSharedBundleTempDir() argument
440 …tempDir += ServiceConstants::PATH_SEPARATOR + std::to_string(curTime) + std::to_string(installerId) in CreateSharedBundleTempDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dstatus_receiver_host.h33 virtual void SetStreamInstallId(uint32_t installerId) override {}; in SetStreamInstallId() argument
H A Dbundle_stream_installer_interface.h52 virtual void SetInstallerId(uint32_t installerId) {}; in SetInstallerId() argument
H A Dbundle_stream_installer_proxy.h38 virtual void SetInstallerId(uint32_t installerId) override;
H A Dstatus_receiver_interface.h40 virtual void SetStreamInstallId(uint32_t installerId) = 0;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_proxy.cpp221 void BundleStreamInstallerProxy::SetInstallerId(uint32_t installerId) in SetInstallerId() argument
223 installerId_ = installerId; in SetInstallerId()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_status_receiver.h35 virtual void SetStreamInstallId(uint32_t installerId) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp352 uint32_t installerId = 1; variable
354 BundleStreamInstallerHostImpl impl(installerId, installedUid);
370 uint32_t installerId = 1; variable
386 uint32_t installerId = 1; variable
401 uint32_t installerId = 1; variable
418 uint32_t installerId = 1; variable
432 uint32_t installerId = 1; variable
447 uint32_t installerId = 1; variable
461 uint32_t installerId = 1; variable
476 uint32_t installerId = 1; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1254 uint32_t installerId = 1; variable
1256 BundleStreamInstallerHostImpl impl(installerId, installedUid);
1269 uint32_t installerId = 1; variable
1271 BundleStreamInstallerHostImpl impl(installerId, installedUid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp1150 uint32_t installerId = 1; variable
1152 BundleStreamInstallerHostImpl impl(installerId, installedUid);
1164 uint32_t installerId = 1; variable
1166 BundleStreamInstallerHostImpl impl(installerId, installedUid);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp47 void SetInstallerId(uint32_t installerId) override {} in SetInstallerId() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1112 uint32_t installerId = 1; variable
1114 BundleStreamInstallerHostImpl impl(installerId, installedUid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp10012 uint32_t installerId = 1; variable
10014 BundleStreamInstallerHostImpl impl(installerId, installedUid);
10030 uint32_t installerId = 1; variable
10032 BundleStreamInstallerHostImpl impl(installerId, installedUid);
10045 uint32_t installerId = 1; variable
10047 BundleStreamInstallerHostImpl impl(installerId, installedUid);
10060 uint32_t installerId = 1; variable
10062 BundleStreamInstallerHostImpl impl(installerId, installedUid);
10075 uint32_t installerId = 1; variable
10077 BundleStreamInstallerHostImpl impl(installerId, installedUid);
[all …]