Searched refs:sourceWinWidth (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 111 uint32_t sourceWinWidth = data.ReadUint32(); in NotifyStartDScreenInner() local 119 …"sourcePhyHeight: %{public}d", GetAnonyString(devId).c_str(), sourceWinId, sourceWinWidth, sourceW… in NotifyStartDScreenInner() 126 .sourceWinWidth = sourceWinWidth, in NotifyStartDScreenInner()
|
H A D | distributed_input_sink_proxy.cpp | 105 remoteCtrlInfo.sourceWinWidth, remoteCtrlInfo.sourceWinHeight, in NotifyStartDScreen() 110 …!data.WriteUint32(remoteCtrlInfo.sourceWinWidth) || !data.WriteUint32(remoteCtrlInfo.sourceWinHeig… in NotifyStartDScreen()
|
H A D | distributed_input_client.cpp | 734 …srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight, GetAnonyString(srcScreenInfo.sourcePh… in NotifyStartDScreen()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_inject.cpp | 143 const uint32_t sourceWinWidth, const uint32_t sourceWinHeight) in GenerateVirtualTouchScreenDHId() argument 146 std::to_string(sourceWinWidth) + std::to_string(sourceWinHeight); in GenerateVirtualTouchScreenDHId()
|
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_dinput_context.h | 75 uint32_t sourceWinWidth = 0; // source projection window width member
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/ |
H A D | distributed_input_inject.h | 41 …d::string GenerateVirtualTouchScreenDHId(const uint64_t sourceWinId, const uint32_t sourceWinWidth,
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1583 srcScreenInfo.sourceWinId, srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight); in OnMessage() 1585 virtualTouchScreenDHId, srcScreenInfo.sourceWinId, srcScreenInfo.sourceWinWidth, in OnMessage() 1635 srcScreenInfo.sourceWinWidth = jsonObj[SOURCE_WINDOW_WIDTH].get<std::uint32_t>(); in ParseMessage() 1653 srcScreenInfo.sourceWinWidth = tmpInfo.sourceWinWidth; in UpdateSrcScreenInfoCache() 1656 srcScreenInfo.sourceWinId, srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight); in UpdateSrcScreenInfoCache() 1663 srcScreenInfo.sourcePhyWidth = tmpInfo.sourceWinWidth; in UpdateSrcScreenInfoCache() 1668 …tAnonyString(srcScreenInfo.devId).c_str(), srcScreenInfo.sourceWinId, srcScreenInfo.sourceWinWidth, in UpdateSrcScreenInfoCache()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 977 …srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight, GetAnonyString(srcScreenInfo.sourcePh… in NotifyStartDScreen()
|