Searched refs:JsDeviceScreenConfig (Results 1 – 3 of 3) sorted by relevance
23 napi_value JsDeviceScreenConfig::CreateDeviceScreenConfig(napi_env env, const DeviceScreenConfig& c… in CreateDeviceScreenConfig()39 JsDeviceScreenConfig::JsDeviceScreenConfig() in JsDeviceScreenConfig() function in OHOS::Rosen::JsDeviceScreenConfig44 JsDeviceScreenConfig::~JsDeviceScreenConfig() in ~JsDeviceScreenConfig()
27 class JsDeviceScreenConfig {29 JsDeviceScreenConfig();30 ~JsDeviceScreenConfig();
663 …napi_value jsDeviceScreenConfigObj = JsDeviceScreenConfig::CreateDeviceScreenConfig(env, deviceScr… in OnGetDeviceScreenConfig()