/ohos5.0/drivers/peripheral/clearplay/ |
H A D | README_zh.md | 78 …| 获取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 D | interface_i_media_key_session.md | 27 | [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 D | key_session_service_proxy.h | 42 …int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel) …
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_keysession_service.h | 98 …virtual int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securit…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 166 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 D | media_key_session_service.h | 59 int32_t GetContentProtectionLevel(ContentProtectionLevel& level) override;
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_session.h | 97 …virtual int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) = 0;
|
H A D | media_key_session_proxy.h | 56 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
/ohos5.0/drivers/interface/drm/v1_0/ |
H A D | IMediaKeySession.idl | 50 GetContentProtectionLevel([out] enum ContentProtectionLevel level);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/ |
H A D | IMediaKeySession.idl | 50 GetContentProtectionLevel([out] enum ContentProtectionLevel level);
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 66 … int32_t GetContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLevel);
|
/ohos5.0/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);
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | key_session_service.h | 57 …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 D | media_key_session_service.h.txt | 48 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
H A D | media_key_session_service.cpp.txt | 63 int32_t MediaKeySessionService::GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLe…
|
H A D | imedia_key_session.h.txt | 97 …virtual int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) = 0;
|
H A D | media_key_session_proxy.h.txt | 56 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service.cpp | 252 int32_t MediaKeySessionService::GetContentProtectionLevel( in GetContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySessionService 261 ret = hdiMediaKeySession_->GetContentProtectionLevel(level); in GetContentProtectionLevel()
|
H A D | key_session_service_stub.cpp | 390 int32_t ret = stub->GetContentProtectionLevel(&securityLevel); in ProcessGetContentProtectionLevel()
|
/ohos5.0/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 585 int32_t ret = keySessionNapi->keySessionImpl_->GetContentProtectionLevel(&level); in GetContentProtectionLevel()
|
/ohos5.0/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 in GetContentProtectionLevel() function
|
/ohos5.0/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
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_session_service.cpp | 248 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 D | native_mediakeysession.cpp | 275 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 D | dump.txt | 33 [mini, lite, full] GetContentProtectionLevel(
|