Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp70 appLifeCycle->SetApplicationClient(mockAppScheduler);
84 EXPECT_NE(appLifeCycle, nullptr);
85 auto result = appLifeCycle->AttachAppDebug();
97 EXPECT_NE(appLifeCycle, nullptr);
99 appLifeCycle->SetApplicationClient(mockAppScheduler);
100 auto result = appLifeCycle->AttachAppDebug();
112 EXPECT_NE(appLifeCycle, nullptr);
113 auto result = appLifeCycle->DetachAppDebug();
125 EXPECT_NE(appLifeCycle, nullptr);
128 auto result = appLifeCycle->DetachAppDebug();
[all …]