Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts19 export const Test_KeySystemSupported3: (uuid: string,mineType:string,level:number) => number; constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DDrmNdkTest.test.ets269 let c:number = testNapi.Test_KeySystemSupported3(systemName, "video/mp4",
282 let c:number = testNapi.Test_KeySystemSupported3(systemName, "video/mp4",
295 let c:number = testNapi.Test_KeySystemSupported3(systemName, "video/mp4",
308 let c:number = testNapi.Test_KeySystemSupported3(systemName, "video/mp4",
323 …testNapi.Test_KeySystemSupported3(systemName, "video/mp4", Drm_ContentProtectionLevel.CONTENT_PROT…
335 let c:number = testNapi.Test_KeySystemSupported3(systemName, "video/mp4", 5);
347 let c:number = testNapi.Test_KeySystemSupported3("", "video/mp4",
360 let c:number = testNapi.Test_KeySystemSupported3(" ", "video/mp4",
373 let c:number = testNapi.Test_KeySystemSupported3("wiseplay.drm", "video/mp4",
387 …testNapi.Test_KeySystemSupported3(systemName, "", Drm_ContentProtectionLevel.CONTENT_PROTECTION_LE…
[all …]
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp457 static napi_value Test_KeySystemSupported3(napi_env env, napi_callback_info info) { in Test_KeySystemSupported3() function
2355 …{"Test_KeySystemSupported3", nullptr, Test_KeySystemSupported3, nullptr, nullptr, nullptr, napi_de… in Init()