Home
last modified time | relevance | path

Searched defs:errorCode (Results 726 – 750 of 1703) sorted by relevance

1...<<21222324252627282930>>...69

/aosp12/frameworks/av/services/mediatranscoding/
H A DMediaTranscodingService.cpp41 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricTestSession.java200 public void notifyError(int userId, int errorCode) { in notifyError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java227 public void notifyError(int userId, int errorCode) { in notifyError()
H A DFaceResetLockoutClient.java125 public void onError(int errorCode, int vendorCode) { in onError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java214 public void notifyError(int userId, int errorCode) { in notifyError()
H A DFingerprintResetLockoutClient.java125 public void onError(int errorCode, int vendorCode) { in onError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java213 public void notifyError(int userId, int errorCode) { in notifyError()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp99 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in CreateBundleInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c182 int32_t GetErrorCodeEx(int32_t errorCode) in GetErrorCodeEx()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_video_unit_test.cpp65 void OnError(int32_t errorType, int32_t errorCode) override in OnError()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dcallback_manager.h149 LocationErrCode errorCode = SubscribeChange(env, handlerRef, callbackHost); in RegCallback() local
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril.h35 …HRilLastCallErrorCode errorCode; /* Execution command causes the TA to return one or more lines of… member
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_operation_statement.h61 ExecErrorCode errorCode; member
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H A Dsession_info.h57 int32_t errorCode = -1; variable
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dclient_context.h126 uint32_t errorCode; variable
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp55 void OnError(ErrorType errorType, int32_t errorCode) override in OnError()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp23 void SoundPoolCallbackTest::OnError(int32_t errorCode) in OnError()
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_task_operator_empty.cpp46 bool FirmwareTaskOperator::UpdateErrMsgByTaskId(const std::string &taskId, int errorCode, const std… in UpdateErrMsgByTaskId()
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_collector_hdi.cpp135 const std::vector<uint8_t> &data, int32_t errorCode) in OnSetData()
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmultimemberstogroup_fuzzer/
H A Ddevauthservaddmultimemberstogroup_fuzzer.cpp28 … static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError()
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/include/
H A Dnapi_request_permission_on_setting.h39 int32_t errorCode = -1; member
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi.cpp91 napi_value errorCode = nullptr; in DeclareErrorCode() local
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java265 private static int initializeRkpStatusForRegularErrors(int errorCode) { in initializeRkpStatusForRegularErrors()
280 public KeyStoreException(int errorCode, @Nullable String message) { in KeyStoreException()
289 public KeyStoreException(int errorCode, @Nullable String message, in KeyStoreException()
300 public KeyStoreException(int errorCode, @Nullable String message, int rkpStatus) { in KeyStoreException()
440 public final int errorCode; field in KeyStoreException.PublicErrorInformation
442 PublicErrorInformation(int indicators, @PublicErrorCode int errorCode) { in PublicErrorInformation()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp59 int32_t errorCode = Init(backupRetoreDir, upgradePath, true); in StartRestore() local
819 int32_t errorCode = errorCode_ == RestoreError::SUCCESS ? STAT_DEFAULT_ERROR_CODE_SUCCESS : in GetErrorInfoJson() local
897 void BaseRestore::SetErrorCode(int32_t errorCode) in SetErrorCode()
903 …eRestore::UpdateFailedFileByFileType(int32_t fileType, const FileInfo &fileInfo, int32_t errorCode) in UpdateFailedFileByFileType()
922 void BaseRestore::UpdateFailedFiles(int32_t fileType, const FileInfo &fileInfo, int32_t errorCode) in UpdateFailedFiles()
928 void BaseRestore::UpdateFailedFiles(const std::vector<FileInfo> &fileInfos, int32_t errorCode) in UpdateFailedFiles()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java949 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local
961 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local
1984 int errorCode) { in handleSmsTrackersFailure()
2143 private void updateMessageState(Context context, int messageType, int errorCode) { in updateMessageState()
2172 private Uri persistSentMessageIfRequired(Context context, int messageType, int errorCode) { in persistSentMessageIfRequired()
2225 private void persistOrUpdateMessage(Context context, int messageType, int errorCode) { in persistOrUpdateMessage()
2241 public void onFailed(Context context, int error, int errorCode) { in onFailed()
2282 private void reportAnomaly(int error, int errorCode) { in reportAnomaly()
2300 private UUID generateUUID(int error, int errorCode) { in generateUUID()

1...<<21222324252627282930>>...69