Home
last modified time | relevance | path

Searched refs:SrcScreenInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h63 … int32_t UpdateSrcScreenInfo(const std::string &screenInfoKey, const SrcScreenInfo &srcScreenInfo);
64 SrcScreenInfo GetSrcScreenInfo(const std::string &screenInfoKey);
84 std::unordered_map<std::string, SrcScreenInfo> srcScreenInfoMap_;
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp110 SrcScreenInfo srcScreenInfo;
118 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
127 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
135 SrcScreenInfo srcScreenInfo1;
138 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(sourceWinId);
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h70 struct SrcScreenInfo { struct
93 SrcScreenInfo srcScreenInfo; argument
H A Di_distributed_sink_input.h51 virtual int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) = 0;
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp94 int32_t DInputContext::UpdateSrcScreenInfo(const std::string &screenInfoKey, const SrcScreenInfo &s… in UpdateSrcScreenInfo()
107 SrcScreenInfo DInputContext::GetSrcScreenInfo(const std::string &screenInfoKey) in GetSrcScreenInfo()
113 SrcScreenInfo srcScreenInfo; in GetSrcScreenInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_sink_proxy.h42 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenRemoteCtrlInfo) override;
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h160 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenInfo) override;
173 void CleanExceptionalInfo(const SrcScreenInfo &srcScreenInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_proxy.cpp94 int32_t DistributedInputSinkProxy::NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen()
H A Ddistributed_input_sink_stub.cpp121 SrcScreenInfo srcScreenInfo = { in NotifyStartDScreenInner()
H A Ddistributed_input_client.cpp730 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey); in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.h37 int32_t NotifyStartDScreen(const DistributedInput::SrcScreenInfo &remoteCtrlInfo);
H A Ddistributedinputstub_fuzzer.cpp134 const DistributedInput::SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.h185 int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo);
H A Dadd_white_list_infos_call_back_test.cpp188 const SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1574 SrcScreenInfo srcScreenInfo = {}; in OnMessage()
1614 std::string &sinkDevId, SrcScreenInfo &srcScreenInfo) in ParseMessage()
1644 …tedInputSourceManager::StartDScreenListener::UpdateSrcScreenInfoCache(const SrcScreenInfo &tmpInfo) in UpdateSrcScreenInfoCache()
1648 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey); in UpdateSrcScreenInfoCache()
1692 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(screenInfoKey); in OnMessage()
1773 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(screenInfoKey); in OnRemoteDied()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h207 …int32_t ParseMessage(const std::string &message, std::string &sinkDevId, SrcScreenInfo &srcScreenI…
208 int32_t UpdateSrcScreenInfoCache(const SrcScreenInfo &tmpInfo);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp964 int32_t DistributedInputSinkManager::NotifyStartDScreen(const SrcScreenInfo &srcScreenInfo) in NotifyStartDScreen()
1008 void DistributedInputSinkManager::CleanExceptionalInfo(const SrcScreenInfo &srcScreenInfo) in CleanExceptionalInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp2130 SrcScreenInfo srcScreenInfo = {};