Home
last modified time | relevance | path

Searched refs:GetContentProtectionLevel (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/drivers/peripheral/clearplay/
H A DREADME_zh.md78 …| 获取KeySession安全级别 | int32_t GetContentProtectionLevel(ContentProtectionLevel& level)…
196 // GetContentProtectionLevel
197 …printf("result of GetContentProtectionLevel: %d, expect: -1\n", media_key_system->GetContentProtec…
215 // GetContentProtectionLevel
216 printf("\ntest GetContentProtectionLevel\n");
217 media_key_system->GetContentProtectionLevel(level);
220 media_key_system->GetContentProtectionLevel(level);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_key_session.md27 | [GetContentProtectionLevel](#getcontentprotectionlevel) ([out] enum [ContentProtectionLevel](_hdi…
122 ### GetContentProtectionLevel()
125 IMediaKeySession::GetContentProtectionLevel ([out] enum ContentProtectionLevel level)
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dkey_session_service_proxy.h42 …int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) …
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_keysession_service.h98 …virtual int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securit…
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dkey_session_impl.cpp166 int32_t MediaKeySessionImpl::GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLe… in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionImpl
176 retCode = keySessionServiceProxy_->GetContentProtectionLevel( in GetContentProtectionLevel()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_key_session_service.h59 int32_t GetContentProtectionLevel(ContentProtectionLevel& level) override;
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_session.h97 …virtual int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) = 0;
H A Dmedia_key_session_proxy.h56 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaKeySession.idl50 GetContentProtectionLevel([out] enum ContentProtectionLevel level);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaKeySession.idl50 GetContentProtectionLevel([out] enum ContentProtectionLevel level);
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dkey_session_impl.h66 … int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel);
/ohos5.0/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);
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dkey_session_service.h57 …int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_session_service.h.txt48 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
H A Dmedia_key_session_service.cpp.txt63 int32_t MediaKeySessionService::GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLe…
H A Dimedia_key_session.h.txt97 …virtual int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) = 0;
H A Dmedia_key_session_proxy.h.txt56 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp252 int32_t MediaKeySessionService::GetContentProtectionLevel( in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionService
261 ret = hdiMediaKeySession_->GetContentProtectionLevel(level); in GetContentProtectionLevel()
H A Dkey_session_service_stub.cpp390 int32_t ret = stub->GetContentProtectionLevel(&securityLevel); in ProcessGetContentProtectionLevel()
/ohos5.0/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
585 int32_t ret = keySessionNapi->keySessionImpl_->GetContentProtectionLevel(&level); in GetContentProtectionLevel()
/ohos5.0/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 in GetContentProtectionLevel() function
/ohos5.0/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
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_session_service.cpp248 int32_t MediaKeySessionService::GetContentProtectionLevel(ContentProtectionLevel &level) in GetContentProtectionLevel() function in OHOS::HDI::Drm::V1_0::MediaKeySessionService
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysession.cpp275 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&level); in OH_MediaKeySession_GetContentProtectionLevel()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/
H A Ddump.txt33 [mini, lite, full] GetContentProtectionLevel(

12