/aosp12/frameworks/av/services/mediatranscoding/ |
H A D | MediaTranscodingService.cpp | 41 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricTestSession.java | 200 public void notifyError(int userId, int errorCode) { in notifyError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | BiometricTestSessionImpl.java | 227 public void notifyError(int userId, int errorCode) { in notifyError()
|
H A D | FaceResetLockoutClient.java | 125 public void onError(int errorCode, int vendorCode) { in onError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | BiometricTestSessionImpl.java | 214 public void notifyError(int userId, int errorCode) { in notifyError()
|
H A D | FingerprintResetLockoutClient.java | 125 public void onError(int errorCode, int vendorCode) { in onError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | BiometricTestSessionImpl.java | 213 public void notifyError(int userId, int errorCode) { in notifyError()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_info_creator.cpp | 99 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in CreateBundleInfo() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_common.c | 182 int32_t GetErrorCodeEx(int32_t errorCode) in GetErrorCodeEx()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_video_unit_test.cpp | 65 void OnError(int32_t errorType, int32_t errorCode) override in OnError()
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | callback_manager.h | 149 LocationErrCode errorCode = SubscribeChange(env, handlerRef, callbackHost); in RegCallback() local
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril.h | 35 …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 D | datashare_operation_statement.h | 61 ExecErrorCode errorCode; member
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/session_info/include/ |
H A D | session_info.h | 57 int32_t errorCode = -1; variable
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/ |
H A D | client_context.h | 126 uint32_t errorCode; variable
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/ |
H A D | TestFastRecorder.cpp | 55 void OnError(ErrorType errorType, int32_t errorCode) override in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 23 void SoundPoolCallbackTest::OnError(int32_t errorCode) in OnError()
|
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/ |
H A D | firmware_task_operator_empty.cpp | 46 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 D | pin_auth_collector_hdi.cpp | 135 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 D | devauthservaddmultimemberstogroup_fuzzer.cpp | 28 … 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 D | napi_request_permission_on_setting.h | 39 int32_t errorCode = -1; member
|
/ohos5.0/base/security/asset/frameworks/js/napi/src/ |
H A D | asset_napi.cpp | 91 napi_value errorCode = nullptr; in DeclareErrorCode() local
|
/aosp14/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreException.java | 265 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 D | base_restore.cpp | 59 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 D | SMSDispatcher.java | 949 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()
|