Searched refs:AddLifecycleEventBeforeJSCall (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability.cpp | 256 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnStart() 272 void JsAbility::AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &me… in AddLifecycleEventBeforeJSCall() function in OHOS::AbilityRuntime::JsAbility 406 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnSceneCreated() 506 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnForeground() 529 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::BACKGROUND, methodName); in OnBackground() 671 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in DoOnForeground() 732 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in RequestFocus() 927 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnNewWant()
|
H A D | js_ui_ability.cpp | 343 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnStart() 360 void JsUIAbility::AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &… in AddLifecycleEventBeforeJSCall() function in OHOS::AbilityRuntime::JsUIAbility 508 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnSceneCreated() 650 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in CallOnForegroundFunc() 677 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::BACKGROUND, methodName); in OnBackground() 842 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in DoOnForeground() 908 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, METHOD_NAME); in RequestFocus() 1279 AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState::FOREGROUND, methodName); in OnNewWant()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ability.h | 108 …void AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) …
|
H A D | js_ui_ability.h | 314 …void AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) …
|