/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 144 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 D | distributed_input_sink_proxy.cpp | 126 int32_t DistributedInputSinkProxy::NotifyStopDScreen(const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument 134 if (!data.WriteString(srcScreenInfoKey)) { in NotifyStopDScreen()
|
H A D | distributed_input_client.cpp | 729 … 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 D | distributed_input_sinkmanager_test.cpp | 287 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 D | distributed_input_sink_manager.cpp | 872 … 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 D | add_white_list_infos_call_back_test.cpp | 195 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 D | add_white_list_infos_call_back_test.h | 186 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey);
|
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_distributed_sink_input.h | 53 virtual int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | distributed_input_sink_proxy.h | 43 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) override;
|
H A D | distributed_input_client.h | 103 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 D | distributedinputstub_fuzzer.h | 38 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey);
|
H A D | distributedinputstub_fuzzer.cpp | 141 const std::string &srcScreenInfoKey) in NotifyStopDScreen() argument 143 (void)srcScreenInfoKey; in NotifyStopDScreen()
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/ |
H A D | distributed_input_ipc_test.cpp | 316 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 D | distributed_input_sink_manager.h | 162 int32_t NotifyStopDScreen(const std::string &srcScreenInfoKey) override;
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1647 …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()
|