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.ts44 export const Test_MediaKeySession_GetContentProtectionLevel: (session:string,levelPtr: string,) => … constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DDrmNdkTest.test.ets1866 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel("ptr", "ptr");
1878 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel(" ", "ptr");
1890 let c:number = testNapi.Test_MediaKeySession_GetContentProtectionLevel("ptr", " ");
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1707 static napi_value Test_MediaKeySession_GetContentProtectionLevel(napi_env env, napi_callback_info i… in Test_MediaKeySession_GetContentProtectionLevel() function
2446 …MediaKeySession_GetContentProtectionLevel", nullptr, Test_MediaKeySession_GetContentProtectionLeve… in Init()