Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ui_ability.cpp151 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnStart()
162 void CJUIAbility::AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState state, const std::string &me… in AddLifecycleEventBeforeCall() function in OHOS::AbilityRuntime::CJUIAbility
257 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnSceneCreated()
340 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in CallOnForegroundFunc()
365 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::BACKGROUND, methodName); in OnBackground()
469 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in DoOnForeground()
530 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in RequestFocus()
704 AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnNewWant()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ui_ability.h279 …void AddLifecycleEventBeforeCall(FreezeUtil::TimeoutState state, const std::string &methodName) co…