Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/src/
H A Ddisplay_info.cpp27 parcel.WriteInt32(physicalWidth_) && parcel.WriteInt32(physicalHeight_) && in Marshalling()
60 parcel.ReadInt32(displayInfo->physicalWidth_) && parcel.ReadInt32(displayInfo->physicalHeight_) && in Unmarshalling()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h417 uint32_t physicalWidth_; member
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp460 writeRet = reply.WriteUint32(physicalItem.physicalWidth_); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp832 defaultResolution.physicalWidth_ = static_cast<uint32_t>(displayInfo->GetWidth()); in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager_proxy.cpp1822 physicalItem.physicalWidth_ = reply.ReadUint32(); in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp285 physicalSize.physicalWidth_ = static_cast<uint32_t>(std::stoi(displaySizeArray[0])); in ReadPhysicalDisplayConfigInfo()
H A Dscreen_session_manager.cpp5730 defaultSize.physicalWidth_ = defaultScreenProperty.GetPhyBounds().rect_.width_; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp719 napi_set_named_property(env, objValue, "physicalWidth", CreateJsValue(env, physicalInfo.physicalWidth_)); in CreateJsDisplayPhysicalInfoObject()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp945 writeRet = reply.WriteUint32(physicalItem.physicalWidth_); in ProcGetAllDisplayPhysicalResolution()
H A Dscreen_session_manager_proxy.cpp3118 physicalItem.physicalWidth_ = reply.ReadUint32(); in GetAllDisplayPhysicalResolution()

Completed in 24 milliseconds