Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystemfactory_service_proxy.cpp23 MediaKeySystemFactoryServiceProxy::MediaKeySystemFactoryServiceProxy(const sptr<IRemoteObject> &imp… in MediaKeySystemFactoryServiceProxy() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy
28 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()
177MediaKeySystemFactoryServiceProxy::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 …]
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmediakeysystemfactory_service_proxy.h25 class MediaKeySystemFactoryServiceProxy : public IRemoteProxy<IMediaKeySystemFactoryService> {
27 explicit MediaKeySystemFactoryServiceProxy(const sptr<IRemoteObject> &impl);
28 virtual ~MediaKeySystemFactoryServiceProxy() = default;
39 static inline BrokerDelegator<MediaKeySystemFactoryServiceProxy> delegator_;