Home
last modified time | relevance | path

Searched refs:errorCode_ (Results 1 – 10 of 10) sorted by relevance

/base/theme/screenlock_mgr/frameworks/native/include/
Dscreenlock_callback_interface.h23 uint32_t errorCode_ = 0; member
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h45 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/
Dasync_call.h44 errorCode_ = errorCode; in SetErrorCode()
93 int32_t errorCode_ = 0; variable
Dasync_call.cpp126 result[ARG_ERROR] = JsUtils::ToError(env, context->ctx->errorCode_); in OnComplete()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp121 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()
Dasync_call.cpp173 if (errorInfo.errorCode_ != 0) { in GenerateBusinessError()
174 napi_create_int32(env, errorInfo.errorCode_, &code); in GenerateBusinessError()
/base/telephony/sms_mms/services/sms/
Dsms_send_indexer.cpp214 return errorCode_; in GetErrorCode()
219 errorCode_ = errorCode; in SetErrorCode()
/base/telephony/sms_mms/services/sms/include/
Dsms_send_indexer.h106 uint8_t errorCode_ = 0; variable
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp51 errorCode_ = EXTRACT_ERROR; in AnalysisLog()
62 errorCode_ = BUFFER_ERROR; in Extract()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp330 smsIndexer->errorCode_ = HRIL_ERR_CMD_SEND_FAILURE;
332 smsIndexer->errorCode_ = HRIL_ERR_GENERIC_FAILURE;