Home
last modified time | relevance | path

Searched refs:HelperListenerProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp29 HelperListenerProxy::HelperListenerProxy(const sptr<IRemoteObject> &impl) in HelperListenerProxy() function in OHOS::Media::HelperListenerProxy
35 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()
H A Dhelper_listener_proxy.h38 class HelperListenerProxy : public IRemoteProxy<IStandardHelperListener>, public NoCopyable {
40 explicit HelperListenerProxy(const sptr<IRemoteObject> &impl);
41 virtual ~HelperListenerProxy();
48 static inline BrokerDelegator<HelperListenerProxy> delegator_;