Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts17 export const Test_KeySystemSupported: (uuid: string) => number; constant
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/
DDrmNdkTest.test.ets88 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");
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp407 static napi_value Test_KeySystemSupported(napi_env env, napi_callback_info info) { in Test_KeySystemSupported() function
2352 …{"Test_KeySystemSupported", nullptr, Test_KeySystemSupported, nullptr, nullptr, nullptr, napi_defa… in Init()