Searched refs:CreateDeviceScreenConfig (Results 1 – 3 of 3) sorted by relevance
31 static napi_value CreateDeviceScreenConfig(napi_env env, const DeviceScreenConfig& config);
23 napi_value JsDeviceScreenConfig::CreateDeviceScreenConfig(napi_env env, const DeviceScreenConfig& c… in CreateDeviceScreenConfig() function in OHOS::Rosen::JsDeviceScreenConfig
663 …napi_value jsDeviceScreenConfigObj = JsDeviceScreenConfig::CreateDeviceScreenConfig(env, deviceScr… in OnGetDeviceScreenConfig()