Home
last modified time | relevance | path

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 Dinsight_intent_utils_test.cpp41 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 Dams_app_recent_list_module_test.cpp45 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 Dcj_test_runner_test.cpp55 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 Dcj_runtime_test.cpp33 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 Djs_runtime_first_test.cpp41 const std::string TEST_ABILITY_NAME = "ContactsDataAbility"; member
71 AppExecFwk::EventRunner::Create(TEST_ABILITY_NAME); in SetUp()
H A Djs_runtime_test.cpp42 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 Dconnection_observer_test.cpp43 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 Dbms_launcher_service_system_test.cpp42 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 Dbms_bundle_data_storage_database_test.cpp48 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 Dams_app_life_cycle_module_test.cpp50 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 Dability_manager_service_sixth_test.cpp60 const std::string TEST_ABILITY_NAME = "testAbilityName"; member

Completed in 17 milliseconds