Home
last modified time | relevance | path

Searched defs:screenInfoKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp41 int32_t DInputContext::RemoveSinkScreenInfo(const std::string &screenInfoKey) in RemoveSinkScreenInfo()
49 int32_t DInputContext::UpdateSinkScreenInfo(const std::string &screenInfoKey, const SinkScreenInfo … in UpdateSinkScreenInfo()
67 SinkScreenInfo DInputContext::GetSinkScreenInfo(const std::string &screenInfoKey) in GetSinkScreenInfo()
86 int32_t DInputContext::RemoveSrcScreenInfo(const std::string &screenInfoKey) in RemoveSrcScreenInfo()
94 int32_t DInputContext::UpdateSrcScreenInfo(const std::string &screenInfoKey, const SrcScreenInfo &s… in UpdateSrcScreenInfo()
107 SrcScreenInfo DInputContext::GetSrcScreenInfo(const std::string &screenInfoKey) in GetSrcScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1690 …std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(sourceDevId, sourceWinId… in OnMessage() local
1772 std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId_, srcWinId_); in OnRemoteDied() local
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp970 std::string screenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcScreenInfo.devId, in NotifyStartDScreen() local