Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts26 export const Test_MediaKeySystem_GetMaxContentProtectionLevel: (system:string,levelPtr: string) => … constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DAbility.test.ets929 let c:number = testNapi.Test_MediaKeySystem_GetMaxContentProtectionLevel("ptr", "ptr");
941 let c:number = testNapi.Test_MediaKeySystem_GetMaxContentProtectionLevel(" ", "ptr");
953 let c:number = testNapi.Test_MediaKeySystem_GetMaxContentProtectionLevel("ptr", " ");
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
Dhello.cpp816 static napi_value Test_MediaKeySystem_GetMaxContentProtectionLevel(napi_env env, napi_callback_info… in Test_MediaKeySystem_GetMaxContentProtectionLevel() function
2371 …iaKeySystem_GetMaxContentProtectionLevel", nullptr, Test_MediaKeySystem_GetMaxContentProtectionLev… in Init()