Searched refs:errorCode_ (Results 1 – 10 of 10) sorted by relevance
| /base/theme/screenlock_mgr/frameworks/native/include/ |
| D | screenlock_callback_interface.h | 23 uint32_t errorCode_ = 0; member
|
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/ |
| D | feature_analysis.h | 45 errorCode_(DEFAULT), line_(""), featureSet_(featureSet), composeRule_(composeRule) {}; in FeatureAnalysis() 54 int GetErrorCode() const { return errorCode_; }; in GetErrorCode() 86 int errorCode_; variable
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | async_call.h | 44 errorCode_ = errorCode; in SetErrorCode() 93 int32_t errorCode_ = 0; variable
|
| D | async_call.cpp | 126 result[ARG_ERROR] = JsUtils::ToError(env, context->ctx->errorCode_); in OnComplete()
|
| /base/theme/screenlock_mgr/frameworks/js/napi/src/ |
| D | napi_screenlock_ability.cpp | 121 errorInfo.errorCode_ = iter->second; in GetErrorInfo() 122 errorInfo.message_ = GetErrorMessage(errorInfo.errorCode_); in GetErrorInfo() 123 …OGD("GetErrorInfo errorInfo.code: %{public}d, errorInfo.message: %{public}s", errorInfo.errorCode_, in GetErrorInfo() 216 errInfo.errorCode_ = static_cast<uint32_t>(status); in AsyncCallFunc() 415 errInfo.errorCode_ = static_cast<uint32_t>(retCode); in NAPI_OnSystemEvent() 417 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_OnSystemEvent() 466 errInfo.errorCode_ = static_cast<uint32_t>(retCode); in NAPI_ScreenLockSendEvent()
|
| D | async_call.cpp | 173 if (errorInfo.errorCode_ != 0) { in GenerateBusinessError() 174 napi_create_int32(env, errorInfo.errorCode_, &code); in GenerateBusinessError()
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_send_indexer.cpp | 214 return errorCode_; in GetErrorCode() 219 errorCode_ = errorCode; in SetErrorCode()
|
| /base/telephony/sms_mms/services/sms/include/ |
| D | sms_send_indexer.h | 106 uint8_t errorCode_ = 0; variable
|
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
| D | feature_analysis.cpp | 51 errorCode_ = EXTRACT_ERROR; in AnalysisLog() 62 errorCode_ = BUFFER_ERROR; in Extract()
|
| /base/telephony/sms_mms/test/gtest/ |
| D | zero_branch_sms_test.cpp | 330 smsIndexer->errorCode_ = HRIL_ERR_CMD_SEND_FAILURE; 332 smsIndexer->errorCode_ = HRIL_ERR_GENERIC_FAILURE;
|