Searched refs:NotifyApplicationState (Results 1 – 14 of 14) sorted by relevance
82 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState() function201 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState() function
73 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState() function
75 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState() function
80 void NotifyApplicationState(bool isBackground) override in NotifyApplicationState() function
50 void NotifyApplicationState(bool isBackground) override {} in NotifyApplicationState() function
97 virtual void NotifyApplicationState(bool isBackground) = 0;
90 void NotifyApplicationState(bool isBackground) override;
99 runtime_->NotifyApplicationState(false); in OnForeground()119 runtime_->NotifyApplicationState(true); in OnBackground()
267 void NotifyApplicationState(bool inBackground) override;
2126 void ArkNativeEngine::NotifyApplicationState(bool inBackground) in NotifyApplicationState() function in ArkNativeEngine2128 DFXJSNApi::NotifyApplicationState(vm_, inBackground); in NotifyApplicationState()2246 void ArkNativeEngine::NotifyApplicationState([[maybe_unused]] bool inBackground)
208 jsRuntime->NotifyApplicationState(isBackground);227 jsRuntime->NotifyApplicationState(isBackground);
369 virtual void NotifyApplicationState(bool inBackground) = 0;
1271 void JsRuntime::NotifyApplicationState(bool isBackground) in NotifyApplicationState() function in OHOS::AbilityRuntime::JsRuntime1275 nativeEngine->NotifyApplicationState(isBackground); in NotifyApplicationState()
62 MOCK_METHOD(void, NotifyApplicationState, (bool isBackground));