Searched refs:keySessionImpl (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 91 explicit MediaKeySessionServiceCallback(MediaKeySessionImpl *keySessionImpl)
in MediaKeySessionServiceCallback() argument 92 : keySessionImpl_(keySessionImpl)
in MediaKeySessionServiceCallback()
|
H A D | media_key_system_impl.h | 52 sptr<MediaKeySessionImpl> *keySessionImpl);
|
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | key_session_napi.h | 49 static napi_value CreateMediaKeySession(napi_env env, sptr<MediaKeySessionImpl> keySessionImpl);
65 sptr<MediaKeySessionImpl> keySessionImpl);
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | key_session_napi.cpp | 135 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 D | media_key_system_napi.cpp | 344 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 D | native_mediakeysystem.cpp | 475 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 D | media_key_system_impl.cpp | 217 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 D | avplayer_napi.cpp | 1261 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 D | drm_framework_unittest.cpp | 3578 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 18 milliseconds