/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_death_recipient.cpp | 27 BundleDeathRecipient::BundleDeathRecipient(const sptr<StatusReceiverHost> &statusReceiver, in BundleDeathRecipient() argument
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 31 sptr<IStatusReceiver> statusReceiver; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 92 InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) InstallByBundleName() argument 124 UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) UpdateBundleForSelf() argument 130 UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) UninstallAndRecover() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 25 BundleInstaller::BundleInstaller(const int64_t installerId, const sptr<IStatusReceiver> &statusReceiver) in BundleInstaller() argument
|
H A D | bundle_installer_manager.cpp | 47 CreateInstallTask( const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateInstallTask() argument 64 CreateRecoverTask( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateRecoverTask() argument 81 CreateInstallTask(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateInstallTask() argument 102 CreateInstallByBundleNameTask(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateInstallByBundleNameTask() argument 120 CreateUninstallTask( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateUninstallTask() argument 137 CreateUninstallTask(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateUninstallTask() argument 171 CreateUninstallAndRecoverTask(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateUninstallAndRecoverTask() argument 188 CreateInstaller(const sptr<IStatusReceiver> &statusReceiver) CreateInstaller() argument [all...] |
H A D | bundle_stream_installer_host_impl.cpp | 40 bool BundleStreamInstallerHostImpl::Init(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) in Init() argument
|
H A D | bundle_installer_host.cpp | 127 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleInstallMessage() local 147 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleRecoverMessage() local 180 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleInstallMultipleHapsMessage() local 200 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallMessage() local 221 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); in HandleUninstallModuleMessage() local 238 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); HandleUninstallByUninstallParam() local 286 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); HandleCreateStreamInstaller() local 340 sptr<IStatusReceiver> statusReceiver = iface_cast<IStatusReceiver>(object); HandleUninstallAndRecoverMessage() local 346 Install( const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 377 Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 408 Recover( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Recover() argument 430 Uninstall( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 452 Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 475 Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 496 InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) InstallByBundleName() argument 586 StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) StreamInstall() argument 592 CreateStreamInstaller(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateStreamInstaller() argument 715 UpdateBundleForSelf(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) UpdateBundleForSelf() argument 737 UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) UninstallAndRecover() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 38 bool BundleStreamInstallerHostImpl::Init(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver)
in Init() argument
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/ |
H A D | installer_proxy_test.cpp | 137 sptr<InstallerProxyTest> statusReceiver = (new (std::nothrow) InstallerProxyTest()); in BenchmarkTestUninstallerApplication() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 65 sptr<IStatusReceiver> statusReceiver; in DoSomethingInterestingWithMyAPI() local [all...] |
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.cpp | 31 Install( const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 44 Install(const std::vector<std::string> &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 59 Uninstall( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 72 Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 86 Recover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Recover() argument 96 StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) StreamInstall() argument 115 CreateStreamInstaller(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateStreamInstaller() argument 126 Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 194 sptr<IStatusReceiver> statusReceiver;
in HWTEST_F() local 214 sptr<IStatusReceiver> statusReceiver;
in HWTEST_F() local 232 sptr<IStatusReceiver> statusReceiver;
in HWTEST_F() local 251 sptr<IStatusReceiver> statusReceiver = nullptr;
in HWTEST_F() local 270 sptr<IStatusReceiver> statusReceiver;
in HWTEST_F() local [all...] |
H A D | bms_bundle_installer_test.cpp | 2536 sptr<IStatusReceiver> statusReceiver; in HWTEST_F() local 5967 sptr<IStatusReceiver> statusReceiver; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/ |
H A D | bms_bundle_installer_proxy_test.cpp | 72 sptr<IStatusReceiver> statusReceiver = nullptr; in HWTEST_F() local 91 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 113 sptr<IStatusReceiver> statusReceiver = nullptr; in HWTEST_F() local 134 sptr<IStatusReceiver> statusReceiver in HWTEST_F() local 154 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 173 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 192 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 211 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 230 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 250 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 267 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 283 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 336 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 354 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 388 const sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 407 const sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 428 const sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 449 const sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver();; HWTEST_F() local 469 const sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver();; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 50 Install( const std::string &bundlePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 74 Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 103 Recover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Recover() argument 127 Uninstall( const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 150 Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 174 Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 265 CreateStreamInstaller(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateStreamInstaller() argument 341 UninstallAndRecover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) UninstallAndRecover() argument 364 StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) StreamInstall() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 115 Install(const std::string &bundleFilePath, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 120 Recover(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Recover() argument 125 Install(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Install() argument 130 Uninstall(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 135 Uninstall(const UninstallParam &uninstallParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 140 Uninstall(const std::string &bundleName, const std::string &modulePackage, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) Uninstall() argument 145 InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) InstallByBundleName() argument 159 CreateStreamInstaller(const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) CreateStreamInstaller() argument 168 StreamInstall(const std::vector<std::string> &bundleFilePaths, const InstallParam &installParam, const sptr<IStatusReceiver> &statusReceiver) StreamInstall() argument
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 131 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 [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1357 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1373 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1391 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1407 sptr<IStatusReceiver> statusReceiver in HWTEST_F() local 1423 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1439 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1455 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1471 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1487 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1714 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local [all...] |
H A D | bms_bundle_permission_system_app_test.cpp | 992 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1008 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1026 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 1042 sptr<IStatusReceiver> statusReceiver in HWTEST_F() local 1058 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1074 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1090 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1106 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local 1360 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 286 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()); HapUninstall() local 370 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); UninstallWithoutResvec() local [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 282 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local 303 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Uninstall() local
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 208 sptr<StatusReceiverImpl> statusReceiver = new (std::nothrow) StatusReceiverImpl(); in Install() local 229 sptr<StatusReceiverImpl> statusReceiver = new (std::nothrow) StatusReceiverImpl(); in Uninstall() local 903 sptr<StatusReceiverImpl> statusReceiver = new (std::nothrow) StatusReceiverImpl(); in HWTEST_F() local [all...] |
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 250 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in InstallBundle() local 269 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in UninstallBundle() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 356 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local 403 sptr<IStatusReceiver> statusReceiver = new (std::nothrow) MockStatusReceiver(); in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 345 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local 360 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Install() local 381 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); in Uninstall() local 404 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); HapUninstall() local 4854 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); HWTEST_F() local 4891 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); HWTEST_F() local 4927 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); HWTEST_F() local 4977 sptr<StatusReceiverImpl> statusReceiver = (new (std::nothrow) StatusReceiverImpl()); HWTEST_F() local 6653 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 6670 sptr<IStatusReceiver> statusReceiver; HWTEST_F() local 7728 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 7748 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 7766 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 7784 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 7803 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local 7859 sptr<IStatusReceiver> statusReceiver = nullptr; HWTEST_F() local [all...] |