Home
last modified time | relevance | path

Searched refs:JsDeviceScreenConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_device_screen_config.cpp23 napi_value JsDeviceScreenConfig::CreateDeviceScreenConfig(napi_env env, const DeviceScreenConfig& c… in CreateDeviceScreenConfig()
39 JsDeviceScreenConfig::JsDeviceScreenConfig() in JsDeviceScreenConfig() function in OHOS::Rosen::JsDeviceScreenConfig
44 JsDeviceScreenConfig::~JsDeviceScreenConfig() in ~JsDeviceScreenConfig()
H A Djs_device_screen_config.h27 class JsDeviceScreenConfig {
29 JsDeviceScreenConfig();
30 ~JsDeviceScreenConfig();
H A Djs_screen_session_manager.cpp663 …napi_value jsDeviceScreenConfigObj = JsDeviceScreenConfig::CreateDeviceScreenConfig(env, deviceScr… in OnGetDeviceScreenConfig()