Home
last modified time | relevance | path

Searched refs:Test_MediaKeySession_GetContentProtectionLevel (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts43 export const Test_MediaKeySession_GetContentProtectionLevel: (session:string,levelPtr: string,) => … constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DAbility.test.ets1856 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel("ptr", "ptr");
1868 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel(" ", "ptr");
1880 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel("ptr", " ");
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
Dhello.cpp1662 static napi_value Test_MediaKeySession_GetContentProtectionLevel(napi_env env, napi_callback_info i… in Test_MediaKeySession_GetContentProtectionLevel() function
2399 …MediaKeySession_GetContentProtectionLevel", nullptr, Test_MediaKeySession_GetContentProtectionLeve… in Init()