Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts18 export const Test_AudioCodec_SetDecryptionConfig: (a: string, b: string, c:number) => number; constant
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/ohosTest/ets/test/
DAvPlayerDrmNdk.test.ets107 * @tc.desc : test Test_AudioCodec_SetDecryptionConfig
113 let result: number = avplayer.Test_AudioCodec_SetDecryptionConfig("ptr", "ptr", 0);
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp325 static napi_value Test_AudioCodec_SetDecryptionConfig(napi_env env, napi_callback_info info) { in Test_AudioCodec_SetDecryptionConfig() function
650 …{"Test_AudioCodec_SetDecryptionConfig", nullptr, Test_AudioCodec_SetDecryptionConfig, nullptr, nul… in Init()