Home
last modified time | relevance | path

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

12345678910>>...25

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_operation.cpp59 int errorCode; in Execute() local
86 void MtpOperation::ReceiveRequestPacket(int &errorCode) in ReceiveRequestPacket()
102 void MtpOperation::SendMakeResponsePacket(int &errorCode) in SendMakeResponsePacket()
122 void MtpOperation::SendObjectData(int &errorCode) in SendObjectData()
127 void MtpOperation::RecevieObjectData(int &errorCode) in RecevieObjectData()
132 void MtpOperation::ReceiveI2Rdata(int &errorCode) in ReceiveI2Rdata()
158 void MtpOperation::SendR2Idata(int &errorCode) in SendR2Idata()
185 void MtpOperation::DealRequest(uint16_t operationCode, int &errorCode) in DealRequest()
203 uint16_t containerType, int &errorCode) in GetPayloadData()
255 uint16_t containerType, int &errorCode) in GetPayloadDataMore()
Dmtp_packet.cpp115 int errorCode = mtpDriver_->Read(readBuffer_, readSize_); in Read() local
134 int errorCode = ParserHead(); in Parser() local
153 int errorCode = MakeHead(); in Maker() local
176 int errorCode = headerData_->Parser(readBuffer_, readSize_); in ParserHead() local
207 int errorCode = payloadData_->Parser(readBuffer_, readSize_); in ParserPayload() local
221 int errorCode = headerData_->Maker(writeBuffer_); in MakeHead() local
236 int errorCode = payloadData_->Maker(writeBuffer_); in MakerPayload() local
Dmtp_operation_utils.cpp93 …perationUtils::GetDeviceInfo(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetDeviceInfo()
128 uint16_t MtpOperationUtils::HasStorage(int &errorCode) in HasStorage()
148 …ationUtils::GetObjectHandles(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectHandles()
183 …perationUtils::GetObjectInfo(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectInfo()
208 …tionUtils::GetObjectPropDesc(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropDesc()
226 …ionUtils::GetObjectPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropValue()
253 void MtpOperationUtils::DoSetObjectPropValue(int &errorCode) in DoSetObjectPropValue()
281 uint16_t containerType, int &errorCode) in GetObjectPropList()
304 …onUtils::GetObjectReferences(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectReferences()
346 int errorCode = mtpMedialibraryManager_->GetFd(context_, fd); in GetObjectDataDeal() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_test.cpp96 uint32_t errorCode = 0; variable
114 uint32_t errorCode = 0; variable
131 uint32_t errorCode = 0; variable
150 uint32_t errorCode = 0; variable
175 uint32_t errorCode = 0; variable
191 uint32_t errorCode = 0; variable
207 uint32_t errorCode = 0; variable
223 uint32_t errorCode = 0; variable
239 uint32_t errorCode = 0; variable
255 uint32_t errorCode = 0; variable
[all …]
Dimage_source_wbmp_test.cpp51 uint32_t errorCode = 0; variable
79 uint32_t errorCode = 0; variable
108 uint32_t errorCode = 0; variable
137 uint32_t errorCode = 0; variable
166 uint32_t errorCode = 0; variable
194 uint32_t errorCode = 0; variable
220 uint32_t errorCode = 0; variable
259 uint32_t errorCode = 0; variable
285 uint32_t errorCode = 0; variable
328 uint32_t errorCode = 0; variable
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_raw_test.cpp52 uint32_t errorCode = 0; variable
87 uint32_t errorCode = 0; variable
123 uint32_t errorCode = 0; variable
152 uint32_t errorCode = 0; variable
188 uint32_t errorCode = 0; variable
216 uint32_t errorCode = 0; variable
242 uint32_t errorCode = 0; variable
290 uint32_t errorCode = 0; variable
323 uint32_t errorCode = 0; variable
375 uint32_t errorCode = 0; variable
Dimage_source_png_test.cpp59 uint32_t errorCode = 0; variable
94 uint32_t errorCode = 0; variable
113 uint32_t errorCode = 0; variable
133 uint32_t errorCode = 0; variable
159 uint32_t errorCode = 0; variable
197 uint32_t errorCode = 0; variable
237 uint32_t errorCode = 0; variable
292 uint32_t errorCode = 0; variable
341 uint32_t errorCode = 0; variable
409 uint32_t errorCode = 0; variable
[all …]
Dimage_source_gif_ex_test.cpp62 uint32_t errorCode = 0; variable
96 uint32_t errorCode = 0; variable
130 uint32_t errorCode = 0; variable
164 uint32_t errorCode = 0; variable
192 uint32_t errorCode = 0; variable
220 uint32_t errorCode = 0; variable
243 uint32_t errorCode = 0; variable
266 uint32_t errorCode = 0; variable
288 uint32_t errorCode = 0; variable
Dimage_source_webp_test.cpp72 uint32_t errorCode = 0; variable
119 uint32_t errorCode = 0; variable
147 uint32_t errorCode = 0; variable
166 uint32_t errorCode = 0; variable
191 uint32_t errorCode = 0; variable
238 uint32_t errorCode = 0; variable
276 uint32_t errorCode = 0; variable
330 uint32_t errorCode = 0; variable
378 uint32_t errorCode = 0; variable
448 uint32_t errorCode = 0; variable
[all …]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
Dmock_mtp_operation_utils.cpp71 …ionUtils::GetDeviceInfo(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetDeviceInfo()
102 …Utils::GetObjectHandles(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectHandles()
135 …ionUtils::GetObjectInfo(std::shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectInfo()
164 …tionUtils::GetObjectPropDesc(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropDesc()
184 …ionUtils::GetObjectPropValue(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectPropValue()
213 void MtpOperationUtils::DoSetObjectPropValue(int &errorCode) in DoSetObjectPropValue()
231 uint16_t containerType, int &errorCode) in GetObjectPropList()
255 …onUtils::GetObjectReferences(shared_ptr<PayloadData> &data, uint16_t containerType, int &errorCode) in GetObjectReferences()
307 uint16_t MtpOperationUtils::GetObject(std::shared_ptr<PayloadData> &data, int errorCode) in GetObject()
317 …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
Dgt_bundle_parser.h64 #define CHECK_NULL(object, errorCode) \ argument
71 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
78 #define CHECK_IS_TRUE(result, errorCode) \ argument
99 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile, bundleRes) \ argument
/foundation/communication/netstack/test/unittest/http_client/
DHttpClientErrorTest.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/graphic/graphic_2d/rosen/modules/effect/test/unittest/
Dcolor_picker_unittest.cpp58 uint32_t errorCode = SUCCESS; variable
81 uint32_t errorCode = 0; variable
123 uint32_t errorCode = SUCCESS; variable
151 uint32_t errorCode = SUCCESS; variable
180 uint32_t errorCode = SUCCESS; variable
205 uint32_t errorCode = 0; variable
259 uint32_t errorCode = 0; variable
318 uint32_t errorCode = SUCCESS; variable
349 uint32_t errorCode = 0; variable
390 uint32_t errorCode = 0; 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/arkui/ace_engine/adapter/ohos/osal/
Dimage_source_ohos.cpp27 uint32_t errorCode; in Create() local
39 uint32_t errorCode; in Create() local
53 uint32_t errorCode = 0; in Create() local
97 uint32_t errorCode; in CreatePixelMap() local
109 uint32_t errorCode; in CreatePixelMap() local
123 auto errorCode = imageSource_->GetImageInfo(info); in GetImageSize() local
/foundation/multimedia/image_framework/plugins/manager/include/
Dplugin_server.h49 inline T *CreateObject(const std::string &className, uint32_t &errorCode) in CreateObject()
59 uint32_t errorCode = 0; in CreateObject() local
64 inline T *CreateObject(uint16_t serviceType, uint32_t &errorCode) in CreateObject()
79 uint32_t errorCode = 0; in CreateObject() local
85 …ne T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
98 uint32_t errorCode = 0; in CreateObject() local
105 uint32_t &errorCode) in CreateObject()
118 uint32_t errorCode = 0; in CreateObject() local
125 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
137 uint32_t errorCode = 0; in CreateObject() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
Dbuffer_source_stream_test.cpp50 uint32_t errorCode = 0; variable
77 uint32_t errorCode = 0; variable
104 uint32_t errorCode = 0; variable
131 uint32_t errorCode = 0; variable
162 uint32_t errorCode = 0; variable
193 uint32_t errorCode = 0; variable
224 uint32_t errorCode = 0; variable
255 uint32_t errorCode = 0; variable
287 uint32_t errorCode = 0; variable
319 uint32_t errorCode = 0; variable
[all …]
/foundation/communication/netmanager_ext/services/vpnmanager/src/
Dnetworkvpn_hisysevent.cpp23 const VpnEventErrorType &errorCode, const std::string &errorMsg) in SendFaultEvent()
33 …sEvent::SendFaultEventConnSetting(const VpnEventType &isLegacy, const VpnEventErrorType &errorCode, in SendFaultEventConnSetting()
44 …sEvent::SendFaultEventConnDestroy(const VpnEventType &isLegacy, const VpnEventErrorType &errorCode, in SendFaultEventConnDestroy()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dpost_proc_test.cpp50 uint32_t errorCode = 0; variable
87 uint32_t errorCode = 0; variable
125 uint32_t errorCode = 0; variable
163 uint32_t errorCode = 0; variable
200 uint32_t errorCode = 0; variable
239 uint32_t errorCode = 0; variable
278 uint32_t errorCode = 0; variable
317 uint32_t errorCode = 0; variable
439 uint32_t errorCode = 0; variable
483 uint32_t errorCode = 0; variable
[all …]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dabs_shared_result_set.cpp83 int errorCode = CheckState(columnIndex); in GetColumnType() local
155 int errorCode = CheckState(columnIndex); in GetBlob() local
203 int errorCode = CheckState(columnIndex); in GetString() local
251 int errorCode = CheckState(columnIndex); in GetInt() local
267 int errorCode = CheckState(columnIndex); in GetLong() local
311 int errorCode = CheckState(columnIndex); in GetDouble() local
354 int errorCode = CheckState(col); in GetAsset() local
387 int errorCode = CheckState(col); in GetAssets() local
420 int errorCode = CheckState(columnIndex); in GetSize() local
444 int errorCode = CheckState(columnIndex); in IsColumnNull() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
Dform_extension_provider_client.cpp125 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormDelete() local
144 int errorCode = ERR_OK; in NotifyFormExtensionDelete() local
168 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormsDelete() local
187 int errorCode = ERR_OK; in NotifyFormExtensionsDelete() local
206 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormUpdate() local
225 int errorCode = ERR_OK; in NotifyFormExtensionUpdate() local
244 std::pair<int, int> errorCode = CheckParam(want, callerToken); in EventNotify() local
263 int errorCode = ERR_OK; in EventNotifyExtension() local
284 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormCastTempForm() local
303 int errorCode = ERR_OK; in NotifyFormExtensionCastTempForm() local
[all …]
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
Di_standard_helper_listener.h30 virtual void OnError(HelperErrorType errorType, int32_t errorCode) in OnError()
36 virtual void OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_mdk_kits.cpp122 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNativeCreate() local
217 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromUri() local
250 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromFd() local
284 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromData() local
326 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateFromRawFile() local
365 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreateIncremental() local
409 uint32_t errorCode = ImageSource::GetSupportedFormats(formatSet); in ImageSourceNapiGetSupportedFormats() local
469 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmap() local
501 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiCreatePixelmapList() local
529 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in ImageSourceNapiGetDelayTime() local
[all …]

12345678910>>...25