Searched refs:DistributedInputSourceProxy (Results 1 – 3 of 3) sorted by relevance
25 DistributedInputSourceProxy::DistributedInputSourceProxy(const sptr<IRemoteObject> &object) in DistributedInputSourceProxy() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceProxy29 DistributedInputSourceProxy::~DistributedInputSourceProxy() in ~DistributedInputSourceProxy()32 int32_t DistributedInputSourceProxy::Init() in Init()48 int32_t DistributedInputSourceProxy::Release() in Release()130 int32_t DistributedInputSourceProxy::PrepareRemoteInput( in PrepareRemoteInput()161 int32_t DistributedInputSourceProxy::UnprepareRemoteInput(const std::string &deviceId, in UnprepareRemoteInput()191 int32_t DistributedInputSourceProxy::StartRemoteInput( in StartRemoteInput()226 int32_t DistributedInputSourceProxy::StopRemoteInput( in StopRemoteInput()299 int32_t DistributedInputSourceProxy::StopRemoteInput(const std::string &srcId, const std::string &s… in StopRemoteInput()690 int32_t DistributedInputSourceProxy::RegisterSessionStateCb(sptr<ISessionStateCallback> callback) in RegisterSessionStateCb()[all …]
372 DistributedInputSourceProxy callBackProxy(callBackStubPtr);383 DistributedInputSourceProxy callBackProxy(callBackStubPtr);391 DistributedInputSourceProxy callBackProxy(callBackStubPtr);399 DistributedInputSourceProxy callBackProxy(callBackStubPtr);411 DistributedInputSourceProxy callBackProxy(callBackStubPtr);422 DistributedInputSourceProxy callBackProxy(callBackStubPtr);432 DistributedInputSourceProxy callBackProxy(callBackStubPtr);443 DistributedInputSourceProxy callBackProxy(callBackStubPtr);453 DistributedInputSourceProxy callBackProxy(callBackStubPtr);464 DistributedInputSourceProxy callBackProxy(callBackStubPtr);[all …]
28 class DistributedInputSourceProxy : public IRemoteProxy<IDistributedSourceInput> {30 explicit DistributedInputSourceProxy(const sptr<IRemoteObject> &object);31 ~DistributedInputSourceProxy() override;89 static inline BrokerDelegator<DistributedInputSourceProxy> delegator_;