Searched refs:OemCertificateProxy (Results 1 – 4 of 4) sorted by relevance
27 class OemCertificateProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IOemCertificate> {29 …explicit OemCertificateProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_… in OemCertificateProxy() function31 virtual ~OemCertificateProxy() = default;52 static inline BrokerDelegator<OHOS::HDI::Drm::V1_0::OemCertificateProxy> delegator_;
75 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::GenerateOemKeySystemRequest(std::string& default…78 …return OHOS::HDI::Drm::V1_0::OemCertificateProxy::GenerateOemKeySystemRequest_(defaultUrl, request…81 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::ProcessOemKeySystemResponse(const std::vector<ui…83 …return OHOS::HDI::Drm::V1_0::OemCertificateProxy::ProcessOemKeySystemResponse_(response, Remote());86 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::GetVersion(uint32_t& majorVer, uint32_t& minorVe…88 return OHOS::HDI::Drm::V1_0::OemCertificateProxy::GetVersion_(majorVer, minorVer, Remote());91 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::GenerateOemKeySystemRequest_(std::string& defaul…134 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::ProcessOemKeySystemResponse_(const std::vector<u…165 int32_t OHOS::HDI::Drm::V1_0::OemCertificateProxy::GetVersion_(uint32_t& majorVer, uint32_t& minorV…
27 class OemCertificateProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IOemCertificate> {29 …explicit OemCertificateProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_…31 virtual ~OemCertificateProxy() = default;52 static inline BrokerDelegator<OHOS::HDI::Drm::V1_0::OemCertificateProxy> delegator_;
739 oemCert = new OHOS::HDI::Drm::V1_0::OemCertificateProxy(oemCertRemote);