Home
last modified time | relevance | path

Searched refs:inBackground (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp186 void ArkIdleMonitor::NotifyChangeBackgroundState(bool inBackground) in NotifyChangeBackgroundState() argument
188 inBackground_.store(inBackground, std::memory_order_relaxed); in NotifyChangeBackgroundState()
H A Dark_idle_monitor.h57 void NotifyChangeBackgroundState(bool inBackground);
H A Dark_native_engine.h267 void NotifyApplicationState(bool inBackground) override;
H A Dark_native_engine.cpp2126 void ArkNativeEngine::NotifyApplicationState(bool inBackground) in NotifyApplicationState() argument
2128 DFXJSNApi::NotifyApplicationState(vm_, inBackground); in NotifyApplicationState()
2129 arkIdleMonitor_->NotifyChangeBackgroundState(inBackground); in NotifyApplicationState()
2246 void ArkNativeEngine::NotifyApplicationState([[maybe_unused]] bool inBackground)
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dgc-introduction.md152 - 典型日志:`app is inBackground`,`app is not inBackground`
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md151 - Log keywords: **app is inBackground**, **app is not inBackground**, and
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h369 virtual void NotifyApplicationState(bool inBackground) = 0;