/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | key_session_service_proxy.h | 42 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) override;
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | key_session_service.h | 57 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) override;
|
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 66 int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel);
|
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | key_session_napi.h | 57 static napi_value GetContentProtectionLevel(napi_env env, napi_callback_info info);
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_keysession_service.h | 98 virtual int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) = 0;
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service.cpp | 250 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 D | key_session_service_stub.cpp | 390 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 D | key_session_impl.cpp | 185 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 D | key_session_napi.cpp | 63 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 D | native_mediakeysession.cpp | 275 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&level); in OH_MediaKeySession_GetContentProtectionLevel()
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 153 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 D | key_session_service_proxy.cpp | 57 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 D | codec_server.cpp | 627 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 D | drm_framework_unittest.cpp | 3648 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&securityLevel); in killclearplay()
|