Home
last modified time | relevance | path

Searched refs:NotifyStartDScreen (Results 1 - 14 of 14) sorted by relevance

/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_distributed_sink_input.h48 * NotifyStartDScreen and NotifyStopDScreen are RPC interface,
51 virtual int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) = 0;
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_sink_proxy.h42 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenRemoteCtrlInfo) override;
H A Ddistributed_input_client.h102 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 Ddistributedinputstub_fuzzer.h37 int32_t NotifyStartDScreen(const DistributedInput::SrcScreenInfo &remoteCtrlInfo);
H A Ddistributedinputstub_fuzzer.cpp133 int32_t DistributedInputSinkStubFuzz::NotifyStartDScreen( in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInputSinkStubFuzz
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_stub.cpp133 int32_t ret = NotifyStartDScreen(srcScreenInfo); in NotifyStartDScreenInner()
H A Ddistributed_input_sink_proxy.cpp94 int32_t DistributedInputSinkProxy::NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkProxy
H A Ddistributed_input_client.cpp721 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 Dadd_white_list_infos_call_back_test.h185 int32_t NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo);
H A Dadd_white_list_infos_call_back_test.cpp187 int32_t AddWhiteListInfosCallbackTest::TestDistributedInputSinkStub::NotifyStartDScreen( in NotifyStartDScreen() function in OHOS::DistributedHardware::DistributedInput::AddWhiteListInfosCallbackTest::TestDistributedInputSinkStub
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h160 int32_t NotifyStartDScreen(const SrcScreenInfo &srcScreenInfo) override;
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp309 int32_t ret = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, srcWinId); in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp964 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 Ddistributed_input_source_manager.cpp1598 int32_t rpcRes = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, in OnMessage()

Completed in 13 milliseconds