Searched refs:OH_MediaKeySystem_IsSupported2 (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/ |
H A D | mediakeysystemndkfactory_fuzzer.cpp | 61 OH_MediaKeySystem_IsSupported2(uuid.c_str(), mimeType.c_str()); in FuzzTestSystemFactoryNdk()
|
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/ |
H A D | native_mediakeysystem.h | 121 bool OH_MediaKeySystem_IsSupported2(const char *name, const char *mimeType);
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 300 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), "video/mp4"); in HWTEST_F() 349 supported = OH_MediaKeySystem_IsSupported2("com.drm.clearpla", "video/mp4"); in HWTEST_F() 351 supported = OH_MediaKeySystem_IsSupported2("", "video/mp4"); in HWTEST_F() 353 supported = OH_MediaKeySystem_IsSupported2(nullptr, "video/mp4"); in HWTEST_F() 355 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), "ideo/mp4"); in HWTEST_F() 357 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), ""); in HWTEST_F() 359 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), nullptr); in HWTEST_F() 3675 supported = OH_MediaKeySystem_IsSupported2(GetUuid(), "video/mp4"); in killclearplay2()
|
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 45 bool OH_MediaKeySystem_IsSupported2(const char *uuid, const char *mimeType) in OH_MediaKeySystem_IsSupported2() function 47 DRM_INFO_LOG("OH_MediaKeySystem_IsSupported2 enter."); in OH_MediaKeySystem_IsSupported2() 49 "OH_MediaKeySystem_IsSupported2 uuid is nullptr!"); in OH_MediaKeySystem_IsSupported2()
|
Completed in 15 milliseconds