Home
last modified time | relevance | path

Searched refs:streamInstallerId (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp58 int32_t streamInstallerId = 0; in DoSomethingInterestingWithMyAPI() local
77 bundleInstallerHost->DestoryBundleStreamInstaller(streamInstallerId); 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_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() argument
/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() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp306 uint32_t streamInstallerId = reply.ReadUint32(); in CreateStreamInstaller() local
317 streamInstaller->SetInstallerId(streamInstallerId); in CreateStreamInstaller()
322 bool BundleInstallerProxy::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() argument
331 PARCEL_WRITE(data, Uint32, streamInstallerId); in DestoryBundleStreamInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp658 bool BundleInstallerHost::DestoryBundleStreamInstaller(uint32_t streamInstallerId) in DestoryBundleStreamInstaller() argument
679 if ((*it)->GetInstallerId() == streamInstallerId) { in DestoryBundleStreamInstaller()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
H A Dbms_bundle_installer_proxy_test.cpp369 uint32_t streamInstallerId = 100; in HWTEST_F() local
370 auto res = bundleInstallerProxy.DestoryBundleStreamInstaller(streamInstallerId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1136 uint32_t streamInstallerId = 0; in HWTEST_F() local
1137 bool ret = bundleInstallerHost_->DestoryBundleStreamInstaller(streamInstallerId); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp863 uint32_t streamInstallerId = 0; in HWTEST_F() local
864 bool ret = bundleInstallerHost_->DestoryBundleStreamInstaller(streamInstallerId); 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() argument

Completed in 33 milliseconds