Home
last modified time | relevance | path

Searched defs:errorCode (Results 26 – 50 of 1319) sorted by relevance

12345678910>>...53

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A 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
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp147 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); variable
163 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); variable
177 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); variable
192 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); variable
208 KITS::ErrorCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService); variable
239 KITS::ErrorCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); variable
254 KITS::ErrorCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); variable
269 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); variable
285 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); variable
300 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_provider.cpp42 int32_t errorCode = 0; in FindAccessibilityNodeInfosById() local
57 int32_t errorCode = 0; in FindAccessibilityNodeInfosByText() local
72 int32_t errorCode = 0; in FindFocusedAccessibilityNode() local
87 int32_t errorCode = 0; in FindNextFocusAccessibilityNode() local
102 int32_t errorCode = 0; in ExecuteAccessibilityAction() local
115 int32_t errorCode = 0; in ClearFocusedAccessibilityNode() local
128 int32_t errorCode = 0; in GetAccessibilityNodeCursorPosition() local
141 void (*callback)(int32_t errorCode)) in SendAccessibilityAsyncEvent()
143 int32_t errorCode = 0; in SendAccessibilityAsyncEvent() local
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.cpp122 …earchTestCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) in OnGetNetworkModeCallback()
130 …workSearchTestCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback()
138 …tworkSearchTestCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback()
146 …tworkSearchTestCallbackStub::OnGetRadioStateCallback(const bool isRadioOn, const int32_t errorCode) in OnGetRadioStateCallback()
155 const sptr<NetworkSearchResult> &nsResult, const int32_t errorCode) in OnGetNetworkSearchInformation()
193 …rkSearchTestCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) in OnSetPreferredNetworkCallback()
201 …TestCallbackStub::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
209 …orkSearchTestCallbackStub::OnSetNrOptionModeCallback(const bool setResult, const int32_t errorCode) in OnSetNrOptionModeCallback()
216 …tworkSearchTestCallbackStub::OnGetNrOptionModeCallback(const int32_t mode, const int32_t errorCode) in OnGetNrOptionModeCallback()
H A Dvcard_test.cpp314 int32_t errorCode; variable
328 int32_t errorCode; variable
342 int32_t errorCode; variable
369 int32_t errorCode; variable
387 int32_t errorCode; variable
405 int32_t errorCode; variable
427 int32_t errorCode; variable
456 int32_t errorCode; variable
481 int32_t errorCode; variable
653 int32_t errorCode; variable
[all …]
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp101 void VCardDecoderV21::Decode(int32_t &errorCode) in Decode()
112 bool VCardDecoderV21::DecodeOne(int32_t &errorCode) in DecodeOne()
150 void VCardDecoderV21::ParseItems(int32_t &errorCode) in ParseItems()
160 bool VCardDecoderV21::ParseItem(int32_t &errorCode) in ParseItem()
195 const std::string &name, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode) in DealRawDataValue()
276 const std::string &fromCharSet, const std::string &toCharSet, int32_t &errorCode) in DealEncodingQPOrNoEncodingFN()
358 int32_t &errorCode, int32_t &status, int32_t &namePos, int32_t &index) in DealGroupOrTypeNameStatus()
390 int32_t &errorCode, int32_t &status, int32_t &namePos, int32_t &index) in DealParamsStatus()
584 const std::string &fromCharSet, const std::string &toCharSet, int32_t &errorCode) in DealAdrOrgN()
617 const std::string &fromCharSet, const std::string &toCharSet, int32_t &errorCode) in ParseQuotedPrintableValues()
[all …]
H A Dvcard_decoder.cpp32 std::shared_ptr<VCardDecoder> VCardDecoder::Create(const std::string &path, int32_t &errorCode) in Create()
50 …red_ptr<VCardDecoder> VCardDecoder::Create(std::shared_ptr<std::ifstream> file, int32_t &errorCode) in Create()
97 void VCardDecoder::Decode(int32_t &errorCode) {} in Decode()
99 bool VCardDecoder::DecodeOne(int32_t &errorCode) in DecodeOne()
H A Dvcard_manager.cpp67 int32_t errorCode = TELEPHONY_SUCCESS; in OnRawDataCreated() local
80 int32_t errorCode = Import(path, accountId); in ImportLock() local
88 int32_t errorCode = TELEPHONY_SUCCESS; in Import() local
103 void VCardManager::Decode(const std::string &path, int32_t &errorCode) in Decode()
117 void VCardManager::InsertContactDbAbility(int32_t accountId, int32_t &errorCode) in InsertContactDbAbility()
141 void VCardManager::BatchInsertContactDbAbility(int32_t accountId, int32_t &errorCode) in BatchInsertContactDbAbility()
177 int32_t accountId, uint32_t size, std::vector<int32_t> &rawIds, int32_t &errorCode) in BatchInsertRawContact()
315 …ardManager::ParameterTypeAndCharsetCheck(int32_t cardType, std::string charset, int32_t &errorCode) in ParameterTypeAndCharsetCheck()
338 int32_t errorCode = Export(path, predicates, cardType, charset); in ExportLock() local
347 int32_t errorCode = TELEPHONY_SUCCESS; in Export() local
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_webp_test.cpp75 uint32_t errorCode = 0; variable
122 uint32_t errorCode = 0; variable
150 uint32_t errorCode = 0; variable
169 uint32_t errorCode = 0; variable
194 uint32_t errorCode = 0; variable
241 uint32_t errorCode = 0; variable
279 uint32_t errorCode = 0; variable
333 uint32_t errorCode = 0; variable
381 uint32_t errorCode = 0; variable
451 uint32_t errorCode = 0; variable
[all …]
H A 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 …]
H A Dimage_source_exif_test.cpp103 uint32_t errorCode = 0; variable
146 uint32_t errorCode = 0; variable
186 uint32_t errorCode = 0; variable
219 uint32_t errorCode = 0; variable
254 uint32_t errorCode = 0; variable
303 uint32_t errorCode = 0; variable
329 uint32_t errorCode = 0; variable
353 uint32_t errorCode = 0; variable
376 uint32_t errorCode = 0; variable
401 uint32_t errorCode = 0; variable
[all …]
H A Dimage_source_ai_sr_hdr_test.cpp101 uint32_t errorCode = 0; variable
141 uint32_t errorCode = 0; variable
181 uint32_t errorCode = 0; variable
219 uint32_t errorCode = 0; variable
257 uint32_t errorCode = 0; variable
295 uint32_t errorCode = 0; variable
333 uint32_t errorCode = 0; variable
371 uint32_t errorCode = 0; variable
412 uint32_t errorCode = 0; variable
451 uint32_t errorCode = 0; variable
[all …]
H A Dimage_source_svg_test.cpp53 uint32_t errorCode = 0; variable
96 uint32_t errorCode = 0; variable
139 uint32_t errorCode = 0; variable
184 uint32_t errorCode = 0; variable
229 uint32_t errorCode = 0; variable
274 uint32_t errorCode = 0; variable
326 uint32_t errorCode = 0; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A 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
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp135 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation()
138 …SearchCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) {} in OnGetNetworkModeCallback()
140 …tworkSearchCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) {} in OnSetNetworkModeCallback()
142 …etworkSearchCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnSetRadioStateCallback()
144 …etworkSearchCallbackStub::OnGetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnGetRadioStateCallback()
158 …orkSearchCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) {} in OnSetPreferredNetworkCallback()
160 …hCallbackStub::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) {} in OnGetPreferredNetworkCallback()
162 …NetworkSearchCallbackStub::OnSetNrOptionModeCallback(const bool result, const int32_t errorCode) {} in OnSetNrOptionModeCallback()
164 …etworkSearchCallbackStub::OnGetNrOptionModeCallback(const int32_t mode, const int32_t errorCode) {} in OnGetNrOptionModeCallback()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A 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 …]
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp72 auto errorCode = InitializeInner(); in Initialize() local
87 auto errorCode = DeinitializeInner(); in Deinitialize() local
122 auto errorCode = GetSurfaceBufferFromPixelMap(sourceImage->GetInnerPixelmap(), srcBuffer); in ConvertColorSpace() local
149 auto errorCode = GetSurfaceBufferFromPixelMap(sourceImage->GetInnerPixelmap(), srcBuffer); in Compose() local
181 auto errorCode = GetSurfaceBufferFromPixelMap(sourceImage->GetInnerPixelmap(), srcBuffer); in Decompose() local
215 auto errorCode = GetSurfaceBufferFromPixelMap(sourceImage->GetInnerPixelmap(), srcBuffer); in GenerateMetadata() local
231 auto errorCode = GetSurfaceBufferFromPixelMap(sourceImage->GetInnerPixelmap(), srcBuffer); in EnhanceDetail() local
248 ImageProcessing_ErrorCode ImageProcessingNative::AlgoErrorToNdk(AlgoErrorCode errorCode) in AlgoErrorToNdk()
265 auto errorCode = CreateSurfaceBufferFromPixelMap(pixelMap, surfaceBuffer); in GetSurfaceBufferFromPixelMap() local
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp79 auto errorCode = InitializeInner(); in Initialize() local
86 VideoProcessing_ErrorCode errorCode; in Deinitialize() local
133 …GSError errorCode = surface->RegisterReleaseListener([this]([[maybe_unused]] sptr<SurfaceBuffer> &… in SetSurface() local
187 auto errorCode = ExecuteWhenIdle([this]() { in Start() local
204 auto errorCode = ExecuteWhenRunning([this]() { in Stop() local
234 VideoProcessing_ErrorCode VideoProcessingNative::AlgoErrorToNdk(AlgoErrorCode errorCode) in AlgoErrorToNdk()
286 void VideoProcessingNative::OnError(VideoProcessing_ErrorCode errorCode) in OnError()
358 GSError errorCode = GSERROR_OK; in OnProducerBufferReleased() local
422 bool VideoProcessingNative::RequestBuffer(GSError& errorCode) in RequestBuffer()
437 GSError errorCode; in PrepareBuffers() local
[all …]
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A 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()
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp96 std::string NapiUtil::GetErrorMessage(int32_t errorCode) in GetErrorMessage()
302 std::string errorCode = std::to_string(queueWorkStatus); in HandleAsyncWork() local
398 JsError NapiUtil::ConverErrorMessageForJs(int32_t errorCode) in ConverErrorMessageForJs()
472 bool NapiUtil::CreateVcardErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateVcardErrorMessageForJs()
487 bool NapiUtil::CreateSimErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateSimErrorMessageForJs()
513 bool NapiUtil::CreateSmsErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateSmsErrorMessageForJs()
654 bool NapiUtil::CreateCallErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateCallErrorMessageForJs()
772 bool NapiUtil::CreateDataErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateDataErrorMessageForJs()
791 int32_t errorCode, const std::string &funcName, const std::string &permission) in ConverErrorMessageWithPermissionForJs()
806 napi_value errorCode = nullptr; in CreateError() local
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A 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
252 ErrorCode errorCode = ctrl.RegNdefMsgCb(callback); variable
267 ErrorCode errorCode = ctrl.RegQueryApplicationCb(type, tagCallback, hceCallback); variable
280 ErrorCode errorCode = ctrl.RegCardEmulationNotifyCb(callback); variable
295 ErrorCode errorCode = ctrl.NotifyEventStatus(eventType, arg1, arg2); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp124 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormDelete() local
143 int errorCode = ERR_OK; in NotifyFormExtensionDelete() local
166 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormsDelete() local
185 int errorCode = ERR_OK; in NotifyFormExtensionsDelete() local
203 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormUpdate() local
222 int errorCode = ERR_OK; in NotifyFormExtensionUpdate() local
240 std::pair<int, int> errorCode = CheckParam(want, callerToken); in EventNotify() local
259 int errorCode = ERR_OK; in EventNotifyExtension() local
279 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormCastTempForm() local
299 int errorCode = ERR_OK; in NotifyFormExtensionCastTempForm() local
[all …]
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java155 public void onInjectionError(final int errorCode) { in onInjectionError()
186 private void scheduleNotifyError(final int errorCode) { in scheduleNotifyError()
197 private void notifyError(final int errorCode) { in notifyError()
215 public void onInjectionError(int errorCode) { in onInjectionError()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native_impl.cpp44 uint32_t errorCode = IMAGE_BAD_PARAMETER; in OH_ImageSourceNative() local
55 uint32_t errorCode = IMAGE_BAD_PARAMETER; in OH_ImageSourceNative() local
66 uint32_t errorCode = IMAGE_BAD_PARAMETER; in OH_ImageSourceNative() local
78 uint32_t errorCode = IMAGE_BAD_PARAMETER; in OH_ImageSourceNative() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAcquisitionClient.java85 public void onError(int errorCode, int vendorCode) { in onError()
104 protected void onErrorInternal(int errorCode, int vendorCode, boolean finish) { in onErrorInternal()
113 errorCode, vendorCode, getTargetUserId()); in onErrorInternal() local
117 getListener().onError(getSensorId(), getCookie(), errorCode, vendorCode); in onErrorInternal() local
148 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting() local
151 getListener().onError(getSensorId(), getCookie(), errorCode, 0 /* vendorCode */); in cancelWithoutStarting() local

12345678910>>...53