Searched refs:Test_CreateMediaKeySession (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 | 27 export const Test_CreateMediaKeySession: (system:string,level:number,session:string) => number; constant
|
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/ohosTest/ets/test/ |
| D | DrmNdkTest.test.ets | 972 …testNapi.Test_CreateMediaKeySession("ptr", Drm_ContentProtectionLevel.CONTENT_PROTECTION_LEVEL_UNK… 984 …let c:number = testNapi.Test_CreateMediaKeySession("ptr", Drm_ContentProtectionLevel.CONTENT_PROTE… 997 …let c:number = testNapi.Test_CreateMediaKeySession("ptr", Drm_ContentProtectionLevel.CONTENT_PROTE… 1010 let c:number = testNapi.Test_CreateMediaKeySession("ptr", 1025 …testNapi.Test_CreateMediaKeySession("ptr", Drm_ContentProtectionLevel.CONTENT_PROTECTION_LEVEL_MAX… 1037 let c:number = testNapi.Test_CreateMediaKeySession("ptr", 5, "ptr"); 1049 let c:number = testNapi.Test_CreateMediaKeySession("ptr", -1, "ptr"); 1062 …testNapi.Test_CreateMediaKeySession(" ", Drm_ContentProtectionLevel.CONTENT_PROTECTION_LEVEL_SW_CR… 1075 …testNapi.Test_CreateMediaKeySession("ptr", Drm_ContentProtectionLevel.CONTENT_PROTECTION_LEVEL_SW_…
|
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
| D | DrmNdkTest.cpp | 855 static napi_value Test_CreateMediaKeySession(napi_env env, napi_callback_info info) { in Test_CreateMediaKeySession() function 2381 …{"Test_CreateMediaKeySession", nullptr, Test_CreateMediaKeySession, nullptr, nullptr, nullptr, nap… in Init()
|