Home
last modified time | relevance | path

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

/test/xts/hats/hdf/codec/hdi_v1.0/
Dcodec_proxy_test.cpp188 int32_t errorCode = g_codecObj->CodecInit(g_codecObj); variable
195 int32_t errorCode = g_codecObj->CodecCreate(g_codecObj, name, &g_handle); variable
204 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, type, mime, &g_handle); variable
212 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, type, mime, &g_handle); variable
220 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, type, mime, &g_handle); variable
227 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, AUDIO_ENCODER, mime, &g_handle); variable
234 int32_t errorCode = g_codecObj->CodecCreateByType(g_codecObj, INVALID_TYPE, mime, &g_handle); variable
243 int32_t errorCode = g_codecObj->CodecSetPortMode(g_codecObj, g_handle, direct, mode, type); variable
252 int32_t errorCode = g_codecObj->CodecGetPortMode(g_codecObj, g_handle, direct, &mode, &type); variable
267 int32_t errorCode = g_codecObj->CodecSetParameter(g_codecObj, g_handle, params, paramCnt); variable
[all …]
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_reset.c91 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c104 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c93 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest/services/core/attest/
Dattest_service_reset.c91 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseResetResult() local
Dattest_service_active.c104 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseActiveResult() local
Dattest_service_challenge.c93 double errorCode = GetObjectItemValueNumber(jsonStr, "errcode"); in ParseChallengeResult() local
/test/xts/device_attest_lite/interfaces/kit/js/src/
Dnative_device_attest.cpp34 string GetErrorMessage(uint32_t errorCode) in GetErrorMessage()
44 static JSIValue GetJsiErrorMessage(int32_t errorCode) in GetJsiErrorMessage()
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h60 int32_t errorCode; member
100 int32_t errorCode; member
105 int32_t errorCode; member
/test/xts/device_attest/services/core/include/
Dattest_type.h78 int32_t errorCode; member
118 int32_t errorCode; member
123 int32_t errorCode; member
/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp314 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/cameraHdi/v4l2/src/
Dtest_display.cpp754 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/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DscreenCaptureTest.cpp99 void ScreenCaptureNdkTestCallback::OnError(int32_t errorCode) in OnError()
201 void OnError(OH_AVScreenCapture *screenCapture, 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()