Searched refs:TEST_ABILITY_NAME (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/ |
H A D | insight_intent_utils_test.cpp | 41 const std::string TEST_ABILITY_NAME = "testAbilityName"; member 130 AppExecFwk::ElementName element1("", TEST_BUNDLE_NAME, TEST_ABILITY_NAME, TEST_MODULE_NAME); in HWTEST_F() 134 AppExecFwk::ElementName element2("", TEST_BUNDLE_NAME, TEST_ABILITY_NAME, ""); in HWTEST_F() 161 AppExecFwk::ElementName element1("", TEST_ABILITY_NAME, TEST_BUNDLE_NAME, TEST_MODULE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_recent_list_test/ |
H A D | ams_app_recent_list_module_test.cpp | 45 const std::string TEST_ABILITY_NAME = "test_ability_"; member 94 abilityInfo->name = TEST_ABILITY_NAME + std::to_string(index); in CreateAppRunningRecordByIndex()
|
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
H A D | cj_test_runner_test.cpp | 55 const std::string TEST_ABILITY_NAME = "ContactsDataAbility"; member 94 std::shared_ptr<AppExecFwk::EventRunner> eventRunner = AppExecFwk::EventRunner::Create(TEST_ABILITY_NAME); in SetUp()
|
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 33 const std::string TEST_ABILITY_NAME = "ContactsDataAbility"; member 65 std::shared_ptr<AppExecFwk::EventRunner> eventRunner = AppExecFwk::EventRunner::Create(TEST_ABILITY_NAME); in SetUp()
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_first_test.cpp | 41 const std::string TEST_ABILITY_NAME = "ContactsDataAbility";
member 71 AppExecFwk::EventRunner::Create(TEST_ABILITY_NAME);
in SetUp()
|
H A D | js_runtime_test.cpp | 42 const std::string TEST_ABILITY_NAME = "ContactsDataAbility"; member 73 std::shared_ptr<AppExecFwk::EventRunner> eventRunner = AppExecFwk::EventRunner::Create(TEST_ABILITY_NAME); in SetUp()
|
/foundation/ability/ability_runtime/test/unittest/connection_observer_test/ |
H A D | connection_observer_test.cpp | 43 const std::string TEST_ABILITY_NAME = "TestServiceExtension"; member 143 connectionData.extensionName = TEST_ABILITY_NAME; in HWTEST_F() 183 dlpData.targetAbilityName = TEST_ABILITY_NAME; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 42 const std::string TEST_ABILITY_NAME = "com.example.third1.MainAbility"; member 620 std::string abilityName = TEST_ABILITY_NAME; in HWTEST_F() 683 std::string abilityName1 = TEST_ABILITY_NAME; in HWTEST_F() 714 std::string abilityName1 = TEST_ABILITY_NAME; in HWTEST_F() 762 std::string abilityName = TEST_ABILITY_NAME; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 48 const std::string TEST_ABILITY_NAME = "com.ohos.launcher.MainAbility"; member 1715 EXPECT_EQ(infoJson[NAME], TEST_ABILITY_NAME); in HWTEST_F() 2872 bundleInfo.baseAbilityInfos_.insert(std::make_pair(TEST_ABILITY_NAME, abilityInfo)); in HWTEST_F() 2888 bundleInfo.baseAbilityInfos_.insert(std::make_pair(TEST_ABILITY_NAME, abilityInfo)); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 50 const std::string TEST_ABILITY_NAME = "test_ability_"; member 347 abilityInfo->name = TEST_ABILITY_NAME + std::to_string(i); in CreateAppRecentList()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/ |
H A D | ability_manager_service_sixth_test.cpp | 60 const std::string TEST_ABILITY_NAME = "testAbilityName"; member
|
Completed in 17 milliseconds