Home
last modified time | relevance | path

Searched refs:OemCertificateProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Doem_certificate_proxy.h27 class OemCertificateProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IOemCertificate> {
29 …explicit OemCertificateProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_… in OemCertificateProxy() function
31 virtual ~OemCertificateProxy() = default;
52 static inline BrokerDelegator<OHOS::HDI::Drm::V1_0::OemCertificateProxy> delegator_;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Doem_certificate_proxy.cpp.txt75 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…
H A Doem_certificate_proxy.h.txt27 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_;
H A Dmedia_key_system_proxy.cpp.txt739 oemCert = new OHOS::HDI::Drm::V1_0::OemCertificateProxy(oemCertRemote);