Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
DActsMediaRecorderTest.h34 void OnError(const int32_t errorType, const int32_t errorCode);
42 void OnError(int32_t errorType, int32_t errorCode);
DActsMediaRecorderTest.cpp41 void RecoderLiteTest::OnError(const int32_t errorType, const int32_t errorCode) in OnError() argument
52 void TestVideoRecorderCallback::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp311 void VDecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() argument
313 DHLOGI("Error received, errorType: %s, errorCode: %d", errorType, errorCode); in OnError()
Ddecoder_demo.h46 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
/test/xts/acts/kernel_lite/futex_posix/src/
DPthreadMutexTest.cpp271 int errorType = 100; variable
291 EXPECT_EQ(pthread_mutexattr_settype(&mutexTypeAttr, errorType), EINVAL) << "> return errno";
293 EXPECT_NE(type, errorType);
/test/xts/acts/communication_lite/wifiservice_hal/src/
Dwifiservice_func_test.c733 int errorType = -1; //Unnormal Type Val -> Default Type Val variable
734 scanParams->scanType = errorType;
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerAudioTest.cpp181 void OnError(int32_t errorType, int32_t errorCode) override;
195 void PlayerliteCallback::OnError(int32_t errorType, int32_t errorCode) in OnError() argument