Searched refs:inBackground (Results 1 – 7 of 7) sorted by relevance
186 void ArkIdleMonitor::NotifyChangeBackgroundState(bool inBackground) in NotifyChangeBackgroundState() argument188 inBackground_.store(inBackground, std::memory_order_relaxed); in NotifyChangeBackgroundState()
57 void NotifyChangeBackgroundState(bool inBackground);
267 void NotifyApplicationState(bool inBackground) override;
2126 void ArkNativeEngine::NotifyApplicationState(bool inBackground) in NotifyApplicationState() argument2128 DFXJSNApi::NotifyApplicationState(vm_, inBackground); in NotifyApplicationState()2129 arkIdleMonitor_->NotifyChangeBackgroundState(inBackground); in NotifyApplicationState()2246 void ArkNativeEngine::NotifyApplicationState([[maybe_unused]] bool inBackground)
152 - 典型日志:`app is inBackground`,`app is not inBackground`
151 - Log keywords: **app is inBackground**, **app is not inBackground**, and
369 virtual void NotifyApplicationState(bool inBackground) = 0;