Home
last modified time | relevance | path

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

12345678910>>...46

/foundation/multimedia/image_effect/test/unittest/
Dimage_effect_capi_unittest.cpp117 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
185 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Configure(nativeImageEffect, key, &value); variable
204 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Configure(nullptr, nullptr, nullptr); variable
227 ImageEffect_ErrorCode errorCode = OH_ImageEffect_Configure(nullptr, key, &value); variable
534 ImageEffect_ErrorCode errorCode = OH_ImageEffect_AddFilterByFilter(imageEffect, contrastFilter); variable
593 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key, &value); variable
612 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(nullptr, nullptr, nullptr); variable
637 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key, &value); variable
662 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, key, &value); variable
686 ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, nullptr, &value); variable
[all …]
Dnative_image_effect_unittest.cpp279 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
305 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(nullptr, nullptr); variable
328 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(nullptr, g_jpgUri.c_str()); variable
357 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
389 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
421 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
450 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); variable
476 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); variable
508 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
543 … ImageEffect_ErrorCode errorCode = OH_EffectFilter_SetValue(filter, KEY_FILTER_INTENSITY, &value); variable
[all …]
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/util/
Dcodec_util_test.cpp39 OH_AVErrCode errorCode = AV_ERR_OK; variable
47 OH_AVErrCode errorCode = static_cast<OH_AVErrCode>(-1); variable
55 OH_AVErrCode errorCode = AV_ERR_NO_MEMORY; variable
63 OH_AVErrCode errorCode = AV_ERR_OPERATE_NOT_PERMIT; variable
71 OH_AVErrCode errorCode = AV_ERR_INVALID_VAL; variable
79 OH_AVErrCode errorCode = AV_ERR_IO; variable
87 OH_AVErrCode errorCode = AV_ERR_TIMEOUT; variable
95 OH_AVErrCode errorCode = AV_ERR_UNKNOWN; variable
103 OH_AVErrCode errorCode = AV_ERR_SERVICE_DIED; variable
111 OH_AVErrCode errorCode = AV_ERR_INVALID_STATE; variable
[all …]
/foundation/multimedia/audio_framework/frameworks/cj/src/
Dmultimedia_audio_ffi.cpp37 int64_t FfiMMACreateAudioCapturer(CAudioCapturerOptions options, int32_t *errorCode) in FfiMMACreateAudioCapturer()
55 int32_t FfiMMAAudioCapturerGetState(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetState()
66 uint32_t FfiMMAAudioCapturerGetStreamId(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetStreamId()
77 int64_t FfiMMAAudioCapturerGetAudioTime(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetAudioTime()
88 uint32_t FfiMMAAudioCapturerGetBufferSize(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetBufferSize()
99 uint32_t FfiMMAAudioCapturerGetOverflowCount(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetOverflowCount()
110 void FfiMMAAudioCapturerStart(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerStart()
124 void FfiMMAAudioCapturerStop(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerStop()
138 void FfiMMAAudioCapturerRelease(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerRelease()
152 …dioCapturerChangeInfo FfiMMAAudioCapturerGetAudioCapturerChangeInfo(int64_t id, int32_t *errorCode) in FfiMMAAudioCapturerGetAudioCapturerChangeInfo()
[all …]
Dmultimedia_audio_renderer_impl.cpp66 int64_t MMAAudioRendererImpl::GetAudioTime(int32_t *errorCode) in GetAudioTime()
85 uint32_t MMAAudioRendererImpl::GetBufferSize(int32_t *errorCode) in GetBufferSize()
140 CArrDeviceDescriptor MMAAudioRendererImpl::GetCurrentOutputDevices(int32_t *errorCode) in GetCurrentOutputDevices()
162 double MMAAudioRendererImpl::GetSpeed(int32_t *errorCode) in GetSpeed()
171 bool MMAAudioRendererImpl::GetSilentModeAndMixWithOthers(int32_t *errorCode) in GetSilentModeAndMixWithOthers()
184 double MMAAudioRendererImpl::GetVolume(int32_t *errorCode) in GetVolume()
193 uint32_t MMAAudioRendererImpl::GetUnderflowCount(int32_t *errorCode) in GetUnderflowCount()
202 void MMAAudioRendererImpl::SetVolumeWithRamp(double volume, int32_t duration, int32_t *errorCode) in SetVolumeWithRamp()
218 void MMAAudioRendererImpl::SetSpeed(double speed, int32_t *errorCode) in SetSpeed()
234 void MMAAudioRendererImpl::SetVolume(double volume, int32_t *errorCode) in SetVolume()
[all …]
/foundation/communication/dsoftbus/tests/core/bus_center/test/service/
Dbus_center_decision_center_test.cpp126 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
150 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
173 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
192 int32_t errorCode = SOFTBUS_OK; variable
211 int32_t errorCode = HCI_ERR_BR_CONN_PAGE_TIMEOUT; variable
230 int32_t errorCode = HCI_ERR_BR_CONN_PEER_NOT_SUPORT_SDP_RECODE; variable
249 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
293 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
309 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
330 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
Dfilter_common_unittest.cpp39 uint32_t errorCode = 0; in CreatePixelMap() local
68 uint32_t errorCode = SUCCESS; variable
89 uint32_t errorCode = SUCCESS; variable
107 uint32_t errorCode = SUCCESS; variable
125 uint32_t errorCode = SUCCESS; variable
143 uint32_t errorCode = SUCCESS; variable
161 uint32_t errorCode = SUCCESS; variable
181 uint32_t errorCode = SUCCESS; variable
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_operation.cpp74 int errorCode = 0; in Execute() local
116 void MtpOperation::ReceiveRequestPacket(int &errorCode) in ReceiveRequestPacket()
126 void MtpOperation::SendMakeResponsePacket(int &errorCode) in SendMakeResponsePacket()
146 void MtpOperation::SendObjectData(int &errorCode) in SendObjectData()
151 void MtpOperation::RecevieObjectData(int &errorCode) in RecevieObjectData()
156 void MtpOperation::ReceiveI2Rdata(int &errorCode) in ReceiveI2Rdata()
176 void MtpOperation::SendR2Idata(int &errorCode) in SendR2Idata()
197 void MtpOperation::DealRequest(uint16_t operationCode, int &errorCode) in DealRequest()
215 uint16_t containerType, int &errorCode) in GetPayloadData()
236 uint16_t containerType, int &errorCode) in GetPayloadDataSub()
[all …]
Dmtp_packet.cpp132 int errorCode = mtpDriver_->Read(readBuffer_, readSize_); in Read() local
167 int errorCode = ParserHead(); in Parser() local
183 int errorCode = MakeHead(); in Maker() local
197 int errorCode = headerData_->Parser(readBuffer_, readSize_); in ParserHead() local
216 int errorCode = payloadData_->Parser(readBuffer_, readSize_); in ParserPayload() local
225 int errorCode = headerData_->Maker(writeBuffer_); in MakeHead() local
234 int errorCode = payloadData_->Maker(writeBuffer_); in MakerPayload() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_test.cpp119 uint32_t errorCode = 0; variable
135 uint32_t errorCode = 0; variable
151 uint32_t errorCode = 0; variable
169 uint32_t errorCode = 0; variable
192 uint32_t errorCode = 0; variable
205 uint32_t errorCode = 0; variable
219 uint32_t errorCode = 0; variable
233 uint32_t errorCode = 0; variable
247 uint32_t errorCode = 0; variable
261 uint32_t errorCode = 0; variable
[all …]
Dimage_source_raw_test.cpp54 uint32_t errorCode = 0; variable
89 uint32_t errorCode = 0; variable
125 uint32_t errorCode = 0; variable
154 uint32_t errorCode = 0; variable
190 uint32_t errorCode = 0; variable
218 uint32_t errorCode = 0; variable
244 uint32_t errorCode = 0; variable
292 uint32_t errorCode = 0; variable
325 uint32_t errorCode = 0; variable
377 uint32_t errorCode = 0; variable
[all …]
Dimage_source_heif_test.cpp93 uint32_t errorCode = 0; variable
113 uint32_t errorCode = 0; variable
140 uint32_t errorCode = 0; variable
158 uint32_t errorCode = 0; variable
183 uint32_t errorCode = 0; variable
206 uint32_t errorCode = 0; variable
237 uint32_t errorCode = 0; variable
274 uint32_t errorCode = 0; variable
291 uint32_t errorCode = 0; variable
328 uint32_t errorCode = 0; variable
[all …]
Dimage_source_wbmp_test.cpp52 uint32_t errorCode = 0; variable
81 uint32_t errorCode = 0; variable
111 uint32_t errorCode = 0; variable
141 uint32_t errorCode = 0; variable
171 uint32_t errorCode = 0; variable
199 uint32_t errorCode = 0; variable
225 uint32_t errorCode = 0; variable
264 uint32_t errorCode = 0; variable
290 uint32_t errorCode = 0; variable
333 uint32_t errorCode = 0; variable
[all …]
Dimage_source_bmp_test.cpp52 uint32_t errorCode = 0; variable
86 uint32_t errorCode = 0; variable
121 uint32_t errorCode = 0; variable
150 uint32_t errorCode = 0; variable
185 uint32_t errorCode = 0; variable
213 uint32_t errorCode = 0; variable
232 uint32_t errorCode = 0; variable
257 uint32_t errorCode = 0; variable
304 uint32_t errorCode = 0; variable
335 uint32_t errorCode = 0; variable
[all …]
Dimage_source_hdr_test.cpp73 uint32_t errorCode = 0; variable
91 uint32_t errorCode = 0; variable
109 uint32_t errorCode = 0; variable
127 uint32_t errorCode = 0; variable
149 uint32_t errorCode = 0; variable
176 uint32_t errorCode = 0; variable
203 uint32_t errorCode = 0; variable
230 uint32_t errorCode = 0; variable
261 uint32_t errorCode = 0; variable
292 uint32_t errorCode = 0; variable
[all …]
Dimage_source_gif_ex_test.cpp69 uint32_t errorCode = 0; variable
104 uint32_t errorCode = 0; variable
139 uint32_t errorCode = 0; variable
174 uint32_t errorCode = 0; variable
204 uint32_t errorCode = 0; variable
233 uint32_t errorCode = 0; variable
262 uint32_t errorCode = 0; variable
286 uint32_t errorCode = 0; variable
314 uint32_t errorCode = 0; variable
342 uint32_t errorCode = 0; variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/effect/effect_common/src/
Dcolor_picker_common.cpp33 const std::shared_ptr<PixelMap>& pixmap, uint32_t& errorCode) in CreateColorPicker()
53 const std::shared_ptr<Media::PixelMap>& pixmap, std::vector<double> region, uint32_t& errorCode) in CreateColorPicker()
78 uint32_t errorCode = SUCCESS; in GetMainColor() local
94 uint32_t errorCode = SUCCESS; in GetLargestProportionColor() local
110 uint32_t errorCode = SUCCESS; in GetHighestSaturationColor() local
126 uint32_t errorCode = SUCCESS; in GetAverageColor() local
141 bool ColorPickerCommon::IsBlackOrWhiteOrGrayColor(uint32_t color, uint32_t& errorCode) in IsBlackOrWhiteOrGrayColor()
157 …orManager::Color> ColorPickerCommon::GetTopProportionColors(double colorCount, uint32_t& errorCode) in GetTopProportionColors()
/foundation/communication/nfc/test/unittest/services/controller_test/
Dnfc_controller_test.cpp166 ErrorCode errorCode = ctrl.RegListener(g_nfcControllerCallbackStub, TEST_NFC_STATE_CHANGE); variable
178 ErrorCode errorCode = ctrl.UnregListener(TEST_NFC_STATE_CHANGE); variable
191 ErrorCode errorCode = ctrl.UnregListener(TEST_NFC_STATE_CHANGE); variable
242 ErrorCode errorCode = ctrl.RegNdefMsgCb(nullptr); variable
255 ErrorCode errorCode = ctrl.RegNdefMsgCb(callback); variable
270 ErrorCode errorCode = ctrl.RegQueryApplicationCb(type, tagCallback, hceCallback); variable
283 ErrorCode errorCode = ctrl.RegCardEmulationNotifyCb(callback); variable
298 ErrorCode errorCode = ctrl.NotifyEventStatus(eventType, arg1, arg2); variable
311 ErrorCode errorCode = ctrl.RegNdefMsgCb(nullptr); variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
Dmock_mtp_operation_utils.cpp72 …ionUtils::GetDeviceInfo(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetDeviceInfo()
103 …Utils::GetObjectHandles(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectHandles()
146 …ionUtils::GetObjectInfo(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectInfo()
185 …tionUtils::GetObjectPropDesc(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropDesc()
205 …ionUtils::GetObjectPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropValue()
244 void MtpOperationUtils::DoSetObjectPropValue(int &errorCode) in DoSetObjectPropValue()
270 uint16_t containerType, int &errorCode) in GetObjectPropList()
305 …onUtils::GetObjectReferences(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectReferences()
357 uint16_t MtpOperationUtils::GetObject(std::shared_ptr<PayloadData> &data, int errorCode) in GetObject()
367 …perationUtils::GetThumb(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetThumb()
[all …]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_parser.h72 #define CHECK_NULL(object, errorCode) \ argument
79 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
86 #define CHECK_IS_TRUE(result, errorCode) \ argument
93 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile) \ argument
/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/
Dplugin_manager_test.cpp84 uint32_t errorCode; variable
122 uint32_t errorCode; variable
226 uint32_t errorCode; variable
281 uint32_t errorCode; variable
311 uint32_t errorCode; variable
369 uint32_t errorCode; variable
397 uint32_t errorCode; variable
437 uint32_t errorCode; variable
468 uint32_t errorCode; variable
507 uint32_t errorCode; variable
[all …]
/foundation/graphic/graphic_2d/interfaces/kits/cj/effect_kit/
Deffect_kit_ffi.cpp41 int64_t FfiEffectKitCreateEffect(int64_t sourceId, uint32_t* errorCode) in FfiEffectKitCreateEffect()
95 void FfiEffectKitSetColorMatrix(int64_t id, CArrFloat cjColorMatrix, uint32_t* errorCode) in FfiEffectKitSetColorMatrix()
123 int64_t FfiEffectKitCreateColorPicker(int64_t sourceId, uint32_t* errorCode) in FfiEffectKitCreateColorPicker()
134 …t64_t FfiEffectKitCreateColorPickerRegion(int64_t sourceId, CArrDouble region, uint32_t* errorCode) in FfiEffectKitCreateColorPickerRegion()
149 CJColor FfiEffectKitGetMainColor(uint32_t* errorCode) in FfiEffectKitGetMainColor()
158 CJColor FfiEffectKitGetLargestProportionColor(uint32_t* errorCode) in FfiEffectKitGetLargestProportionColor()
167 CJColor FfiEffectKitGetHighestSaturationColor(uint32_t* errorCode) in FfiEffectKitGetHighestSaturationColor()
176 CJColor FfiEffectKitGetAverageColor(uint32_t* errorCode) in FfiEffectKitGetAverageColor()
185 bool FfiEffectKitIsBlackOrWhiteOrGrayColor(uint32_t color, uint32_t* errorCode) in FfiEffectKitIsBlackOrWhiteOrGrayColor()
190 CArrCJColor FfiEffectKitGetTopProportionColors(double colorCount, uint32_t* errorCode) in FfiEffectKitGetTopProportionColors()
/foundation/communication/netstack/test/unittest/http_client_test/
DHttpClientErrorTest.cpp45 int errorCode = req.GetErrorCode(); variable
54 int errorCode = req.GetErrorCode(); variable
80 int errorCode = req.GetErrorCode(); variable
89 int errorCode = req.GetErrorCode(); variable
/foundation/communication/netstack/test/unittest/tcp_core_test/
DTcpSocketErrorTest.cpp46 int errorCode = req.GetErrorCode(); variable
55 int errorCode = req.GetErrorCode(); variable
81 int errorCode = req.GetErrorCode(); variable
90 int errorCode = req.GetErrorCode(); variable
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
DNetSysErrorTest.cpp46 int errorCode = req.GetErrorCode(); variable
55 int errorCode = req.GetErrorCode(); variable
81 int errorCode = req.GetErrorCode(); variable
90 int errorCode = req.GetErrorCode(); variable

12345678910>>...46