/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 25 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 D | mock_status_receiver.cpp | 55 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 D | bms_bundle_stream_installer_host_impl_test.cpp | 57 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 D | status_receiver_proxy.h | 42 virtual void SetStreamInstallId(uint32_t installerId) override; 45 void CloseStreamInstaller(uint32_t installerId);
|
H A D | bundle_stream_installer_host_impl.h | 30 BundleStreamInstallerHostImpl(uint32_t installerId, int32_t installedUid); 44 virtual void SetInstallerId(uint32_t installerId) override;
|
H A D | bundle_util.h | 194 static std::string CreateInstallTempDir(uint32_t installerId, const DirType &type); 195 static std::string CreateSharedBundleTempDir(uint32_t installerId, uint32_t index);
|
H A D | bundle_installer.h | 32 BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | status_receiver_proxy.cpp | 709 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 D | bundle_stream_installer_host_impl.cpp | 27 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 D | bundle_installer.cpp | 25 BundleInstaller::BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusRece… in BundleInstaller() argument 26 : installerId_(installerId), statusReceiver_(statusReceiver) in BundleInstaller()
|
H A D | bundle_installer_manager.cpp | 190 int64_t installerId = GetMicroTickCount(); in CreateInstaller() local 191 auto installer = std::make_shared<BundleInstaller>(installerId, statusReceiver); in CreateInstaller()
|
H A D | bundle_util.cpp | 405 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 D | status_receiver_host.h | 33 virtual void SetStreamInstallId(uint32_t installerId) override {}; in SetStreamInstallId() argument
|
H A D | bundle_stream_installer_interface.h | 52 virtual void SetInstallerId(uint32_t installerId) {}; in SetInstallerId() argument
|
H A D | bundle_stream_installer_proxy.h | 38 virtual void SetInstallerId(uint32_t installerId) override;
|
H A D | status_receiver_interface.h | 40 virtual void SetStreamInstallId(uint32_t installerId) = 0;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_stream_installer_proxy.cpp | 221 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 D | mock_status_receiver.h | 35 virtual void SetStreamInstallId(uint32_t installerId) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 352 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 D | bms_bundle_permission_false_test.cpp | 1254 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 D | bms_service_startup_test.cpp | 1150 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 D | bms_stream_installer_host_test.cpp | 47 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 D | bms_bundle_app_service_fwk_installer.cpp | 1112 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 D | bms_bundle_kit_service_test.cpp | 10012 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 …]
|