Home
last modified time | relevance | path

Searched refs:OH_MediaKeySystem_IsSupported3 (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/
H A Dmediakeysystemndkfactory_fuzzer.cpp71 OH_MediaKeySystem_IsSupported3(uuid.c_str(), mimeType.c_str(), randomSet[randomNumber]); in FuzzTestSystemFactoryNdk()
72 OH_MediaKeySystem_IsSupported3(uuid.c_str(), mimeType.c_str(), CONTENT_PROTECTION_LEVEL_SW_CRYPTO); in FuzzTestSystemFactoryNdk()
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/
H A Dnative_mediakeysystem.h131 bool OH_MediaKeySystem_IsSupported3(const char *name, const char *mimeType,
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp315 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()
386 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "video/mp4", in HWTEST_F()
389 supported = OH_MediaKeySystem_IsSupported3(GetUuid(), "video/mp4", in HWTEST_F()
3676 supported = OH_MediaKeySystem_IsSupported3(GetUui in killclearplay2()
[all...]
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp61 bool OH_MediaKeySystem_IsSupported3(const char *uuid, const char *mimeType, in OH_MediaKeySystem_IsSupported3() function
64 DRM_INFO_LOG("OH_MediaKeySystem_IsSupported3 enter."); in OH_MediaKeySystem_IsSupported3()
66 "OH_MediaKeySystem_IsSupported3 uuid is nullptr!"); in OH_MediaKeySystem_IsSupported3()

Completed in 10 milliseconds