Home
last modified time | relevance | path

Searched defs:errorCode (Results 526 – 550 of 1530) sorted by relevance

1...<<21222324252627282930>>...62

/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/registercallback_fuzzer/
H A Dregistercallback_fuzzer.cpp19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError()
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregcallback_fuzzer/
H A Ddevauthservregcallback_fuzzer.cpp23 …static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) … in OnError()
/aosp12/system/chre/core/
H A Dsensor_request_manager.cc452 uint8_t errorCode) { in handleFlushCompleteEvent()
597 uint8_t errorCode, in postFlushCompleteEvent()
615 uint8_t errorCode) { in completeFlushRequestAtIndex()
650 void SensorRequestManager::handleFlushCompleteEventSync(uint8_t errorCode, in handleFlushCompleteEventSync()
798 uint8_t errorCode = CHRE_ERROR; in makeFlushRequest() local
/aosp12/system/netd/server/
H A DMDnsSdListener.cpp104 uint32_t /* interfaceIndex */, DNSServiceErrorType errorCode, const char *serviceName, in MDnsSdListenerDiscoverCallback()
197 DNSServiceErrorType errorCode, const char *serviceName, const char * /* regType */, in MDnsSdListenerRegisterCallback()
251 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *fullname, in MDnsSdListenerResolveCallback()
317 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *hostname, in MDnsSdListenerGetAddrInfoCallback()
375 DNSServiceErrorType errorCode, const char *hostname, void *inContext) { in MDnsSdListenerSetHostnameCallback()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintResetLockoutClient.java109 public void onError(int errorCode, int vendorCode) { in onError()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceResetLockoutClient.java109 public void onError(int errorCode, int vendorCode) { in onError()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DHalServiceBase.java92 public void onPropertySetError(int property, int area, int errorCode) { in onPropertySetError()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dcommon.h158 uint8_t errorCode; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dcommon.h158 uint8_t errorCode; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dcommon.h158 uint8_t errorCode; member
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp42 int errorCode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/security/device_auth/test/fuzztest/group_auth/processauthdata_fuzzer/
H A Dprocessauthdata_fuzzer.cpp19 void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) {} in OnError()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H A Ddellocalauthinfo_fuzzer.cpp44 …id SetServiceResultFunc(const struct session_identity *identity, int32_t result, int32_t errorCode) in SetServiceResultFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp44 …id SetServiceResultFunc(const struct session_identity *identity, int32_t result, int32_t errorCode) in SetServiceResultFunc()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp273 auto errorCode = InputManager::GetInstance()->SetPointerColor(color); in SetPointerColorSync() local
292 auto errorCode = InputManager::GetInstance()->GetPointerColor(color); in GetPointerColorSync() local
530 auto errorCode = InputManager::GetInstance()->SetPointerSize(size); in SetPointerSizeSync() local
549 auto errorCode = InputManager::GetInstance()->GetPointerSize(size); in GetPointerSizeSync() local
769 napi_value JsPointerManager::SetTouchpadData(napi_env env, napi_value handle, int32_t errorCode) in SetTouchpadData()
798 …sPointerManager::GetTouchpadBoolData(napi_env env, napi_value handle, bool data, int32_t errorCode) in GetTouchpadBoolData()
827 …nterManager::GetTouchpadInt32Data(napi_env env, napi_value handle, int32_t data, int32_t errorCode) in GetTouchpadInt32Data()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp138 uint8_t errorCode = ProcessBundleInstall(realPath, randStr, installRecord, hapType); in Install() local
177 uint8_t errorCode = CheckInstallFileIsValid(const_cast<char *>(path.c_str())); in ProcessBundleInstall() local
399 …uint8_t errorCode = BundleResTransform::ConvertResInfoToBundleInfo(bundleInfo->codePath, bundleRes… in UpdateBundleInfo() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp25 void CameraNapiUtils::CreateNapiErrorObject(napi_env env, int32_t errorCode, const char* errString, in CreateNapiErrorObject()
196 std::string errorCode = std::to_string(CameraErrorCode::INVALID_ARGUMENT); in CheckInvalidArgument() local
205 std::string errorCode = std::to_string(retCode); in CheckError() local
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
H A DOptionsRequestCoordinator.java329 private void triggerErrorCallback(int errorCode, long retryAfterMillis) { in triggerErrorCallback()
358 int errorCode = result.getErrorCode().orElse(DEFAULT_ERROR_CODE); in checkAndFinishRequestCoordinator() local
H A DSubscriptionTerminatedHelper.java51 public TerminatedResult(@ErrorCode Optional<Integer> errorCode, long retryAfterMillis) { in TerminatedResult()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_proxy.cpp246 void FormHostProxy::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
275 void FormHostProxy::OnError(int32_t errorCode, const std::string &errorMsg, std::vector<int64_t> &f… in OnError()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp77 uint32_t errorCode = E_OK; in HandleDownloadFileRequest() local
112 auto errorCode = msgHandler.GetErrorCode(); in HandleDownloadFileResponse() local
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore.java154 public static KeyStoreException getKeyStoreException(int errorCode) { in getKeyStoreException()
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dcommon.h159 uint8_t errorCode; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dcommon.h159 uint8_t errorCode; member
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DNsdResolveQueue.java110 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onResolveFailed()

1...<<21222324252627282930>>...62