Searched refs:Test_KeySystemSupported (Results 1 – 3 of 3) sorted by relevance
17 export const Test_KeySystemSupported: (uuid: string) => number; constant
88 let clearPlay:number = testNapi.Test_KeySystemSupported("com.clearplay.drm"); //133 let c:number = testNapi.Test_KeySystemSupported(systemName);145 let c:number = testNapi.Test_KeySystemSupported("com.drm.wiseplay");157 let c:number = testNapi.Test_KeySystemSupported("");169 let c:number = testNapi.Test_KeySystemSupported(" ");442 let a:number = testNapi.Test_KeySystemSupported("com.drm.wiseplay");
407 static napi_value Test_KeySystemSupported(napi_env env, napi_callback_info info) { in Test_KeySystemSupported() function2352 …{"Test_KeySystemSupported", nullptr, Test_KeySystemSupported, nullptr, nullptr, nullptr, napi_defa… in Init()