Home
last modified time | relevance | path

Searched refs:DestoryBundleStreamInstaller (Results 1 - 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp322 bool BundleInstallerProxy::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() function in OHOS::AppExecFwk::BundleInstallerProxy
390 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()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_installer_service.h45 MOCK_METHOD1(DestoryBundleStreamInstaller, bool(uint32_t));
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/
H A Dbundleinstallerproxy_fuzzer.cpp50 bundleinstallerProxy.DestoryBundleStreamInstaller(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h120 virtual bool DestoryBundleStreamInstaller(uint32_t streamInstallerId) = 0;
H A Dbundle_installer_proxy.h108 virtual bool DestoryBundleStreamInstaller(uint32_t streamInstallerId) override;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp77 bundleInstallerHost->DestoryBundleStreamInstaller(streamInstallerId); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.h80 bool DestoryBundleStreamInstaller(uint32_t streamInstallerId);
H A Dmock_bundle_installer_host.cpp121 bool MockBundleInstallerHost::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() function in OHOS::AppExecFwk::MockBundleInstallerHost
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer_host.h123 virtual bool DestoryBundleStreamInstaller(uint32_t streamInstallerId) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp164 bool DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() function in OHOS::EmptyTestBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp322 DestoryBundleStreamInstaller(installeId); in HandleDestoryBundleStreamInstaller()
658 bool BundleInstallerHost::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() function in OHOS::AppExecFwk::BundleInstallerHost
H A Dstatus_receiver_proxy.cpp710 bundleInstaller->DestoryBundleStreamInstaller(installerId); in CloseStreamInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
H A Dbms_bundle_installer_proxy_test.cpp361 * @tc.name: test the DestoryBundleStreamInstaller
363 * 2. test DestoryBundleStreamInstaller
370 auto res = bundleInstallerProxy.DestoryBundleStreamInstaller(streamInstallerId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp166 * @tc.name: test DestoryBundleStreamInstaller function of BundleInstallerProxy
168 * 2. Calling function DestoryBundleStreamInstaller
176 auto ret = proxy->DestoryBundleStreamInstaller(DEFAULT_INSTALLER_ID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1130 * @tc.name: test DestoryBundleStreamInstaller of BundleInstallerHost
1132 * 2. DestoryBundleStreamInstaller false by no permission
1137 bool ret = bundleInstallerHost_->DestoryBundleStreamInstaller(streamInstallerId); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp857 * @tc.name: test DestoryBundleStreamInstaller of BundleInstallerHost
859 * 2. DestoryBundleStreamInstaller false by no permission
864 bool ret = bundleInstallerHost_->DestoryBundleStreamInstaller(streamInstallerId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp1355 bool res = installerProxy->DestoryBundleStreamInstaller(0); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp390 bool DestoryBundleStreamInstaller(uint32_t streamInstallerId);
448 bool IBundleInstallerTest::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() function in OHOS::IBundleInstallerTest

Completed in 42 milliseconds