/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_distributed_sink_input.h | 48 * NotifyStartDScreen and NotifyStopDScreen are RPC interface, 51 virtual int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) = 0;
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | distributed_input_sink_proxy.h | 42 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenRemoteCtrlInfo) override;
|
H A D | distributed_input_client.h | 102 int32_t NotifyStartDScreen(const std::string &networkId, const std::string &srcDevId, const uint64_t srcWinId);
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/ |
H A D | distributedinputstub_fuzzer.h | 37 int32_t NotifyStartDScreen(const DistributedInput::SrcScreenInfo &remoteCtrlInfo);
|
H A D | distributedinputstub_fuzzer.cpp | 133 int32_t DistributedInputSinkStubFuzz::NotifyStartDScreen( in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInputSinkStubFuzz
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_sink_stub.cpp | 133 int32_t ret = NotifyStartDScreen(srcScreenInfo); in NotifyStartDScreenInner()
|
H A D | distributed_input_sink_proxy.cpp | 94 int32_t DistributedInputSinkProxy::NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkProxy
|
H A D | distributed_input_client.cpp | 721 int32_t DistributedInputClient::NotifyStartDScreen(const std::string &sinkDevId, const std::string &srcDevId, in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::DistributedInputClient 736 auto ret = remoteDInput->NotifyStartDScreen(srcScreenInfo); in NotifyStartDScreen() 737 DHLOGI("NotifyStartDScreen, retCode = %{public}d", ret); in NotifyStartDScreen() 739 DHLOGE("NotifyStartDScreen failed, errCode = %{public}d", ret); in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/ |
H A D | add_white_list_infos_call_back_test.h | 185 int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo);
|
H A D | add_white_list_infos_call_back_test.cpp | 187 int32_t AddWhiteListInfosCallbackTest::TestDistributedInputSinkStub::NotifyStartDScreen(
in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::AddWhiteListInfosCallbackTest::TestDistributedInputSinkStub
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/ |
H A D | distributed_input_sink_manager.h | 160 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenInfo) override;
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/ |
H A D | distributed_input_ipc_test.cpp | 309 int32_t ret = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, srcWinId); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 964 int32_t DistributedInputSinkManager::NotifyStartDScreen(const SrcScreenInfo &srcScreenInfo) in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager 966 DHLOGI("NotifyStartDScreen start!"); in NotifyStartDScreen()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1598 int32_t rpcRes = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, in OnMessage()
|