Searched refs:sourcePhyId (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 113 std::string sourcePhyId = data.ReadString(); 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() 128 .sourcePhyId = sourcePhyId, 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() 734 srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight, GetAnonyString(srcScreenInfo.sourcePhyId).c_str(), in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_dinput_context.h | 77 std::string sourcePhyId = ""; // source virtual screen driver id member
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1655 srcScreenInfo.sourcePhyId = DistributedInputInject::GetInstance().GenerateVirtualTouchScreenDHId( 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() 1695 sourceDevId, srcScreenInfo.sourcePhyId); in OnMessage() 1776 sourceDevId, srcScreenInfo.sourcePhyId); in OnRemoteDied()
|
/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() 977 srcScreenInfo.sourceWinWidth, srcScreenInfo.sourceWinHeight, GetAnonyString(srcScreenInfo.sourcePhyId).c_str(), in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 1494 touchDescriptor = sinkInfo.srcScreenInfo.sourcePhyId; in CheckTouchPointRegion()
|
Completed in 10 milliseconds