Searched refs:HelperListenerProxy (Results 1 – 2 of 2) sorted by relevance
29 HelperListenerProxy::HelperListenerProxy(const sptr<IRemoteObject> &impl) in HelperListenerProxy() function in OHOS::Media::HelperListenerProxy35 HelperListenerProxy::~HelperListenerProxy() in ~HelperListenerProxy()40 void HelperListenerProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()46 bool token = data.WriteInterfaceToken(HelperListenerProxy::GetDescriptor()); in OnError()55 void HelperListenerProxy::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()61 bool token = data.WriteInterfaceToken(HelperListenerProxy::GetDescriptor()); in OnInfo()94 int32_t HelperListenerProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest()
38 class HelperListenerProxy : public IRemoteProxy<IStandardHelperListener>, public NoCopyable {40 explicit HelperListenerProxy(const sptr<IRemoteObject> &impl);41 virtual ~HelperListenerProxy();48 static inline BrokerDelegator<HelperListenerProxy> delegator_;