Home
last modified time | relevance | path

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

/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 int32_t DistributedInputClient::NotifyStopDScreen(const std::string &networkId, const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument
751 auto ret = remoteDInput->NotifyStopDScreen(srcScreenInfoKey); in NotifyStopDScreen()
/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_distributed_sink_input.h53 virtual int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) = 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);
/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_str()); in NotifyStopDScreen()
1027 if (srcScreenInfoKey.empty()) { in NotifyStopDScreen()
1028 DHLOGE("srcScreenInfoKey i in NotifyStopDScreen()
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp195 const std::string &srcScreenInfoKey) in NotifyStopDScreen()
197 (void)srcScreenInfoKey; in NotifyStopDScreen()
399 std::string srcScreenInfoKey = "srcScreenInfoKey_test"; in HWTEST_F() local
400 ret = sinkProxy.NotifyStopDScreen(srcScreenInfoKey); in HWTEST_F()
194 NotifyStopDScreen( const std::string &srcScreenInfoKey) NotifyStopDScreen() argument
H A Dadd_white_list_infos_call_back_test.h186 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey);
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp287 std::string srcScreenInfoKey = ""; in HWTEST_F() local
288 int32_t ret = sinkManager_->NotifyStopDScreen(srcScreenInfoKey); in HWTEST_F()
295 std::string srcScreenInfoKey = "srcScreenInfoKey_test"; in HWTEST_F() local
296 int32_t ret = sinkManager_->NotifyStopDScreen(srcScreenInfoKey); in HWTEST_F()
/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()
143 (void)srcScreenInfoKey; in NotifyStopDScreen()
140 NotifyStopDScreen( const std::string &srcScreenInfoKey) NotifyStopDScreen() argument
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h162 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) override;
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp316 std::string srcScreenInfoKey = "q65we46qw54e6q5we46q"; in HWTEST_F() local
317 int32_t ret = DistributedInputClient::GetInstance().NotifyStopDScreen(networkId, srcScreenInfoKey); in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1647 std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, tmpInfo.sourceWinId); in UpdateSrcScreenInfoCache() local
1648 SrcScreenInfo srcScreenInfo = DInputContext::GetInstance().GetSrcScreenInfo(srcScreenInfoKey); in UpdateSrcScreenInfoCache()
1671 return DInputContext::GetInstance().UpdateSrcScreenInfo(srcScreenInfoKey, srcScreenInfo); in UpdateSrcScreenInfoCache()

Completed in 14 milliseconds