Home
last modified time | relevance | path

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

123456789

/foundation/multimedia/image_standard/frameworks/innerkitsimpl/test/unittest/
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
284 uint32_t errorCode = 0; variable
326 uint32_t errorCode = 0; variable
Dimage_source_bmp_test.cpp53 uint32_t errorCode = 0; variable
87 uint32_t errorCode = 0; variable
122 uint32_t errorCode = 0; variable
151 uint32_t errorCode = 0; variable
186 uint32_t errorCode = 0; variable
214 uint32_t errorCode = 0; variable
233 uint32_t errorCode = 0; variable
258 uint32_t errorCode = 0; variable
305 uint32_t errorCode = 0; variable
336 uint32_t errorCode = 0; variable
[all …]
Dimage_source_raw_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
239 uint32_t errorCode = 0; variable
286 uint32_t errorCode = 0; variable
317 uint32_t errorCode = 0; variable
367 uint32_t errorCode = 0; variable
Dimage_source_jpeg_test.cpp83 uint32_t errorCode = 0; variable
103 uint32_t errorCode = 0; variable
130 uint32_t errorCode = 0; variable
148 uint32_t errorCode = 0; variable
173 uint32_t errorCode = 0; variable
198 uint32_t errorCode = 0; variable
223 uint32_t errorCode = 0; variable
254 uint32_t errorCode = 0; variable
291 uint32_t errorCode = 0; variable
308 uint32_t errorCode = 0; variable
[all …]
Dimage_source_png_test.cpp57 uint32_t errorCode = 0; variable
92 uint32_t errorCode = 0; variable
111 uint32_t errorCode = 0; variable
131 uint32_t errorCode = 0; variable
157 uint32_t errorCode = 0; variable
195 uint32_t errorCode = 0; variable
235 uint32_t errorCode = 0; variable
290 uint32_t errorCode = 0; variable
339 uint32_t errorCode = 0; variable
407 uint32_t errorCode = 0; variable
[all …]
Dimage_source_webp_test.cpp69 uint32_t errorCode = 0; variable
116 uint32_t errorCode = 0; variable
144 uint32_t errorCode = 0; variable
163 uint32_t errorCode = 0; variable
188 uint32_t errorCode = 0; variable
235 uint32_t errorCode = 0; variable
273 uint32_t errorCode = 0; variable
327 uint32_t errorCode = 0; variable
375 uint32_t errorCode = 0; variable
445 uint32_t errorCode = 0; variable
[all …]
Dimage_source_gif_test.cpp57 uint32_t errorCode = 0; variable
118 uint32_t errorCode = 0; variable
144 uint32_t errorCode = 0; variable
171 uint32_t errorCode = 0; variable
221 uint32_t errorCode = 0; variable
264 uint32_t errorCode = 0; variable
333 uint32_t errorCode = 0; variable
/foundation/appexecfwk/appexecfwk_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.h57 #define CHECK_NULL(object, errorCode) \ argument
64 #define CHECK_LENGTH(length, maxLength, errorCode) \ argument
71 #define CHECK_IS_TRUE(result, errorCode) \ argument
92 #define CHECK_PARSE_RESULT(errorCode, object, bundleProfile, bundleRes) \ argument
/foundation/multimedia/image_standard/plugins/manager/test/unittest/common/
Dplugin_manager_test.cpp79 uint32_t errorCode; variable
117 uint32_t errorCode; variable
221 uint32_t errorCode; variable
276 uint32_t errorCode; variable
306 uint32_t errorCode; variable
364 uint32_t errorCode; variable
392 uint32_t errorCode; variable
432 uint32_t errorCode; variable
463 uint32_t errorCode; variable
502 uint32_t errorCode; variable
[all …]
/foundation/multimedia/image_standard/plugins/manager/include/
Dplugin_server.h47 inline T *CreateObject(const std::string &className, uint32_t &errorCode) in CreateObject()
57 uint32_t errorCode = 0; in CreateObject() local
62 inline T *CreateObject(uint16_t serviceType, uint32_t &errorCode) in CreateObject()
77 uint32_t errorCode = 0; in CreateObject() local
83 …ne T *CreateObject(uint16_t serviceType, const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
96 uint32_t errorCode = 0; in CreateObject() local
103 uint32_t &errorCode) in CreateObject()
116 uint32_t errorCode = 0; in CreateObject() local
123 const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()
135 uint32_t errorCode = 0; in CreateObject() local
/foundation/aafwk/standard/frameworks/kits/ability/native/src/form_runtime/
Dform_extension_provider_client.cpp123 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormDelete() local
142 int errorCode = ERR_OK; in NotifyFormExtensionDelete() local
167 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormsDelete() local
186 int errorCode = ERR_OK; in NotifyFormExtensionsDelete() local
213 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormUpdate() local
232 int errorCode = ERR_OK; in NotifyFormExtensionUpdate() local
258 std::pair<int, int> errorCode = CheckParam(want, callerToken); in EventNotify() local
277 int errorCode = ERR_OK; in EventNotifyExtension() local
305 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormCastTempForm() local
324 int errorCode = ERR_OK; in NotifyFormExtensionCastTempForm() local
[all …]
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dhap_sign_verify.cpp30 uint8_t errorCode = SwitchErrorCode(ret); in VerifySignature() local
45 uint8_t HapSignVerify::SwitchErrorCode(int32_t errorCode) in SwitchErrorCode()
Dgt_bundle_extractor.cpp47 uint8_t errorCode = GtExtractorUtil::ExtractFileHeaderInfo(fp, &bundleName); in ExtractFileDataPos() local
69 uint8_t errorCode = ExtractFileDataPos(fp, index); in ExtractHap() local
98 uint8_t errorCode = ExtractFileDataPos(fp, index); in ExtractHapProfile() local
143 uint8_t errorCode = ExtractFileDataPos(fp, index); in ExtractResourceFile() local
251 uint8_t errorCode = GtExtractorUtil::ExtractFileHeaderInfo(fp, bundleName); in ExtractBundleParam() local
/foundation/multimedia/camera_lite/interfaces/kits/
Dcamera_state_callback.h71 virtual void OnCreateFailed(const std::string cameraId, int32_t errorCode) {} in OnCreateFailed()
89 virtual void OnConfigureFailed(const std::string cameraId, int32_t errorCode) {} in OnConfigureFailed()
/foundation/multimedia/medialibrary_standard/frameworks/innerkitsimpl/medialibrary_data_ability/src/
Dmedialibrary_thumbnail.cpp68 int index, string &data, int &errorCode) in ParseStringResult()
87 ThumbnailRdbData &data, int &errorCode) in ParseQueryResult()
102 int errorCode; in CreateThumbnail() local
152 int errorCode; in CreateThumbnail() local
171 int errorCode; in CreateLcd() local
239 int errorCode; in GetThumbnailKey() local
272 int errorCode; in GetThumbnailByRdb() local
296 int errorCode = -1; in CreateThumbnails() local
327 int32_t errorCode = SetSource(avMetadataHelper, path); in LoadAudioFile() local
368 int32_t errorCode = SetSource(avMetadataHelper, path); in LoadVideoFile() local
[all …]
/foundation/multimedia/histreamer/engine/scene/player/standard/
Dmedia_utils.cpp23 ErrorCode errorCode; member
42 int TransErrorCode(ErrorCode errorCode) in TransErrorCode()
/foundation/aafwk/standard/frameworks/kits/ability/native/src/
Dform_provider_client.cpp92 int errorCode = ERR_OK; in NotifyFormDelete() local
139 int errorCode = ERR_OK; in NotifyFormsDelete() local
191 int errorCode = ERR_OK; in NotifyFormUpdate() local
241 int errorCode = ERR_OK; in EventNotify() local
293 int errorCode = ERR_OK; in NotifyFormCastTempForm() local
340 int errorCode = ERR_OK; in FireFormEvent() local
385 int errorCode = ERR_OK; in AcquireState() local
/foundation/aafwk/standard/test/systemtest/common/fms/fms_self_starting_test/
Dfms_self_starting_test.cpp127 int errorCode = STtools::SystemTestFormUtil::DistributedDataAddForm(want); in SetUpTestCase() local
147 int errorCode = STtools::SystemTestFormUtil::DistributedDataAddForm(want); in SetUpTestCase() local
225 … int errorCode = STtools::SystemTestFormUtil::DistributedDataDeleteForm(std::to_string(formId)); in TearDownTestCase() local
235 … int errorCode = STtools::SystemTestFormUtil::DistributedDataDeleteForm(std::to_string(formId)); in TearDownTestCase() local
/foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite/src/
Dbundle_callback_utils.cpp19 std::string ObtainErrorMessage(uint8_t errorCode) in ObtainErrorMessage()
/foundation/aafwk/aafwk_lite/frameworks/abilitymgr_lite/src/
Dability_callback_utils.cpp19 std::string ObtainErrorMessage(uint8_t errorCode) in ObtainErrorMessage()
/foundation/multimedia/camera_standard/frameworks/native/camera/src/output/
Dpreview_output.cpp70 int32_t OnFrameError(int32_t errorCode) override in OnFrameError()
83 int32_t errorCode = CAMERA_OK; in SetCallback() local
/foundation/communication/netmanager_base/frameworks/js/napi/common/
Dbase_context.h29 int32_t errorCode = ERROR_DEFAULT; member
38 int32_t errorCode = 0; member
/foundation/multimedia/media_standard/services/services/recorder/ipc/
Drecorder_listener_stub.cpp48 int errorCode = data.ReadInt32(); in OnRemoteRequest() local
65 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError()
/foundation/multimedia/image_standard/plugins/manager/src/thirdpartyadp/gstreamer/
Dgst_plugin_fw.cpp37 …Base *GstPluginFw::CreateObject(uint16_t interfaceID, const string &className, uint32_t &errorCode) in CreateObject()
49 … const PriorityScheme &priorityScheme, uint32_t &errorCode) in CreateObject()

123456789