/foundation/bundlemanager/bundle_tool/test/systemtest/bm/ |
H A D | bm_command_dump_system_test.cpp | 29 const std::string STRING_BUNDLE_NAME = "com.ohos.tools.pageAbilityBundleForInstall"; member 30 const std::string STRING_BUNDLE_NAME_INVALID = STRING_BUNDLE_NAME + ".invalid"; 65 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 77 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 88 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 94 std::string command = "bm dump -n " + STRING_BUNDLE_NAME; in HWTEST_F() 100 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F()
|
H A D | bm_command_install_system_test.cpp | 30 const std::string STRING_BUNDLE_NAME = "com.ohos.tools.pageAbilityBundleForInstall"; member 66 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 72 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 97 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 109 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F()
|
H A D | bm_command_uninstall_system_test.cpp | 29 const std::string STRING_BUNDLE_NAME = "com.ohos.tools.pageAbilityBundleForUninstall"; member 30 const std::string STRING_BUNDLE_NAME_INVALID = STRING_BUNDLE_NAME + ".invalid"; 66 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F() 72 ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_debug_info_test/ |
H A D | app_debug_info_test.cpp | 26 const std::string STRING_BUNDLE_NAME = "bundleName"; member 63 data.WriteString(STRING_BUNDLE_NAME); in HWTEST_F() 68 EXPECT_EQ(appDebugInfo_->bundleName, STRING_BUNDLE_NAME); in HWTEST_F() 80 data.WriteString(STRING_BUNDLE_NAME); in HWTEST_F() 85 EXPECT_EQ(info->bundleName, STRING_BUNDLE_NAME); in HWTEST_F() 99 appDebugInfo_->bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 104 EXPECT_EQ(data.ReadString(), STRING_BUNDLE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/test/moduletest/aa/ |
H A D | aa_command_start_module_test.cpp | 35 const std::string STRING_BUNDLE_NAME = "bundle"; member 100 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 124 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 173 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 199 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 227 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 255 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 284 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
H A D | aa_command_stop_service_module_test.cpp | 35 const std::string STRING_BUNDLE_NAME = "bundle"; member 100 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 124 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/test/unittest/aa/ |
H A D | aa_command_start_test.cpp | 36 const std::string STRING_BUNDLE_NAME = "bundle"; member 401 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 452 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 520 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 544 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 571 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 694 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 722 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 750 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 780 (char*)STRING_BUNDLE_NAME in HWTEST_F() [all...] |
H A D | aa_command_attach_test.cpp | 29 const std::string STRING_BUNDLE_NAME = "bundleName"; member 71 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 79 EXPECT_EQ(bundleName, STRING_BUNDLE_NAME); in HWTEST_F() 101 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 244 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 391 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
H A D | aa_command_test_test.cpp | 37 const std::string STRING_BUNDLE_NAME = "bundle"; member 157 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 192 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
H A D | aa_command_stop_service_test.cpp | 35 const std::string STRING_BUNDLE_NAME = "bundle"; member 352 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 399 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 461 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 485 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
H A D | aa_command_ability_first_test.cpp | 45 const std::string STRING_BUNDLE_NAME = "bundleName"; member in AaCommandFirstTest 1110 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 1176 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 1198 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 1214 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 1222 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 1245 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F() 1268 std::string bundleName = STRING_BUNDLE_NAME; in HWTEST_F()
|
H A D | aa_command_force_stop_test.cpp | 36 const std::string STRING_BUNDLE_NAME = "bundle"; member 136 (char*)"STRING_BUNDLE_NAME", in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_test.cpp | 328 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 349 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 371 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 393 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 455 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 479 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 504 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 568 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 593 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 673 const_cast<char*>(STRING_BUNDLE_NAME in HWTEST_F() [all...] |
H A D | bm_command_dump_test.cpp | 353 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 363 EXPECT_EQ(cmd.ExecCommand(), STRING_BUNDLE_NAME + "\n"); in HWTEST_F() 397 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 405 EXPECT_EQ(cmd.ExecCommand(), STRING_BUNDLE_NAME + "\n"); in HWTEST_F() 419 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 441 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 450 EXPECT_EQ(cmd.ExecCommand(), STRING_BUNDLE_NAME + "\n"); in HWTEST_F() 464 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 486 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 509 const_cast<char*>(STRING_BUNDLE_NAME in HWTEST_F() [all...] |
H A D | bm_command_uninstall_test.cpp | 305 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 329 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 378 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 404 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 429 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 455 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 480 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 530 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 554 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 580 const_cast<char*>(STRING_BUNDLE_NAME in HWTEST_F() [all...] |
H A D | bm_command_overlay_test.cpp | 259 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 403 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 429 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 457 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 486 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 653 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 753 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 781 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F()
|
H A D | bm_command_dump_dependencies_test.cpp | 305 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 370 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 396 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 422 const_cast<char*>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | ability_command_test.cpp | 35 const std::string STRING_BUNDLE_NAME = "com.example.myapplication"; member 230 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 251 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 311 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 333 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 355 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 379 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 403 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 433 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 542 (char*)STRING_BUNDLE_NAME in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ams_mgr_kill_process_test/ |
H A D | ams_mgr_kill_process_test.cpp | 34 const std::string STRING_BUNDLE_NAME = "com.example.bundle"; member 104 ErrCode result = appMgrServiceInner->KillApplicationByUserId(STRING_BUNDLE_NAME, 0, ACCOUNT_ID); in HWTEST_F() 124 ErrCode result = proxy->GetAmsMgr()->KillProcessWithAccount(STRING_BUNDLE_NAME, ACCOUNT_ID); in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/ |
H A D | ability_command_module_test.cpp | 33 const std::string STRING_BUNDLE_NAME = "com.example.myapplication"; member 192 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 240 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F() 271 (char*)STRING_BUNDLE_NAME.c_str(), in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/test/moduletest/bm/ |
H A D | bm_command_uninstall_module_test.cpp | 100 const_cast<char *>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F() 124 const_cast<char *>(STRING_BUNDLE_NAME.c_str()), in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_proxy_test/ |
H A D | ams_mgr_proxy_test.cpp | 29 const std::string STRING_BUNDLE_NAME = "bundleName"; member 118 auto result = amsMgrProxy_->AttachAppDebug(STRING_BUNDLE_NAME); in HWTEST_F() 137 auto result = amsMgrProxy_->DetachAppDebug(STRING_BUNDLE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/ |
H A D | ams_mgr_stub_test.cpp | 28 const std::string STRING_BUNDLE_NAME = "bundleName"; member 167 data.WriteString(STRING_BUNDLE_NAME); in HWTEST_F() 207 data.WriteString(STRING_BUNDLE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/ |
H A D | app_scheduler_proxy_test.cpp | 30 const std::string STRING_BUNDLE_NAME = "bundleName"; member
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 35 const std::string STRING_BUNDLE_NAME = "name"; member
|