Home
last modified time | relevance | path

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

/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/
H A Dnative_mediakeysession.h248 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin,
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.cpp327 OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &contentProtectionLevel); in FuzzTestMediaKeySessionsSetUpLicenseNdk()
328 OH_MediaKeySession_GetContentProtectionLevel(nullptr, &contentProtectionLevel); in FuzzTestMediaKeySessionsSetUpLicenseNdk()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysession.cpp263 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_GetContentProtectionLevel() function
266 DRM_INFO_LOG("OH_MediaKeySession_GetContentProtectionLevel enter."); in OH_MediaKeySession_GetContentProtectionLevel()
268 DRM_ERR_INVALID_VAL, "OH_MediaKeySession_GetContentProtectionLevel parameter is error!"); in OH_MediaKeySession_GetContentProtectionLevel()
274 "OH_MediaKeySession_GetContentProtectionLevel inner sessionImpl is nullptr!"); in OH_MediaKeySession_GetContentProtectionLevel()
277 "OH_MediaKeySession_GetContentProtectionLevel get level fail!"); in OH_MediaKeySession_GetContentProtectionLevel()
281 DRM_ERR_LOG("OH_MediaKeySession_GetContentProtectionLevel the level obtained is beyond reasonable range!"); in OH_MediaKeySession_GetContentProtectionLevel()
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp2927 errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel); in filltest3()
2929 errNo = OH_MediaKeySession_GetContentProtectionLevel(nullptr, &sessionContentProtectionLevel); in filltest3()
2931 errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, nullptr); in filltest3()
3354 errNo = OH_MediaKeySession_GetContentProtectionLevel(mediaKeySession, &sessionContentProtectionLevel); in HWTEST_F()

Completed in 10 milliseconds