Searched refs:AppMgrProxyTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 74 class AppMgrProxyTest : public testing::Test { class 85 void AppMgrProxyTest::SetUpTestCase(void) in SetUpTestCase() 88 void AppMgrProxyTest::TearDownTestCase(void) in TearDownTestCase() 91 void AppMgrProxyTest::SetUp() in SetUp() 99 void AppMgrProxyTest::TearDown() in TearDown() 331 HWTEST_F(AppMgrProxyTest, NotifyAppFault_001, TestSize.Level1) 347 HWTEST_F(AppMgrProxyTest, NotifyAppFaultBySA_001, TestSize.Level1) 362 HWTEST_F(AppMgrProxyTest, SetAppFreezeFilter_001, TestSize.Level1) 378 HWTEST_F(AppMgrProxyTest, ChangeAppGcState_001, TestSize.Level1) 411 HWTEST_F(AppMgrProxyTest, IsAppRunning_001, TestSize.Level1) [all …]
|
H A D | BUILD.gn | 19 ohos_unittest("AppMgrProxyTest") { 58 deps = [ ":AppMgrProxyTest" ]
|