Home
last modified time | relevance | path

Searched refs:sourcePhyHeight (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp116 uint32_t sourcePhyHeight = data.ReadUint32(); in NotifyStartDScreenInner() local
120 GetAnonyString(sourcePhyId).c_str(), sourcePhyFd, sourcePhyWidth, sourcePhyHeight); in NotifyStartDScreenInner()
131 .sourcePhyHeight = sourcePhyHeight, in NotifyStartDScreenInner()
H A Ddistributed_input_sink_proxy.cpp107 remoteCtrlInfo.sourcePhyWidth, remoteCtrlInfo.sourcePhyHeight); in NotifyStartDScreen()
112 ….WriteUint32(remoteCtrlInfo.sourcePhyWidth) || !data.WriteUint32(remoteCtrlInfo.sourcePhyHeight)) { in NotifyStartDScreen()
H A Ddistributed_input_client.cpp735 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_inject.cpp151 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode() argument
158 …NodeManager_->CreateVirtualTouchScreenNode(devId, dhId, srcWinId, sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode()
H A Ddistributed_input_node_manager.cpp384 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode() argument
390 GetAnonyString(dhId).c_str(), sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode()
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h80 uint32_t sourcePhyHeight = 0; // source virtual screen driver height member
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_inject.h44 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
H A Ddistributed_input_node_manager.h66 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp136 srcScreenInfo1.sourcePhyHeight = HEIGHT;
139 EXPECT_EQ(HEIGHT, srcScreenInfo.sourcePhyHeight);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp155 transformInfo.coeffHeight = static_cast<double>(sinkScreenInfo.srcScreenInfo.sourcePhyHeight / in CalculateTransformInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1664 srcScreenInfo.sourcePhyHeight = tmpInfo.sourceWinHeight; in UpdateSrcScreenInfoCache()
1670 srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in UpdateSrcScreenInfoCache()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp978 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()