Home
last modified time | relevance | path

Searched refs:TestTerminateApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/test_lv0/page_ability_test/
H A Dpage_ability_test.cpp50 ASSERT_TRUE(AbilityTestHelper::TestTerminateApp(g_element.bundleName)); in TearDown()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.h45 static bool TestTerminateApp(const std::string &bundleName);
H A Dability_test_helper.cpp152 bool AbilityTestHelper::TestTerminateApp(const std::string &bundleName) in TestTerminateApp() function in OHOS::AbilityTestHelper