Home
last modified time | relevance | path

Searched refs:keySessionImpl (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dkey_session_impl.h91 explicit MediaKeySessionServiceCallback(MediaKeySessionImpl *keySessionImpl) in MediaKeySessionServiceCallback() argument
92 : keySessionImpl_(keySessionImpl) in MediaKeySessionServiceCallback()
H A Dmedia_key_system_impl.h52 sptr<MediaKeySessionImpl> *keySessionImpl);
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dkey_session_napi.h49 static napi_value CreateMediaKeySession(napi_env env, sptr<MediaKeySessionImpl> keySessionImpl);
65 sptr<MediaKeySessionImpl> keySessionImpl);
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp135 sptr<MediaKeySessionImpl> keySessionImpl) in SetMediaKeySessionNativeProperty()
141 int64_t nativePointer = reinterpret_cast<int64_t>(keySessionImpl.GetRefPtr()); in SetMediaKeySessionNativeProperty()
155 napi_value MediaKeySessionNapi::CreateMediaKeySession(napi_env env, sptr<MediaKeySessionImpl> keySessionImpl) in CreateMediaKeySession() argument
164 sMediaKeySessionImpl_ = keySessionImpl; in CreateMediaKeySession()
134 SetMediaKeySessionNativeProperty(napi_env env, napi_value obj, const std::string &name, sptr<MediaKeySessionImpl> keySessionImpl) SetMediaKeySessionNativeProperty() argument
H A Dmedia_key_system_napi.cpp344 sptr<MediaKeySessionImpl> keySessionImpl = nullptr; in CreateMediaKeySession() local
368 (IMediaKeySessionService::ContentProtectionLevel)securityLevel, &keySessionImpl); in CreateMediaKeySession()
379 result = MediaKeySessionNapi::CreateMediaKeySession(env, keySessionImpl); in CreateMediaKeySession()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp475 OHOS::sptr<MediaKeySessionImpl> keySessionImpl = nullptr; in OH_MediaKeySystem_CreateMediaKeySession() local
476 int32_t ret = systemObject->systemImpl_->CreateMediaKeySession(secureLevel, &keySessionImpl); in OH_MediaKeySystem_CreateMediaKeySession()
482 DRM_CHECK_AND_RETURN_RET_LOG(keySessionImpl != nullptr, DRM_ERR_INVALID_VAL, "session create failed!"); in OH_MediaKeySystem_CreateMediaKeySession()
484 struct MediaKeySessionObject *sessionObject = new (std::nothrow) MediaKeySessionObject(keySessionImpl); in OH_MediaKeySystem_CreateMediaKeySession()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp217 sptr<MediaKeySessionImpl> *keySessionImpl) in CreateMediaKeySession()
249 *keySessionImpl = localMediaKeySessionImpl; in CreateMediaKeySession()
216 CreateMediaKeySession(IMediaKeySessionService::ContentProtectionLevel securityLevel, sptr<MediaKeySessionImpl> *keySessionImpl) CreateMediaKeySession() argument
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1261 DrmStandard::MediaKeySessionImpl* keySessionImpl = in JsSetDecryptConfig() local
1263 if (keySessionImpl != nullptr) { in JsSetDecryptConfig()
1265 keySessionImpl->GetMediaKeySessionServiceProxy(); in JsSetDecryptConfig()
1271 MEDIA_LOGE("SetDecryptConfig keySessionImpl is nullptr!"); in JsSetDecryptConfig()
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3578 OHOS::sptr<MediaKeySessionImpl> keySessionImpl = nullptr; in HWTEST_F() local
3580 systemObject->systemImpl_->CreateMediaKeySession(securityLevel, &keySessionImpl); in HWTEST_F()
3581 keySessionImpl = nullptr; in HWTEST_F()

Completed in 17 milliseconds