Searched refs:MediaKeySystemFactoryServiceProxy (Results 1 – 2 of 2) sorted by relevance
23 MediaKeySystemFactoryServiceProxy::MediaKeySystemFactoryServiceProxy(const sptr<IRemoteObject> &imp… in MediaKeySystemFactoryServiceProxy() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy28 int32_t MediaKeySystemFactoryServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject()51 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, bool *isSur… in IsMediaKeySystemSupported()84 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported()122 int32_t MediaKeySystemFactoryServiceProxy::IsMediaKeySystemSupported(std::string &uuid, std::string… in IsMediaKeySystemSupported()165 int32_t MediaKeySystemFactoryServiceProxy::GetMediaKeySystems(std::map<std::string, std::string> &k… in GetMediaKeySystems()172 if (!data.WriteInterfaceToken(MediaKeySystemFactoryServiceProxy::GetDescriptor())) { in GetMediaKeySystems()177 …MediaKeySystemFactoryServiceProxy::Remote()->SendRequest(MEDIA_KEY_SYSTEM_FACTORY_GET_MEDIA_KEYSYS… in GetMediaKeySystems()192 int32_t MediaKeySystemFactoryServiceProxy::GetMediaKeySystemUuid(std::string &name, std::string &uu… in GetMediaKeySystemUuid()199 if (!data.WriteInterfaceToken(MediaKeySystemFactoryServiceProxy::GetDescriptor())) { in GetMediaKeySystemUuid()[all …]
25 class MediaKeySystemFactoryServiceProxy : public IRemoteProxy<IMediaKeySystemFactoryService> {27 explicit MediaKeySystemFactoryServiceProxy(const sptr<IRemoteObject> &impl);28 virtual ~MediaKeySystemFactoryServiceProxy() = default;39 static inline BrokerDelegator<MediaKeySystemFactoryServiceProxy> delegator_;