Home
last modified time | relevance | path

Searched refs:MediaKeySystemImpl (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp24 MediaKeySystemImpl::MediaKeySystemImpl(sptr<IMediaKeySystemService> &mediaKeysystem) : serviceProxy… in MediaKeySystemImpl() function in OHOS::DrmStandard::MediaKeySystemImpl
44 MediaKeySystemImpl::~MediaKeySystemImpl() in ~MediaKeySystemImpl()
50 void MediaKeySystemImpl::MediaKeySystemServerDied(pid_t pid) in MediaKeySystemServerDied()
61 int32_t MediaKeySystemImpl::Release() in Release()
104 int32_t MediaKeySystemImpl::ProcessKeySystemResponse(const std::vector<uint8_t> &response) in ProcessKeySystemResponse()
123 int32_t MediaKeySystemImpl::SetConfigurationString(std::string &configName, std::string &value) in SetConfigurationString()
142 int32_t MediaKeySystemImpl::GetConfigurationString(std::string &configName, std::string &value) in GetConfigurationString()
289 int32_t MediaKeySystemImpl::GetOfflineMediaKeyStatus(std::vector<uint8_t> &licenseId, in GetOfflineMediaKeyStatus()
308 int32_t MediaKeySystemImpl::ClearOfflineMediaKeys(std::vector<uint8_t> &licenseId) in ClearOfflineMediaKeys()
343 int32_t MediaKeySystemImpl::SetCallback(const sptr<MediaKeySystemImplCallback> &callback) in SetCallback()
[all …]
H A Dmedia_key_system_factory_impl.cpp206 int32_t MediaKeySystemFactoryImpl::CreateMediaKeySystem(std::string &name, sptr<MediaKeySystemImpl>… in CreateMediaKeySystem()
210 sptr<MediaKeySystemImpl> localMediaKeySystemImpl = nullptr; in CreateMediaKeySystem()
222 localMediaKeySystemImpl = new (std::nothrow) MediaKeySystemImpl(mediaKeySystemProxy); in CreateMediaKeySystem()
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h42 class MediaKeySystemImpl : public RefBase {
44 explicit MediaKeySystemImpl(sptr<IMediaKeySystemService> &mediaKeysystem);
45 ~MediaKeySystemImpl();
84 explicit MediaKeySystemCallback(MediaKeySystemImpl *systemImpl) : systemImpl_(systemImpl) in MediaKeySystemCallback()
95 MediaKeySystemImpl *systemImpl_;
H A Dmedia_key_system_factory_impl.h43 int32_t CreateMediaKeySystem(std::string &name, sptr<MediaKeySystemImpl> *mediaKeySystemImpl);
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h91 sptr<MediaKeySystemImpl> mediaKeySystemImpl_;
92 static thread_local sptr<MediaKeySystemImpl> sMediaKeySystemImpl_;
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/
H A Dnative_drm_object.h36 …explicit MediaKeySystemObject(const OHOS::sptr<OHOS::DrmStandard::MediaKeySystemImpl> &impl) : sys… in MediaKeySystemObject()
39 const OHOS::sptr<OHOS::DrmStandard::MediaKeySystemImpl> systemImpl_ = nullptr;
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp144 OHOS::sptr<OHOS::DrmStandard::MediaKeySystemImpl> system = nullptr; in OH_MediaKeySystem_Create()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3191 systemObject->systemImpl_->~MediaKeySystemImpl();
3231 systemObject->systemImpl_->~MediaKeySystemImpl();
3589 systemObject->systemImpl_->~MediaKeySystemImpl();
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp25 thread_local sptr<MediaKeySystemImpl> MediaKeySystemNapi::sMediaKeySystemImpl_ = nullptr;