Home
last modified time | relevance | path

Searched refs:UninstallBundle (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Daa_command_dump_system_test.cpp67 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
79 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
90 ToolSystemTest::UninstallBundle(STRING_DATA_ABILITY_BUNDLE_NAME);
102 ToolSystemTest::UninstallBundle(STRING_DATA_ABILITY_BUNDLE_NAME);
113 ToolSystemTest::UninstallBundle(STRING_SERVICE_ABILITY_BUNDLE_NAME);
125 ToolSystemTest::UninstallBundle(STRING_SERVICE_ABILITY_BUNDLE_NAME);
H A Daa_command_start_system_test.cpp76 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
89 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
131 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
144 ToolSystemTest::UninstallBundle(STRING_PAGE_ABILITY_BUNDLE_NAME);
H A Dtool_system_test.h31 static void UninstallBundle(const std::string& bundleName, const bool checkResult = false);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_hap_so_test.cpp430 res = UninstallBundle(BUNDLE_NAME1);
454 res = UninstallBundle(BUNDLE_NAME2);
478 res = UninstallBundle(BUNDLE_NAME3);
502 res = UninstallBundle(BUNDLE_NAME4);
626 res = UninstallBundle(BUNDLE_NAME5);
656 res = UninstallBundle(BUNDLE_NAME6);
686 res = UninstallBundle(BUNDLE_NAME5);
716 res = UninstallBundle(BUNDLE_NAME6);
746 res = UninstallBundle(BUNDLE_NAME5);
776 res = UninstallBundle(BUNDLE_NAME6);
[all …]
H A Dbms_install_external_hsp_so_test.cpp268 res = UninstallBundle(BUNDLE_NAME_1);
289 res = UninstallBundle(BUNDLE_NAME_1);
310 res = UninstallBundle(BUNDLE_NAME_1);
331 res = UninstallBundle(BUNDLE_NAME_1);
352 res = UninstallBundle(BUNDLE_NAME_2);
373 res = UninstallBundle(BUNDLE_NAME_3);
394 res = UninstallBundle(BUNDLE_NAME_4);
415 res = UninstallBundle(BUNDLE_NAME_5);
438 res = UninstallBundle(BUNDLE_NAME_1);
461 res = UninstallBundle(BUNDLE_NAME_1);
[all …]
H A Dbm_install_multi_user_test.cpp265 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
304 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
343 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
382 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
421 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
460 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
500 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
540 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
579 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
613 UninstallBundle(BUNDLE_NAME, Constants::ALL_USERID);
[all …]
H A Dbms_install_system_test.cpp272 void BmsInstallSystemTest::UninstallBundle( in UninstallBundle() function in OHOS::AppExecFwk::BmsInstallSystemTest
418 UninstallBundle(bundleName, uninstallMsg);
452 UninstallBundle(bundleName, uninstallMsg);
488 UninstallBundle(bundleName, uninstallMsg);
518 UninstallBundle(bundleName, uninstallMsg);
551 UninstallBundle(bundleName, uninstallMsg);
578 UninstallBundle(bundleName, uninstallMsg);
631 UninstallBundle(bundleName, uninstallMsg);
659 UninstallBundle(bundleName, uninstallMsg);
1246 UninstallBundle(bundleName, message);
[all …]
H A Dbms_install_extension_system_test.cpp201 void BmsInstallExtensionSystemTest::UninstallBundle( in UninstallBundle() function in OHOS::AppExecFwk::BmsInstallExtensionSystemTest
329 UninstallBundle("com.example.extension", uninstallMsg);
351 UninstallBundle("com.example.extension", uninstallMsg);
373 UninstallBundle("com.example.extension", uninstallMsg);
408 UninstallBundle("com.example.extension", uninstallMsg);
435 UninstallBundle("com.example.extension", uninstallMsg);
469 UninstallBundle("com.example.extension", uninstallMsg);
503 UninstallBundle("com.example.extension", uninstallMsg);
537 UninstallBundle("com.example.extension", uninstallMsg);
571 UninstallBundle("com.example.extension", uninstallMsg);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
H A Dbms_bundle_sandbox_app_test.cpp420 auto uninstallRes = UninstallBundle(BUNDLE_NAME);
442 auto uninstallRes = UninstallBundle(BUNDLE_NAME);
464 auto uninstallRes = UninstallBundle(BUNDLE_NAME);
514 auto uninstallRes = UninstallBundle(BUNDLE_NAME);
562 auto uninstallRes = UninstallBundle(BUNDLE_NAME);
799 UninstallBundle(OTHER_BUNDLE_NAME);
838 UninstallBundle(OTHER_BUNDLE_NAME);
1170 UninstallBundle(OTHER_BUNDLE_NAME);
1211 UninstallBundle(OTHER_BUNDLE_NAME);
1255 UninstallBundle(OTHER_BUNDLE_NAME);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/
H A Dbms_overlay_internal_install_test.cpp294 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
369 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
392 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
415 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
444 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
473 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
501 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
529 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
554 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
585 ret = UninstallBundle(BUNDLE_NAME_OF_OVERLAY_TEST1);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dbm_command_dump_system_test.cpp65 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
77 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
88 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
100 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
H A Dbm_command_install_system_test.cpp66 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
72 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
97 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
109 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
H A Dbm_command_uninstall_system_test.cpp66 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
72 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME);
H A Dtool_system_test.h31 static void UninstallBundle(const std::string& bundleName, const bool checkResult = false);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/
H A Dbms_bundle_updater_test.cpp69 ErrCode UninstallBundle(const std::string &bundleName) const;
145 ErrCode BmsBundleUpdaterTest::UninstallBundle(const std::string &bundleName) const in UninstallBundle() function in OHOS::BmsBundleUpdaterTest
302 installResult = UninstallBundle(BUNDLE_NAME);
324 installResult = UninstallBundle(BUNDLE_NAME);
342 installResult = UninstallBundle(BUNDLE_NAME);
360 installResult = UninstallBundle(BUNDLE_NAME);
378 installResult = UninstallBundle(BUNDLE_NAME);
411 installResult = UninstallBundle(BUNDLE_NAME);
438 installResult = UninstallBundle(BUNDLE_NAME);
470 installResult = UninstallBundle(BUNDLE_NAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp304 result = UninstallBundle(BUNDLE_NAME);
326 result = UninstallBundle(BUNDLE_NAME);
349 result = UninstallBundle(BUNDLE_NAME);
438 result = UninstallBundle(BUNDLE_NAME);
463 result = UninstallBundle(BUNDLE_NAME);
486 result = UninstallBundle(BUNDLE_NAME);
510 result = UninstallBundle(BUNDLE_NAME);
602 result = UninstallBundle(BUNDLE_NAME);
625 result = UninstallBundle(BUNDLE_NAME);
647 result = UninstallBundle(BUNDLE_NAME);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/
H A Dbms_permission_grant_system_test.cpp137 static void UninstallBundle(const std::string &bundleName, std::string &uninstallMsg);
199 void BmsPermissionGrantSystemTest::UninstallBundle( in UninstallBundle() function in OHOS::AppExecFwk::BmsPermissionGrantSystemTest
255 UninstallBundle(BUNDLE_NAME, uninstallMsg);
289 UninstallBundle(BUNDLE_NAME, uninstallMsg);
323 UninstallBundle(BUNDLE_NAME, uninstallMsg);
365 UninstallBundle(BUNDLE_NAME, uninstallMsg);
401 UninstallBundle(BUNDLE_NAME, uninstallMsg);
443 UninstallBundle(BUNDLE_NAME, uninstallMsg);
485 UninstallBundle(BUNDLE_NAME, uninstallMsg);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/
H A Dbundle_mgr_sandbox_app_system_test.cpp369 UninstallBundle(BUNDLE_NAME, uninstallMsg);
406 UninstallBundle(BUNDLE_NAME, uninstallMsg);
509 UninstallBundle(BUNDLE_NAME, uninstallMsg);
552 UninstallBundle(BUNDLE_NAME, uninstallMsg);
596 UninstallBundle(BUNDLE_NAME, uninstallMsg);
641 UninstallBundle(BUNDLE_NAME, uninstallMsg);
676 UninstallBundle(BUNDLE_NAME, uninstallMsg);
710 UninstallBundle(BUNDLE_NAME, uninstallMsg);
745 UninstallBundle(BUNDLE_NAME, uninstallMsg);
775 UninstallBundle(BUNDLE_NAME, uninstallMsg);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/
H A Dbms_bundle_quick_fix_boot_scanner_test.cpp303 ret = UninstallBundle(BUNDLE_NAME);
331 ret = UninstallBundle(BUNDLE_NAME);
363 ret = UninstallBundle(BUNDLE_NAME);
392 ret = UninstallBundle(BUNDLE_NAME);
421 ret = UninstallBundle(BUNDLE_NAME);
451 ret = UninstallBundle(BUNDLE_NAME);
480 ret = UninstallBundle(BUNDLE_NAME);
697 ret = UninstallBundle(BUNDLE_NAME);
739 ret = UninstallBundle(BUNDLE_NAME);
767 ret = UninstallBundle(BUNDLE_NAME);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp153 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
180 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
206 ErrCode result = UninstallBundle(bundleName, modulePackage, installParam); in UninstallSystemBundle()
226 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
267 ErrCode result = UninstallBundle(bundleName, installParam); in CheckUninstallSystemHsp()
H A Dbundle_installer.cpp123 resultCode = UninstallBundle(bundleName, userInstallParam); in Uninstall()
140 resultCode = UninstallBundle(bundleName, installParam); in Uninstall()
166 resultCode = UninstallBundle(bundleName, modulePackage, userInstallParam); in Uninstall()
184 resultCode = UninstallBundle(bundleName, modulePackage, installParam); in Uninstall()
231 resultCode = UninstallBundle(bundleName, userInstallParam); in UninstallAndRecover()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp103 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
132 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
160 ErrCode result = UninstallBundle(bundleName, modulePackage, installParam); in UninstallSystemBundle()
179 ErrCode result = UninstallBundle(bundleName, installParam); in UninstallSystemBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/
H A Dbms_bundle_uninstaller_test.cpp71 ErrCode UninstallBundle(const std::string &bundleName, int32_t userId) const;
122 ErrCode BmsBundleUninstallerTest::UninstallBundle(const std::string &bundleName, int32_t userId) co… in UninstallBundle() function in OHOS::BmsBundleUninstallerTest
329 ErrCode result = UninstallBundle("", USERID);
341 ErrCode result = UninstallBundle(ERROR_BUNDLE_NAME, USERID);
359 ErrCode result = UninstallBundle(BUNDLE_NAME, INVALID_USERID);
379 ErrCode result = UninstallBundle(BUNDLE_NAME, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp57 ErrCode UninstallBundle(const std::string &bundleName) const;
134 ErrCode BmsBundleQuickFixSwitcherTest::UninstallBundle(const std::string &bundleName) const in UninstallBundle() function in OHOS::BmsBundleQuickFixSwitcherTest
327 ret = UninstallBundle(BUNDLE_NAME);
410 ret = UninstallBundle(BUNDLE_NAME);
451 ret = UninstallBundle(BUNDLE_NAME);
503 ret = UninstallBundle(BUNDLE_NAME);
538 ret = UninstallBundle(BUNDLE_NAME);
598 ret = UninstallBundle(BUNDLE_NAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/
H A Dbms_bundle_quick_fix_mgr_rdb_test.cpp82 ErrCode UninstallBundle(const std::string &bundleName) const;
126 ErrCode BmsBundleQuickFixMgrRdbTest::UninstallBundle(const std::string &bundleName) const in UninstallBundle() function in OHOS::BmsBundleQuickFixMgrRdbTest
303 ret = UninstallBundle(BUNDLE_NAME);
377 ret = UninstallBundle(BUNDLE_NAME);
453 ret = UninstallBundle(BUNDLE_NAME);
667 ret = UninstallBundle(BUNDLE_NAME);
701 ret = UninstallBundle(BUNDLE_NAME);

12