Home
last modified time | relevance | path

Searched refs:isFirstNotifyShow_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h329 bool isFirstNotifyShow_ = true; member in OHOS::Ace::Framework::FrontendDelegate
H A Dfrontend_delegate_impl.cpp392 if (!isFirstNotifyShow_) { in OnForeground()
395 isFirstNotifyShow_ = false; in OnForeground()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp956 if (!isFirstNotifyShow_) { in OnForeground()
959 isFirstNotifyShow_ = false; in OnForeground()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp495 if (Container::IsCurrentUseNewPipeline() || !isFirstNotifyShow_) { in OnForeground()
498 isFirstNotifyShow_ = false; in OnForeground()

Completed in 13 milliseconds