Home
last modified time | relevance | path

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

12345678910>>...57

/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/test/unittest/video_editor_test/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/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.cpp40 int64_t FfiMMACreateAudioCapturer(CAudioCapturerOptions options, int32_t* errorCode) in FfiMMACreateAudioCapturer()
59 int32_t FfiMMAAudioCapturerGetState(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetState()
70 uint32_t FfiMMAAudioCapturerGetStreamId(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetStreamId()
81 int64_t FfiMMAAudioCapturerGetAudioTime(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetAudioTime()
92 uint32_t FfiMMAAudioCapturerGetBufferSize(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetBufferSize()
103 uint32_t FfiMMAAudioCapturerGetOverflowCount(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetOverflowCount()
114 void FfiMMAAudioCapturerStart(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerStart()
128 void FfiMMAAudioCapturerStop(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerStop()
142 void FfiMMAAudioCapturerRelease(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerRelease()
156 …dioCapturerChangeInfo FfiMMAAudioCapturerGetAudioCapturerChangeInfo(int64_t id, int32_t* errorCode) in FfiMMAAudioCapturerGetAudioCapturerChangeInfo()
[all …]
Dmultimedia_audio_renderer_impl.cpp67 int64_t MMAAudioRendererImpl::GetAudioTime(int32_t* errorCode) in GetAudioTime()
86 uint32_t MMAAudioRendererImpl::GetBufferSize(int32_t* errorCode) in GetBufferSize()
141 CArrDeviceDescriptor MMAAudioRendererImpl::GetCurrentOutputDevices(int32_t* errorCode) in GetCurrentOutputDevices()
163 double MMAAudioRendererImpl::GetSpeed(int32_t* errorCode) in GetSpeed()
172 bool MMAAudioRendererImpl::GetSilentModeAndMixWithOthers(int32_t* errorCode) in GetSilentModeAndMixWithOthers()
185 double MMAAudioRendererImpl::GetVolume(int32_t* errorCode) in GetVolume()
194 uint32_t MMAAudioRendererImpl::GetUnderflowCount(int32_t* errorCode) in GetUnderflowCount()
203 void MMAAudioRendererImpl::SetVolumeWithRamp(double volume, int32_t duration, int32_t* errorCode) in SetVolumeWithRamp()
219 void MMAAudioRendererImpl::SetSpeed(double speed, int32_t* errorCode) in SetSpeed()
235 void MMAAudioRendererImpl::SetVolume(double volume, int32_t* errorCode) in SetVolume()
[all …]
Dmultimedia_audio_manager_impl.cpp44 int64_t MMAAudioManagerImpl::GetStreamManager(int32_t* errorCode) in GetStreamManager()
56 int64_t MMAAudioManagerImpl::GetRoutingManager(int32_t* errorCode) in GetRoutingManager()
67 int64_t MMAAudioManagerImpl::GetVolumeManager(int32_t* errorCode) in GetVolumeManager()
79 int64_t MMAAudioManagerImpl::GetSessionManager(int32_t* errorCode) in GetSessionManager()
/foundation/communication/dsoftbus/tests/core/bus_center/test/service/
Dbus_center_decision_center_test.cpp125 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
149 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
172 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
191 int32_t errorCode = SOFTBUS_OK; variable
210 int32_t errorCode = HCI_ERR_BR_CONN_PAGE_TIMEOUT; variable
229 int32_t errorCode = HCI_ERR_BR_CONN_PEER_NOT_SUPORT_SDP_RECODE; variable
248 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
292 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
308 int32_t errorCode = HCI_ERR_BR_CONN_ACL_RECREATE; variable
329 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/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_test.cpp137 uint32_t errorCode = 0; in InitDecodeContextTest() local
206 uint32_t errorCode = 0; in CreatePixelMapUseInvalidOptsTest() local
229 uint32_t errorCode = 0; variable
245 uint32_t errorCode = 0; variable
261 uint32_t errorCode = 0; variable
279 uint32_t errorCode = 0; variable
302 uint32_t errorCode = 0; variable
315 uint32_t errorCode = 0; variable
329 uint32_t errorCode = 0; variable
343 uint32_t errorCode = 0; variable
[all …]
Dimage_source_raw_test.cpp53 uint32_t errorCode = 0; variable
88 uint32_t errorCode = 0; variable
124 uint32_t errorCode = 0; variable
153 uint32_t errorCode = 0; variable
189 uint32_t errorCode = 0; variable
217 uint32_t errorCode = 0; variable
243 uint32_t errorCode = 0; variable
291 uint32_t errorCode = 0; variable
324 uint32_t errorCode = 0; variable
376 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_gif_ex_test.cpp74 uint32_t errorCode = 0; variable
109 uint32_t errorCode = 0; variable
144 uint32_t errorCode = 0; variable
179 uint32_t errorCode = 0; variable
209 uint32_t errorCode = 0; variable
238 uint32_t errorCode = 0; variable
267 uint32_t errorCode = 0; variable
291 uint32_t errorCode = 0; variable
319 uint32_t errorCode = 0; variable
347 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_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 …]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_operation.cpp75 int errorCode = 0; in Execute() local
117 void MtpOperation::ReceiveRequestPacket(int &errorCode) in ReceiveRequestPacket()
127 void MtpOperation::SendMakeResponsePacket(int &errorCode) in SendMakeResponsePacket()
155 void MtpOperation::SendObjectData(int &errorCode) in SendObjectData()
160 void MtpOperation::RecevieObjectData(int &errorCode) in RecevieObjectData()
165 void MtpOperation::ReceiveI2Rdata(int &errorCode) in ReceiveI2Rdata()
185 void MtpOperation::SendR2Idata(int &errorCode) in SendR2Idata()
213 void MtpOperation::DealRequest(uint16_t operationCode, int &errorCode) in DealRequest()
231 uint16_t containerType, int &errorCode) in GetPayloadData()
252 uint16_t containerType, int &errorCode) in GetPayloadDataSub()
[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/filemanagement/dfs_service/test/unittests/ani_core/
Dcloud_sync_core_test.cpp101 int errorCode = err.GetErrNo(); variable
120 int errorCode = err.GetErrNo(); variable
137 int errorCode = err.GetErrNo(); variable
168 int errorCode = err.GetErrNo(); variable
184 int errorCode = err.GetErrNo(); variable
199 int errorCode = err.GetErrNo(); variable
214 int errorCode = err.GetErrNo(); variable
234 int errorCode = err.GetErrNo(); variable
249 int errorCode = err.GetErrNo(); variable
263 int errorCode = err.GetErrNo(); variable
[all …]
/foundation/multimedia/player_framework/test/unittest/native_avtranscoder/src/
Davtranscoder_unit_test.cpp77 void MockOnError(OH_AVTranscoder *transcoder, int32_t errorCode, const char *errorMsg, in MockOnError()
94 OH_AVErrCode errorCode{ AV_ERR_OK }; in InitAVTranscoderCallback() local
109 OH_AVErrCode errorCode{ AV_ERR_OK }; in InitAVTranscoderConfig() local
161 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
200 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
245 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
290 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
329 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
360 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
374 OH_AVErrCode errorCode{ AV_ERR_OK }; in HWTEST_F() local
[all …]
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dimage_source_ohos.cpp55 uint32_t errorCode; in Create() local
65 RefPtr<ImageSource> ImageSource::Create(const uint8_t* data, uint32_t size, uint32_t& errorCode) in Create()
79 uint32_t errorCode = 0; in Create() local
112 const Size& size, uint32_t& errorCode, const PixelMapConfig& pixelMapConfig) in CreatePixelMap()
118 uint32_t index, const Size& size, uint32_t& errorCode, const PixelMapConfig& pixelMapConfig) in CreatePixelMap()
134 uint32_t errorCode; in CreatePixelMap() local
148 auto errorCode = imageSource_->GetImageInfo(info); in GetImageSize() local
159 uint32_t errorCode; in CreatePixelMap() local
173 uint32_t errorCode; in GetFrameCount() local
184 uint32_t errorCode; in GetEncodedFormat() local
/foundation/communication/nfc/test/unittest/services/controller_test/
Dnfc_controller_test.cpp167 ErrorCode errorCode = ctrl.RegListener(g_nfcControllerCallbackStub, TEST_NFC_STATE_CHANGE); variable
179 ErrorCode errorCode = ctrl.UnregListener(TEST_NFC_STATE_CHANGE); variable
192 ErrorCode errorCode = ctrl.UnregListener(TEST_NFC_STATE_CHANGE); variable
235 ErrorCode errorCode = ctrl.RegNdefMsgCb(nullptr); variable
248 ErrorCode errorCode = ctrl.RegNdefMsgCb(callback); variable
263 ErrorCode errorCode = ctrl.RegQueryApplicationCb(type, tagCallback, hceCallback); variable
276 ErrorCode errorCode = ctrl.RegCardEmulationNotifyCb(callback); variable
291 ErrorCode errorCode = ctrl.NotifyEventStatus(eventType, arg1, arg2); variable
305 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/communication/nfc/test/unittest/services/hce_session_test/
Dhce_session_test.cpp158 ErrCode errorCode = hceSession->UnregHceCmdCallback(cb, type); variable
173 ErrCode errorCode = hceSession->UnregHceCmdCallback(cb, type); variable
189 ErrCode errorCode = hceSession->UnregHceCmdCallback(cb, type); variable
203 ErrCode errorCode = hceSession->UnRegAllCallback(callerToken); variable
218 ErrCode errorCode = hceSession->UnRegAllCallback(callerToken); variable
234 ErrCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService); variable
251 ErrCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService); variable
265 ErrCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); variable
280 ErrCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); variable
295 ErrCode errorCode = hceSession->StartHce(element, aids); variable
[all …]
/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()

12345678910>>...57