Home
last modified time | relevance | path

Searched refs:physicalHeight_ (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.h418 uint32_t physicalHeight_; member
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp465 writeRet = reply.WriteUint32(physicalItem.physicalHeight_); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp833 defaultResolution.physicalHeight_ = static_cast<uint32_t>(displayInfo->GetHeight()); in GetAllDisplayPhysicalResolution()
H A Ddisplay_manager_proxy.cpp1823 physicalItem.physicalHeight_ = reply.ReadUint32(); in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp286 physicalSize.physicalHeight_ = static_cast<uint32_t>(std::stoi(displaySizeArray[1])); in ReadPhysicalDisplayConfigInfo()
H A Dscreen_session_manager.cpp5731 defaultSize.physicalHeight_ = defaultScreenProperty.GetPhyBounds().rect_.height_; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp720 napi_set_named_property(env, objValue, "physicalHeight", CreateJsValue(env, physicalInfo.physicalHeight_)); in CreateJsDisplayPhysicalInfoObject()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp950 writeRet = reply.WriteUint32(physicalItem.physicalHeight_); in ProcGetAllDisplayPhysicalResolution()
H A Dscreen_session_manager_proxy.cpp3119 physicalItem.physicalHeight_ = reply.ReadUint32(); in GetAllDisplayPhysicalResolution()

Completed in 25 milliseconds