Home
last modified time | relevance | path

Searched refs:OH_MediaKeySystem_IsSupported (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndkfactory_fuzzer/
H A Dmediakeysystemndkfactory_fuzzer.cpp39 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetUuid()
41 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetUuid()
48 if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in IsWisePlay()
59 OH_MediaKeySystem_IsSupported(uuid.c_str()); in FuzzTestSystemFactoryNdk()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/drm_mock/capi/
H A Dmedia_key_system_mock.cpp28 if (OH_MediaKeySystem_IsSupported(CLEARPLAY_NAME)) { in GetDrmUuid()
30 } else if (OH_MediaKeySystem_IsSupported(WISEPLAY_NAME)) { in GetDrmUuid()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.cpp82 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetUuid()
84 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetUuid()
91 if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in IsWisePlay()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.cpp119 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetUuid()
121 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetUuid()
128 if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in IsWisePlay()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.cpp87 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetUuid()
89 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetUuid()
96 if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in IsWisePlay()
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/
H A Dnative_mediakeysystem.h112 bool OH_MediaKeySystem_IsSupported(const char *name);
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp136 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetUuid()
138 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetUuid()
186 if (OH_MediaKeySystem_IsSupported("com.clearplay.drm")) { in GetDrmPlugin()
188 } else if (OH_MediaKeySystem_IsSupported("com.wiseplay.drm")) { in GetDrmPlugin()
280 * Case description: Test to determine if it supports creating the DRM instance interface OH_MediaKeySystem_IsSupported
285 supported = OH_MediaKeySystem_IsSupported(GetUuid()); in HWTEST_F()
295 * Case description: Test to determine if it supports creating the DRM instance interface OH_MediaKeySystem_IsSupported
310 * Case description: Test to determine if it supports creating the DRM instance interface OH_MediaKeySystem_IsSupported
325 * Case description: Test to determine if it supports creating the DRM instance interface OH_MediaKeySystem_IsSupported
330 supported = OH_MediaKeySystem_IsSupported("co in HWTEST_F()
[all...]
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp33 bool OH_MediaKeySystem_IsSupported(const char *uuid) in OH_MediaKeySystem_IsSupported() function
35 DRM_INFO_LOG("OH_MediaKeySystem_IsSupported enter."); in OH_MediaKeySystem_IsSupported()

Completed in 8 milliseconds