Home
last modified time | relevance | path

Searched refs:srcScreenInfoKey (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp144 std::string srcScreenInfoKey = data.ReadString(); in NotifyStopDScreenInner() local
145 … DHLOGI("OnRemoteRequest srcScreenInfoKey: %{public}s", GetAnonyString(srcScreenInfoKey).c_str()); in NotifyStopDScreenInner()
146 int ret = NotifyStopDScreen(srcScreenInfoKey); in NotifyStopDScreenInner()
H A Ddistributed_input_sink_proxy.cpp126 int32_t DistributedInputSinkProxy::NotifyStopDScreen(const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
134 if (!data.WriteString(srcScreenInfoKey)) { in NotifyStopDScreen()
H A Ddistributed_input_client.cpp729 … std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, srcWinId); in NotifyStartDScreen() local
730 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey); in NotifyStartDScreen()
744 …edInputClient::NotifyStopDScreen(const std::string &networkId, const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
751 auto ret = remoteDInput->NotifyStopDScreen(srcScreenInfoKey); in NotifyStopDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp287 std::string srcScreenInfoKey = ""; variable
288 int32_t ret = sinkManager_->NotifyStopDScreen(srcScreenInfoKey);
295 std::string srcScreenInfoKey = "srcScreenInfoKey_test"; variable
296 int32_t ret = sinkManager_->NotifyStopDScreen(srcScreenInfoKey);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp872 … std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, srcWinId); in UpdateSinkScreenInfoCache() local
873 … SinkScreenInfo sinkScreenInfo = DInputContext::GetInstance().GetSinkScreenInfo(srcScreenInfoKey); in UpdateSinkScreenInfoCache()
890 … int32_t ret = DInputContext::GetInstance().UpdateSinkScreenInfo(srcScreenInfoKey, sinkScreenInfo); in UpdateSinkScreenInfoCache()
959 …std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId_, srcWinId_); in OnRemoteDied() local
960 DInputContext::GetInstance().RemoveSinkScreenInfo(srcScreenInfoKey); in OnRemoteDied()
1024 int32_t DistributedInputSinkManager::NotifyStopDScreen(const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
1026 …DHLOGI("NotifyStopDScreen start, srcScreenInfoKey: %{public}s", GetAnonyString(srcScreenInfoKey).c… in NotifyStopDScreen()
1027 if (srcScreenInfoKey.empty()) { in NotifyStopDScreen()
1028 …rcScreenInfoKey is empty, srcScreenInfoKey: %{public}s", GetAnonyString(srcScreenInfoKey).c_str()); in NotifyStopDScreen()
1031 return DInputContext::GetInstance().RemoveSinkScreenInfo(srcScreenInfoKey); in NotifyStopDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp195 const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
197 (void)srcScreenInfoKey; in NotifyStopDScreen()
399 std::string srcScreenInfoKey = "srcScreenInfoKey_test"; variable
400 ret = sinkProxy.NotifyStopDScreen(srcScreenInfoKey);
H A Dadd_white_list_infos_call_back_test.h186 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey);
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_distributed_sink_input.h53 virtual int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) = 0;
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_sink_proxy.h43 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) override;
H A Ddistributed_input_client.h103 int32_t NotifyStopDScreen(const std::string &networkId, const std::string &srcScreenInfoKey);
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.h38 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey);
H A Ddistributedinputstub_fuzzer.cpp141 const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
143 (void)srcScreenInfoKey; in NotifyStopDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp316 std::string srcScreenInfoKey = "q65we46qw54e6q5we46q"; variable
317 …int32_t ret = DistributedInputClient::GetInstance().NotifyStopDScreen(networkId, srcScreenInfoKey);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h162 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) override;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1647 …std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, tmpInfo.sou… in UpdateSrcScreenInfoCache() local
1648 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey); in UpdateSrcScreenInfoCache()
1671 return DInputContext::GetInstance().UpdateSrcScreenInfo(srcScreenInfoKey, srcScreenInfo); in UpdateSrcScreenInfoCache()