/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 396 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 405 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 410 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 427 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 433 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 443 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall() 627 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in CopySignatureFileToService() 632 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in CopySignatureFileToService()
|
H A D | bundle_stream_installer_proxy.cpp | 216 uint32_t BundleStreamInstallerProxy::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/ |
H A D | bundlestreaminstallerproxy_fuzzer.cpp | 32 callbackProxy.GetInstallerId(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_stream_installer_interface.h | 48 virtual uint32_t GetInstallerId() const in GetInstallerId() function
|
H A D | bundle_stream_installer_proxy.h | 37 virtual uint32_t GetInstallerId() const override;
|
/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 | 60 uint32_t result = bundleStreamInstaller_->GetInstallerId();
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 77 uint32_t BundleStreamInstallerHostImpl::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 38 int64_t GetInstallerId() const in GetInstallerId() function
|
H A D | bundle_stream_installer_host_impl.h | 43 virtual uint32_t GetInstallerId() const override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/ |
H A D | bms_stream_installer_host_test.cpp | 43 uint32_t GetInstallerId() const override in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostMock
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 340 uint32_t BundleStreamInstallerHostImpl::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
|
H A D | bundle_installer_host.cpp | 309 if (!reply.WriteUint32(streamInstaller->GetInstallerId())) { in HandleCreateStreamInstaller() 684 if ((*it)->GetInstallerId() == streamInstallerId) { in DestoryBundleStreamInstaller()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 141 auto id = proxy->GetInstallerId(); 159 auto id = proxy->GetInstallerId();
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 122 auto result = bundleInstaller_->GetInstallerId();
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5036 installedUid = impl.GetInstallerId();
|