Home
last modified time | relevance | path

Searched refs:APP_SCREEN_ON_VISIBLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp105 const char APP_SCREEN_ON_VISIBLE[] = "screenOnVisible"; variable
H A Djs_constants.h107 ACE_EXPORT extern const char APP_SCREEN_ON_VISIBLE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_app_module.cpp189 … moduleObj->SetProperty(runtime, APP_SCREEN_ON_VISIBLE, runtime->NewFunction(AppScreenOnVisible)); in InitAppModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1083 } else if (methodName == APP_SCREEN_ON_VISIBLE) { in JsHandleAppApi()