Searched refs:CONTENT_PROTECTION_LEVEL_HW_CRYPTO (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/ |
H A D | mediakeysystemndkfactory_fuzzer.cpp | 66 CONTENT_PROTECTION_LEVEL_HW_CRYPTO, in FuzzTestSystemFactoryNdk()
|
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/ |
H A D | native_drm_common.h | 97 CONTENT_PROTECTION_LEVEL_HW_CRYPTO, enumerator
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_keysession_service.h | 63 CONTENT_PROTECTION_LEVEL_HW_CRYPTO = 2,
enumerator
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | drm_enum_napi.cpp | 86 { "CONTENT_PROTECTION_LEVEL_HW_CRYPTO",
87 IMediaKeySessionService::ContentProtectionLevel::CONTENT_PROTECTION_LEVEL_HW_CRYPTO },
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 315 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 374 supported = OH_MediaKeySystem_IsSupported3("com.drm.clearpla", "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 376 supported = OH_MediaKeySystem_IsSupported3("", "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 378 supported = OH_MediaKeySystem_IsSupported3(nullptr, "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 380 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "ideo/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 382 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 384 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), nullptr, CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in HWTEST_F() 3676 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "video/mp4", CONTENT_PROTECTION_LEVEL_HW_CRYPTO); in killclearplay2()
|
Completed in 9 milliseconds