/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 116 uint32_t sourcePhyHeight = data.ReadUint32(); in NotifyStartDScreenInner() local 119 "sourcePhyHeight: %{public}d", GetAnonyString(devId).c_str(), sourceWinId, sourceWinWidth, sourceWinHeight, in NotifyStartDScreenInner() 120 GetAnonyString(sourcePhyId).c_str(), sourcePhyFd, sourcePhyWidth, sourcePhyHeight); in NotifyStartDScreenInner() 131 .sourcePhyHeight = sourcePhyHeight, in NotifyStartDScreenInner()
|
H A D | distributed_input_sink_proxy.cpp | 104 "sourcePhyHeight: %{public}d", GetAnonyString(remoteCtrlInfo.devId).c_str(), remoteCtrlInfo.sourceWinId, in NotifyStartDScreen() 107 remoteCtrlInfo.sourcePhyWidth, remoteCtrlInfo.sourcePhyHeight); in NotifyStartDScreen() 112 !data.WriteUint32(remoteCtrlInfo.sourcePhyWidth) || !data.WriteUint32(remoteCtrlInfo.sourcePhyHeight)) { in NotifyStartDScreen()
|
H A D | distributed_input_client.cpp | 733 "sourcePhyHeight: %{public}d", GetAnonyString(srcScreenInfo.devId).c_str(), srcScreenInfo.sourceWinId, in NotifyStartDScreen() 735 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_inject.cpp | 151 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode() 158 return inputNodeManager_->CreateVirtualTouchScreenNode(devId, dhId, srcWinId, sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode() 150 CreateVirtualTouchScreenNode(const std::string &devId, const std::string &dhId, const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) CreateVirtualTouchScreenNode() argument
|
H A D | distributed_input_node_manager.cpp | 384 const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) in CreateVirtualTouchScreenNode() 389 DHLOGI("CreateVirtualTouchScreenNode, dhId: %{public}s, sourcePhyWidth: %{public}d, sourcePhyHeight: %{public}d", in CreateVirtualTouchScreenNode() 390 GetAnonyString(dhId).c_str(), sourcePhyWidth, sourcePhyHeight); in CreateVirtualTouchScreenNode() 383 CreateVirtualTouchScreenNode(const std::string &devId, const std::string &dhId, const uint64_t srcWinId, const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight) CreateVirtualTouchScreenNode() argument
|
/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_dinput_context.h | 80 uint32_t sourcePhyHeight = 0; // source virtual screen driver height member
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/ |
H A D | distributed_input_inject.h | 44 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
|
H A D | distributed_input_node_manager.h | 66 const uint32_t sourcePhyWidth, const uint32_t sourcePhyHeight);
|
/foundation/distributedhardware/distributed_input/utils/test/unittest/ |
H A D | dinput_context_test.cpp | 136 srcScreenInfo1.sourcePhyHeight = HEIGHT; in HWTEST_F() 139 EXPECT_EQ(HEIGHT, srcScreenInfo.sourcePhyHeight); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_context.cpp | 155 transformInfo.coeffHeight = static_cast<double>(sinkScreenInfo.srcScreenInfo.sourcePhyHeight / in CalculateTransformInfo()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1664 srcScreenInfo.sourcePhyHeight = tmpInfo.sourceWinHeight; in UpdateSrcScreenInfoCache() 1667 "sourcePhyWidth: %{public}d, sourcePhyHeight: %{public}d", in UpdateSrcScreenInfoCache() 1670 srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in UpdateSrcScreenInfoCache()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 976 "sourcePhyHeight: %{public}d", GetAnonyString(srcScreenInfo.devId).c_str(), srcScreenInfo.sourceWinId, in NotifyStartDScreen() 978 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
|