Home
last modified time | relevance | path

Searched refs:sourcePhyFd (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp114 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 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()
735 srcScreenInfo.sourcePhyFd, srcScreenInfo.sourcePhyWidth, srcScreenInfo.sourcePhyHeight); in NotifyStartDScreen()
/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h78 uint32_t sourcePhyFd = 0; // source virtual screen driver fd member
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1662 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 Ddistributed_input_sink_manager.cpp975 "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