Searched refs:sourcePhyFd (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 114 uint32_t sourcePhyFd = data.ReadUint32(); in NotifyStartDScreenInner() local 118 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreenInner() 120 GetAnonyString(sourcePhyId).c_str(), sourcePhyFd, sourcePhyWidth, sourcePhyHeight); in NotifyStartDScreenInner() 129 .sourcePhyFd = sourcePhyFd, in NotifyStartDScreenInner()
|
H A D | distributed_input_sink_proxy.cpp | 103 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen() 106 GetAnonyString(remoteCtrlInfo.sourcePhyId).c_str(), remoteCtrlInfo.sourcePhyFd, in NotifyStartDScreen() 111 !data.WriteString(remoteCtrlInfo.sourcePhyId) || !data.WriteUint32(remoteCtrlInfo.sourcePhyFd) || in NotifyStartDScreen()
|
H A D | distributed_input_client.cpp | 732 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen() 735 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_dinput_context.h | 78 uint32_t sourcePhyFd = 0; // source virtual screen driver fd member
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1662 srcScreenInfo.sourcePhyFd = static_cast<uint32_t>(virtualScreenFd); in UpdateSrcScreenInfoCache() 1666 "sourceWinWidth: %{public}d, sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, " in UpdateSrcScreenInfoCache() 1669 srcScreenInfo.sourceWinHeight, GetAnonyString(srcScreenInfo.sourcePhyId).c_str(), srcScreenInfo.sourcePhyFd, in UpdateSrcScreenInfoCache()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 975 "sourceWinHeight: %{public}d, sourcePhyId: %{public}s, sourcePhyFd: %{public}d, sourcePhyWidth: %{public}d, " in NotifyStartDScreen() 978 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
|
Completed in 8 milliseconds