Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp79 return (me != nullptr) ? me->OnGetAllDisplayPhysicalResolution(env, info) : nullptr; in GetAllDisplayPhysicalResolution()
324 napi_value OnGetAllDisplayPhysicalResolution(napi_env env, napi_callback_info info) in OnGetAllDisplayPhysicalResolution() function in OHOS::Rosen::JsDisplayManager
326 WLOGD("OnGetAllDisplayPhysicalResolution called"); in OnGetAllDisplayPhysicalResolution()
340 static_cast<int32_t>(errCode), "JsDisplayManager::OnGetAllDisplayPhysicalResolution failed.")); in OnGetAllDisplayPhysicalResolution()
346 WLOGI("OnGetAllDisplayPhysicalResolution success"); in OnGetAllDisplayPhysicalResolution()
349 "JsDisplayManager::OnGetAllDisplayPhysicalResolution failed.")); in OnGetAllDisplayPhysicalResolution()
358 NapiAsyncTask::Schedule("JsDisplayManager::OnGetAllDisplayPhysicalResolution", in OnGetAllDisplayPhysicalResolution()

Completed in 3 milliseconds