Home
last modified time | relevance | path

Searched refs:SetScreenOnVisible (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp136 ProductAdapter::SetScreenOnVisible(false); in ScreenOnVisible()
146 bool ret = ProductAdapter::SetScreenOnVisible(visible); in ScreenOnVisible()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h165 static bool SetScreenOnVisible(bool visible);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp202 if (ProductAdapter::SetScreenOnVisible(false) == false) { in TransferToDestroy()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp273 bool ProductAdapter::SetScreenOnVisible(bool visible) in SetScreenOnVisible() function in OHOS::ACELite::ProductAdapter
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp656 void SetScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg) in SetScreenOnVisible() function
1084 SetScreenOnVisible(runtime, arg); in JsHandleAppApi()