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 D | js_ability.cpp | 258 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 D | js_ui_ability.cpp | 345 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 D | js_ability.h | 109 …void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) c…
|
H A D | js_ui_ability.h | 315 …void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) c…
|