Home
last modified time | relevance | path

Searched defs:statusReceiver (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.cpp32 …ing &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Install()
45 const sptr<IStatusReceiver> &statusReceiver) in Install()
60 …:string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
73 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
87 const sptr<IStatusReceiver> &statusReceiver) in Recover()
97 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
116 const sptr<IStatusReceiver> &statusReceiver, const std::vector<std::string> &originHapPaths) in CreateStreamInstaller()
127 const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp126 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleInstallMessage() local
146 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleRecoverMessage() local
179 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleInstallMultipleHapsMessage() local
199 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallMessage() local
220 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallModuleMessage() local
237 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallByUninstallParam() local
285 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleCreateStreamInstaller() local
345 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallAndRecoverMessage() local
383 const sptr<IStatusReceiver> &statusReceiver) in Install()
481 const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
[all …]
H A Dbundle_installer_manager.cpp48 …ing &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateInstallTask()
65 …:string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateRecoverTask()
82 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateInstallTask()
103 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateInstallByBundleNameTask()
121 …:string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateUninstallTask()
138 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateUninstallTask()
172 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in CreateUninstallAndRecoverTask()
188 …ndleInstaller> BundleInstallerManager::CreateInstaller(const sptr<IStatusReceiver> &statusReceiver) in CreateInstaller()
H A Dbundle_stream_installer_host_impl.cpp41 const sptr<IStatusReceiver> &statusReceiver, const std::vector<std::string> &originHapPaths) in Init()
H A Dbundle_installer.cpp25 …eInstaller::BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver) in BundleInstaller()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp116 const sptr<IStatusReceiver> &statusReceiver) in Install()
121 const sptr<IStatusReceiver> &statusReceiver) in Recover()
126 const sptr<IStatusReceiver> &statusReceiver) in Install()
131 const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
136 const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
141 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
146 const sptr<IStatusReceiver> &statusReceiver) in InstallByBundleName()
160 const sptr<IStatusReceiver> &statusReceiver, const std::vector<std::string>& originHapPaths) in CreateStreamInstaller()
169 const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h93 const sptr<IStatusReceiver> &statusReceiver) in InstallByBundleName()
125 const sptr<IStatusReceiver> &statusReceiver) in UpdateBundleForSelf()
131 const sptr<IStatusReceiver> &statusReceiver) in UninstallAndRecover()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/
H A Dinstaller_proxy_test.cpp95 sptr<InstallerProxyTest> statusReceiver(new (std::nothrow) InstallerProxyTest()); in BenchmarkTestInstallerProxyInfo() local
117 sptr<InstallerProxyTest> statusReceiver(new (std::nothrow) InstallerProxyTest()); in BenchmarkTestMultipleInstallerProxyInfo() local
137 sptr<InstallerProxyTest> statusReceiver = (new (std::nothrow) InstallerProxyTest()); in BenchmarkTestUninstallerApplication() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp51 …:string &bundlePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Install()
75 const sptr<IStatusReceiver> &statusReceiver) in Install()
104 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Recover()
128 …:string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
151 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
175 const sptr<IStatusReceiver> &statusReceiver) in Uninstall()
266 const sptr<IStatusReceiver> &statusReceiver, const std::vector<std::string> &originHapPaths) in CreateStreamInstaller()
347 const sptr<IStatusReceiver> &statusReceiver) in UninstallAndRecover()
370 const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in StreamInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_death_recipient.cpp27 BundleDeathRecipient::BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver, in BundleDeathRecipient()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1359 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1375 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1393 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1409 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1425 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1441 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1457 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1473 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1489 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1718 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
H A Dbms_bundle_permission_system_app_test.cpp968 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
984 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1002 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1018 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1034 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1050 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1066 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1082 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
1338 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/
H A Dbundleinstallerproxy_fuzzer.cpp31 sptr<IStatusReceiver> statusReceiver; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp38 …tallerHostImpl::Init(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver, in Init()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_external_hsp_so_test.cpp179 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local
198 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallPathBundle() local
226 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UpdateInstallPath() local
H A Dbms_install_extension_system_test.cpp194 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallBundle() local
211 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local
229 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UpdateBundleForSelf() local
H A Dbms_install_system_test.cpp209 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallBundle() local
229 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallByBundleName() local
249 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallErrUid() local
265 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallMultiBundle() local
282 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local
300 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UpdateBundleForSelf() local
/ohos5.0/base/security/device_security_level/services/msg/
H A Ddslm_messenger_wrapper.c29 uint32_t InitMessenger(const MessageReceiver messageReceiver, const StatusReceiver statusReceiver, in InitMessenger()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp193 sptr<IStatusReceiver> statusReceiver; variable
213 sptr<IStatusReceiver> statusReceiver; variable
232 sptr<IStatusReceiver> statusReceiver; variable
252 sptr<IStatusReceiver> statusReceiver = nullptr; variable
271 sptr<IStatusReceiver> statusReceiver; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dquick_fix_command.cpp74 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in ApplyQuickFix() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/
H A Dbms_permission_grant_system_test.cpp192 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallBundle() local
209 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp131 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local
149 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local
170 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Uninstall() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp286 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local
304 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in StreamInstall() local
325 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Uninstall() local
348 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in HapUninstall() local
370 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in UninstallWithoutResvec() local
/ohos5.0/base/security/device_security_level/baselib/msglib/include/
H A Dmessenger.h52 DeviceStatusReceiver statusReceiver; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp185 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in InstallBundle() local
200 sptr<StatusReceiverImpl> statusReceiver(new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local

12