Home
last modified time | relevance | path

Searched refs:sourcePhyId (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp113 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 Ddistributed_input_sink_proxy.cpp103 "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 Ddistributed_input_client.cpp732 "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 Di_dinput_context.h77 std::string sourcePhyId = ""; // source virtual screen driver id member
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1655 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 Ddistributed_input_sink_manager.cpp975 "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 Dinput_hub.cpp1494 touchDescriptor = sinkInfo.srcScreenInfo.sourcePhyId; in CheckTouchPointRegion()

Completed in 10 milliseconds