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/ |
| D | index.d.ts | 18 export const Test_KeySystemSupported2: (uuid: string,mineType:string) => number; constant
|
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/ |
| D | DrmNdkTest.test.ets | 181 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/ |
| D | DrmNdkTest.cpp | 427 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()
|