Home
last modified time | relevance | path

Searched refs:GetContentProtectionLevel (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dkey_session_service_proxy.h42 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) override;
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dkey_session_service.h57 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) override;
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dkey_session_impl.h66 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel);
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dkey_session_napi.h57 static napi_value GetContentProtectionLevel(napi_env env, napi_callback_info info);
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_keysession_service.h98 virtual int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) = 0;
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp250 int32_t MediaKeySessionService::GetContentProtectionLevel( in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionService
253 DRM_INFO_LOG("GetContentProtectionLevel enter."); in GetContentProtectionLevel()
259 ret = hdiMediaKeySession_->GetContentProtectionLevel(level); in GetContentProtectionLevel()
261 DRM_ERR_LOG("GetContentProtectionLevel failed."); in GetContentProtectionLevel()
H A Dkey_session_service_stub.cpp390 int32_t ret = stub->GetContentProtectionLevel(&securityLevel); in ProcessGetContentProtectionLevel()
393 DRM_ERR_LOG("Write GetContentProtectionLevel failed."); in ProcessGetContentProtectionLevel()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dkey_session_impl.cpp185 int32_t MediaKeySessionImpl::GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionImpl
187 DRM_INFO_LOG("GetContentProtectionLevel enter."); in GetContentProtectionLevel()
192 DRM_ERR_LOG("GetContentProtectionLevel serviceProxy_ is null"); in GetContentProtectionLevel()
195 retCode = keySessionServiceProxy_->GetContentProtectionLevel( in GetContentProtectionLevel()
198 DRM_ERR_LOG("GetContentProtectionLevel failed, retCode: %{public}d", retCode); in GetContentProtectionLevel()
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp63 DECLARE_NAPI_FUNCTION("getContentProtectionLevel", GetContentProtectionLevel), in Init()
571 napi_value MediaKeySessionNapi::GetContentProtectionLevel(napi_env env, napi_callback_info info) in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionNapi
573 DRM_INFO_LOG("GetContentProtectionLevel enter."); in GetContentProtectionLevel()
585 int32_t ret = keySessionNapi->keySessionImpl_->GetContentProtectionLevel(&level); in GetContentProtectionLevel()
587 DRM_ERR_LOG("GetContentProtectionLevel call Failed!"); in GetContentProtectionLevel()
588 NapiDrmError::ThrowError(env, "GetContentProtectionLevel failed, service error.", DRM_SERVICE_FATAL_ERROR); in GetContentProtectionLevel()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysession.cpp275 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&level); in OH_MediaKeySession_GetContentProtectionLevel()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.h153 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel &level) override
155 // Implement the mock behavior for GetContentProtectionLevel
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dkey_session_service_proxy.cpp57 int32_t MediaKeySessionServiceProxy::GetContentProtectionLevel( in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionServiceProxy
60 DRM_INFO_LOG("GetContentProtectionLevel enter."); in GetContentProtectionLevel()
66 DRM_ERR_LOG("GetContentProtectionLevel Write interface token failed."); in GetContentProtectionLevel()
72 DRM_ERR_LOG("GetContentProtectionLevel failed, ret: %{public}d", ret); in GetContentProtectionLevel()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp627 int ret = keySession->GetContentProtectionLevel(&sessionLevel); in CheckDrmSvpConsistency()
628 CHECK_AND_RETURN_RET_LOG(ret == 0, AVCS_ERR_INVALID_VAL, "GetContentProtectionLevel failed"); in CheckDrmSvpConsistency()
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3648 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&securityLevel); in killclearplay()

Completed in 24 milliseconds