Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts17 export const Test_AVPlayer_SetDecryptionConfig: () => number; constant
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/ohosTest/ets/test/
DAvPlayerDrmNdk.test.ets86 * @tc.name : Test_AVPlayer_SetDecryptionConfig
100 let result: number = avplayer.Test_AVPlayer_SetDecryptionConfig();
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp241 static napi_value Test_AVPlayer_SetDecryptionConfig(napi_env env, napi_callback_info info) { in Test_AVPlayer_SetDecryptionConfig() function
648 …{"Test_AVPlayer_SetDecryptionConfig", nullptr, Test_AVPlayer_SetDecryptionConfig, nullptr, nullptr… in Init()