Home
last modified time | relevance | path

Searched refs:foregroundFrontend_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h89 foregroundFrontend_ = true; in OnShow()
93 foregroundFrontend_ = false; in OnHide()
133 return foregroundFrontend_; in IsForeground()
202 bool foregroundFrontend_ = false; variable
H A Dcard_frontend_declarative.h57 foregroundFrontend_ = true; in OnShow()
64 foregroundFrontend_ = false; in OnHide()
H A Dform_frontend_declarative.h147 bool foregroundFrontend_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h131 return foregroundFrontend_; in IsForeground()
205 bool foregroundFrontend_ = false; variable
H A Ddeclarative_frontend_ng.cpp306 foregroundFrontend_ = true; in OnActive()
479 foregroundFrontend_ = true; in OnShow()
486 foregroundFrontend_ = false; in OnHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h141 return foregroundFrontend_; in IsForeground()
183 bool foregroundFrontend_ = false; variable
H A Djs_frontend.cpp630 foregroundFrontend_ = true; in OnShow()
638 foregroundFrontend_ = false; in OnHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h127 return foregroundFrontend_; in IsForeground()
218 bool foregroundFrontend_ = false; variable
H A Dplugin_frontend.cpp566 foregroundFrontend_ = false; in OnHide()
578 foregroundFrontend_ = true; in OnActive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h70 bool IsForeground() override { return foregroundFrontend_; } in IsForeground()
137 bool foregroundFrontend_ = false; variable
H A Dcj_frontend_abstract.cpp141 foregroundFrontend_ = true; in OnShow()
147 foregroundFrontend_ = false; in OnHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h183 return foregroundFrontend_; in IsForeground()
267 bool foregroundFrontend_ = false; variable
H A Ddeclarative_frontend.cpp980 foregroundFrontend_ = true; in Initialize()
989 foregroundFrontend_ = false; in Initialize()
1003 foregroundFrontend_ = true; in Initialize()