Home
last modified time | relevance | path

Searched refs:foregroundFlow (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/freeze_util_test/
H A Dfreeze_util_test.cpp88 FreezeUtil::LifecycleFlow foregroundFlow = { token_, FreezeUtil::TimeoutState::FOREGROUND }; in HWTEST_F() local
89 FreezeUtil::GetInstance().AddLifecycleEvent(foregroundFlow, "testDeleteLifecyleEventForground"); in HWTEST_F()
90 EXPECT_EQ(FreezeUtil::GetInstance().GetLifecycleEvent(foregroundFlow), "testDeleteLifecyleEventForground"); in HWTEST_F()
97 EXPECT_EQ(FreezeUtil::GetInstance().GetLifecycleEvent(foregroundFlow), ""); in HWTEST_F()
/foundation/ability/ability_runtime/utils/global/freeze/src/
H A Dfreeze_util.cpp74 LifecycleFlow foregroundFlow = { token, TimeoutState::FOREGROUND }; in DeleteLifecycleEvent() local
75 DeleteLifecycleEventInner(foregroundFlow); in DeleteLifecycleEvent()

Completed in 1 milliseconds