Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts18 export const Test_KeySystemSupported2: (uuid: string,mineType:string) => number; constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DDrmNdkTest.test.ets181 let c:number = testNapi.Test_KeySystemSupported2(systemName, "video/mp4");
193 let c:number = testNapi.Test_KeySystemSupported2("com..drm", "video/mp4");
205 let c:number = testNapi.Test_KeySystemSupported2("", "video/mp4");
217 let c:number = testNapi.Test_KeySystemSupported2(" ", "video/mp4");
229 let c:number = testNapi.Test_KeySystemSupported2(systemName, "111/mp4");
245 let c:number = testNapi.Test_KeySystemSupported2(systemName, "");
257 let c:number = testNapi.Test_KeySystemSupported2(systemName, " ");
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp427 static napi_value Test_KeySystemSupported2(napi_env env, napi_callback_info info) { in Test_KeySystemSupported2() function
2353 …{"Test_KeySystemSupported2", nullptr, Test_KeySystemSupported2, nullptr, nullptr, nullptr, napi_de… in Init()