Home
last modified time | relevance | path

Searched refs:GetMaxContentProtectionLevel (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_key_system.md25 | [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 Dmediakeysystem_service_proxy.h35 …int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLeve…
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystem_service.h73 …virtual int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *secu…
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h54 …int32_t GetMaxContentProtectionLevel(IMediaKeySessionService::ContentProtectionLevel *securityLeve…
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h62 static napi_value GetMaxContentProtectionLevel(napi_env env, napi_callback_info info);
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system.h94 …virtual int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) …
H A Dmedia_key_system_proxy.h48 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaKeySystem.idl46 GetMaxContentProtectionLevel([out] enum ContentProtectionLevel level);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaKeySystem.idl46 GetMaxContentProtectionLevel([out] enum ContentProtectionLevel level);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp252 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 Dmedia_key_system_service.h43 int32_t GetMaxContentProtectionLevel(ContentProtectionLevel& level) override;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystem_service.h59 …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 Dmedia_key_system_service.cpp.txt50 int32_t MediaKeySystemService::GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtection…
H A Dmedia_key_system_service.h.txt40 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
H A Dimedia_key_system.h.txt94 …virtual int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) …
H A Dmedia_key_system_proxy.h.txt48 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service.cpp342 int32_t MediaKeySystemService::GetMaxContentProtectionLevel( in GetMaxContentProtectionLevel() function in OHOS::DrmStandard::MediaKeySystemService
352 ret = hdiKeySystem_->GetMaxContentProtectionLevel(level); in GetMaxContentProtectionLevel()
H A Dmediakeysystem_service_stub.cpp279 int32_t ret = stub->GetMaxContentProtectionLevel(&securityLevel); in ProcessGetMaxContentProtectionLevel()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp58 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 Dmedia_key_system_service.cpp127 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 Ddrmservice_fuzzer.h233 … 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 Dmediakeysystem_service_proxy.cpp131 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 Ddump.txt78 [mini, lite, full] GetMaxContentProtectionLevel(
/ohos5.0/drivers/peripheral/clearplay/
H A DREADME_zh.md51 …| 获取MediaKeySystem最大安全级别 | int32_t GetMaxContentProtectionLevel(Conte…
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp346 result = systemObject->systemImpl_->GetMaxContentProtectionLevel(&level); in OH_MediaKeySystem_GetMaxContentProtectionLevel()

12