Home
last modified time | relevance | path

Searched refs:inBackground (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp176 void ArkIdleMonitor::NotifyChangeBackgroundState(bool inBackground) in NotifyChangeBackgroundState() argument
178 inBackground_.store(inBackground, std::memory_order_relaxed); in NotifyChangeBackgroundState()
H A Dark_idle_monitor.h57 void NotifyChangeBackgroundState(bool inBackground);
H A Dark_native_engine.h268 void NotifyApplicationState(bool inBackground) override;
H A Dark_native_engine.cpp2120 void ArkNativeEngine::NotifyApplicationState(bool inBackground) in NotifyApplicationState() argument
2122 DFXJSNApi::NotifyApplicationState(vm_, inBackground); in NotifyApplicationState()
2123 arkIdleMonitor_->NotifyChangeBackgroundState(inBackground); in NotifyApplicationState()
2240 void ArkNativeEngine::NotifyApplicationState([[maybe_unused]] bool inBackground) in NotifyApplicationState() argument
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h373 virtual void NotifyApplicationState(bool inBackground) = 0;

Completed in 8 milliseconds