Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 19 of 19) sorted by relevance

/test/xts/hats/hdf/codec/hdi_v1.0/
Dcodec_proxy_test.cpp164 int32_t errorCode = g_codecObj->CodecInit(g_codecObj); variable
171 int32_t errorCode = g_codecObj->CodecCreate(g_codecObj, name, &g_handle); variable
180 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, type, mime, &g_handle); variable
189 int32_t errorCode = g_codecObj->CodecSetPortMode(g_codecObj, g_handle, direct, mode, type); variable
198 int32_t errorCode = g_codecObj->CodecGetPortMode(g_codecObj, g_handle, direct, &mode, &type); variable
213 int32_t errorCode = g_codecObj->CodecSetParameter(g_codecObj, g_handle, params, paramCnt); variable
228 int32_t errorCode = g_codecObj->CodecGetParameter(g_codecObj, g_handle, params, paramCnt); variable
244 int32_t errorCode = g_codecObj->CodecSetParameter(g_codecObj, g_handle, params, paramCnt); variable
267 int32_t errorCode = g_codecObj->CodecQueueInput(g_codecObj, variable
278 …int32_t errorCode = g_codecObj->CodecDequeueInput(g_codecObj, g_handle, QUEUE_TIME_OUT, &acquireFd… variable
[all …]
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_reset.c89 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c102 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c88 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest/services/core/attest/
Dattest_service_reset.c89 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c102 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c88 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest_lite/interfaces/kit/js/src/
Dnative_device_attest.cpp33 string GetErrorMessage(uint32_t errorCode) in GetErrorMessage()
43 static JSIValue GetJsiErrorMessage(int32_t errorCode) in GetJsiErrorMessage()
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h70 int32_t errorCode; member
104 int32_t errorCode; member
109 int32_t errorCode; member
/test/xts/device_attest/services/core/include/
Dattest_type.h85 int32_t errorCode; member
119 int32_t errorCode; member
124 int32_t errorCode; member
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp320 void VDecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
DVDecEncNdkSample.cpp41 void VdecAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecAsyncError()
80 void VencAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VencAsyncError()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DADecEncNdkSample.cpp29 void AdecAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in AdecAsyncError()
69 void AencAsyncError(OH_AVCodec *codec, int32_t errorCode, void *userData) in AencAsyncError()
/test/xts/hats/hdf/camera/v4l2/src/
Dtest_display.cpp678 int32_t DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError()
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1638 const int errorCode[5] = {HOST_NOT_FOUND, TRY_AGAIN, NO_RECOVERY, NO_DATA, NO_ADDRESS}; variable
1674 const int errorCode[5] = {HOST_NOT_FOUND, TRY_AGAIN, NO_RECOVERY, NO_DATA, NO_ADDRESS}; variable
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerAudioTest.cpp195 void PlayerliteCallback::OnError(int32_t errorType, int32_t errorCode) in OnError()
/test/xts/dcts/distributedhardware/distributedcameratest/
Ddcamera_hdf_demo.cpp1088 int32_t DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp303 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override in OnCreateFailed()
486 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override in OnCreateFailed()
505 void OnConfigureFailed(const std::string cameraId, int32_t errorCode) override in OnConfigureFailed()
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
DActsMediaRecorderTest.cpp41 void RecoderLiteTest::OnError(const int32_t errorType, const int32_t errorCode) in OnError()
52 void TestVideoRecorderCallback::OnError(int32_t errorType, int32_t errorCode) in OnError()