Home
last modified time | relevance | path

Searched refs:OnGetSupportedHDRFormats (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h85 napi_value OnGetSupportedHDRFormats(napi_env env, napi_callback_info info);
H A Djs_display.cpp610 return (me != nullptr) ? me->OnGetSupportedHDRFormats(env, info) : nullptr; in GetSupportedHDRFormats()
639 napi_value JsDisplay::OnGetSupportedHDRFormats(napi_env env, napi_callback_info info) in OnGetSupportedHDRFormats() function in OHOS::Rosen::JsDisplay
641 WLOGI("OnGetSupportedHDRFormats is called"); in OnGetSupportedHDRFormats()
653 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "JsDisplay::OnGetSupportedHDRFormats"); in OnGetSupportedHDRFormats()
658 WLOGI("OnGetSupportedHDRFormats success"); in OnGetSupportedHDRFormats()
661 "JsDisplay::OnGetSupportedHDRFormats failed.")); in OnGetSupportedHDRFormats()
662 WLOGFE("OnGetSupportedHDRFormats failed"); in OnGetSupportedHDRFormats()

Completed in 3 milliseconds