Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp258 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnStart()
279 void JsAbility::AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &met… in AddLifecycleEventAfterJSCall() function in OHOS::AbilityRuntime::JsAbility
408 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnSceneCreated()
508 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnForeground()
531 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::BACKGROUND, methodName); in OnBackground()
929 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnNewWant()
H A Djs_ui_ability.cpp345 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnStart()
367 void JsUIAbility::AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &m… in AddLifecycleEventAfterJSCall() function in OHOS::AbilityRuntime::JsUIAbility
510 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnSceneCreated()
652 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in CallOnForegroundFunc()
679 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::BACKGROUND, methodName); in OnBackground()
1281 AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnNewWant()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Djs_ability.h109 …void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) c…
H A Djs_ui_ability.h315 …void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) c…