/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | interface_i_media_key_system.md | 25 | [GetMaxContentProtectionLevel](#getmaxcontentprotectionlevel) ([out] enum [ContentProtectionLevel… 195 ### GetMaxContentProtectionLevel() 198 IMediaKeySystem::GetMaxContentProtectionLevel ([out] enum ContentProtectionLevel level)
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | mediakeysystem_service_proxy.h | 35 …int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLeve…
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystem_service.h | 73 …virtual int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *secu…
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | media_key_system_impl.h | 54 …int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLeve…
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | media_key_system_napi.h | 62 static napi_value GetMaxContentProtectionLevel(napi_env env, napi_callback_info info);
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_system.h | 94 …virtual int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) …
|
H A D | media_key_system_proxy.h | 48 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
/ohos5.0/drivers/interface/drm/v1_0/ |
H A D | IMediaKeySystem.idl | 46 GetMaxContentProtectionLevel([out] enum ContentProtectionLevel level);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/ |
H A D | IMediaKeySystem.idl | 46 GetMaxContentProtectionLevel([out] enum ContentProtectionLevel level);
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_impl.cpp | 252 int32_t MediaKeySystemImpl::GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtection… in GetMaxContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySystemImpl 263 …serviceProxy_->GetMaxContentProtectionLevel((IMediaKeySessionService::ContentProtectionLevel *)sec… in GetMaxContentProtectionLevel()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_key_system_service.h | 43 int32_t GetMaxContentProtectionLevel(ContentProtectionLevel& level) override;
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystem_service.h | 59 …int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLeve…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/ |
H A D | media_key_system_service.cpp.txt | 50 int32_t MediaKeySystemService::GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtection…
|
H A D | media_key_system_service.h.txt | 40 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
H A D | imedia_key_system.h.txt | 94 …virtual int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) …
|
H A D | media_key_system_proxy.h.txt | 48 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service.cpp | 342 int32_t MediaKeySystemService::GetMaxContentProtectionLevel( in GetMaxContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySystemService 352 ret = hdiKeySystem_->GetMaxContentProtectionLevel(level); in GetMaxContentProtectionLevel()
|
H A D | mediakeysystem_service_stub.cpp | 279 int32_t ret = stub->GetMaxContentProtectionLevel(&securityLevel); in ProcessGetMaxContentProtectionLevel()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 58 DECLARE_NAPI_FUNCTION("getMaxContentProtectionLevel", GetMaxContentProtectionLevel), in Init() 587 napi_value MediaKeySystemNapi::GetMaxContentProtectionLevel(napi_env env, napi_callback_info info) in GetMaxContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySystemNapi 603 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->GetMaxContentProtectionLevel(&level); in GetMaxContentProtectionLevel()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_system_service.cpp | 127 int32_t MediaKeySystemService::GetMaxContentProtectionLevel(ContentProtectionLevel &level) in GetMaxContentProtectionLevel() function in OHOS::HDI::Drm::V1_0::MediaKeySystemService
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 233 … int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel &level) override in GetMaxContentProtectionLevel() function
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystem_service_proxy.cpp | 131 int32_t MediaKeySystemServiceProxy::GetMaxContentProtectionLevel( in GetMaxContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySystemServiceProxy
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/ |
H A D | dump.txt | 78 [mini, lite, full] GetMaxContentProtectionLevel(
|
/ohos5.0/drivers/peripheral/clearplay/ |
H A D | README_zh.md | 51 …| 获取MediaKeySystem最大安全级别 | int32_t GetMaxContentProtectionLevel(Conte…
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 346 result = systemObject->systemImpl_->GetMaxContentProtectionLevel(&level); in OH_MediaKeySystem_GetMaxContentProtectionLevel()
|