Home
last modified time | relevance | path

Searched refs:GetInstallerId (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H A Dbundlestreaminstallerproxy_fuzzer.cpp32 callbackProxy.GetInstallerId(); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_interface.h48 virtual uint32_t GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::IBundleStreamInstaller
H A Dbundle_stream_installer_proxy.h37 virtual uint32_t GetInstallerId() const override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp76 uint32_t BundleStreamInstallerHostImpl::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_stream_installer_host_impl/
H A Dbms_bundle_stream_installer_host_impl_test.cpp52 * @tc.name: test the GetInstallerId ID.
53 * @tc.desc: test the GetInstallerId ID will be correct.
60 uint32_t result = bundleStreamInstaller_->GetInstallerId(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp390 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
398 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
403 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
420 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
426 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
436 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in StreamInstall()
620 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in CopySignatureFileToService()
625 DestoryBundleStreamInstaller(streamInstaller->GetInstallerId()); in CopySignatureFileToService()
H A Dbundle_stream_installer_proxy.cpp216 uint32_t BundleStreamInstallerProxy::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_stream_installer_host_impl.h42 virtual uint32_t GetInstallerId() const override;
H A Dbundle_installer.h38 int64_t GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleInstaller
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp43 uint32_t GetInstallerId() const override
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp336 uint32_t BundleStreamInstallerHostImpl::GetInstallerId() const in GetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
H A Dbundle_installer_host.cpp304 if (!reply.WriteUint32(streamInstaller->GetInstallerId())) { in HandleCreateStreamInstaller()
679 if ((*it)->GetInstallerId() == streamInstallerId) { in DestoryBundleStreamInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp116 * @tc.name: GetInstallerId
117 * @tc.desc: test GetInstallerId
122 auto result = bundleInstaller_->GetInstallerId(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp131 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
133 * 2. Calling function GetInstallerId
142 auto id = proxy->GetInstallerId(); in HWTEST_F()
160 auto id = proxy->GetInstallerId(); in HWTEST_F()
434 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
449 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
464 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
479 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
500 * @tc.name: test GetInstallerId function of BundleStreamInstallerProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5014 installedUid = impl.GetInstallerId(); in HWTEST_F()

Completed in 19 milliseconds