Home
last modified time | relevance | path

Searched refs:DistributedInputSinkProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_proxy.cpp27 DistributedInputSinkProxy::DistributedInputSinkProxy(const sptr<IRemoteObject> &object) in DistributedInputSinkProxy() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkProxy
31 DistributedInputSinkProxy::~DistributedInputSinkProxy() in ~DistributedInputSinkProxy()
34 int32_t DistributedInputSinkProxy::Init() in Init()
52 int32_t DistributedInputSinkProxy::Release() in Release()
70 int32_t DistributedInputSinkProxy::RegisterGetSinkScreenInfosCallback(sptr<IGetSinkScreenInfosCallb… in RegisterGetSinkScreenInfosCallback()
94 int32_t DistributedInputSinkProxy::NotifyStartDScreen(const SrcScreenInfo &remoteCtrlInfo) in NotifyStartDScreen()
126 int32_t DistributedInputSinkProxy::NotifyStopDScreen(const std::string &srcScreenInfoKey) in NotifyStopDScreen()
148 int32_t DistributedInputSinkProxy::RegisterSharingDhIdListener(sptr<ISharingDhIdListener> sharingDh… in RegisterSharingDhIdListener()
174 bool DistributedInputSinkProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in SendRequest()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_sink_proxy.h30 class DistributedInputSinkProxy : public IRemoteProxy<IDistributedSinkInput> {
33 explicit DistributedInputSinkProxy(const sptr<IRemoteObject> &object);
34 ~DistributedInputSinkProxy() override;
50 static inline BrokerDelegator<DistributedInputSinkProxy> delegator_;
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp384 DistributedInputSinkProxy sinkProxy(sinkStubPtr);