Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/kitsimpl/include/
Dscreenlock_system_ability_interface.h40 uint32_t errorCode_; member
42 …ErrorInfo(uint32_t errorCode = 0, std::string message = "") : errorCode_(errorCode), message_(mess… in errorCode_() function
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h45 errorCode_(DEFAULT), line_(""), featureSet_(featureSet), composeRule_(composeRule) {}; in FeatureAnalysis()
52 int GetErrorCode() const { return errorCode_; }; in GetErrorCode()
87 int errorCode_; variable
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Dasync_call.h43 errorCode_ = errorCode; in SetErrorCode()
92 int32_t errorCode_ = 0; variable
Dasync_call.cpp122 result[ARG_ERROR] = JsUtils::ToError(env, context->ctx->errorCode_); in OnComplete()
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Dbase_context.h90 int32_t errorCode_; variable
/base/telephony/sms_mms/services/
Dsms_send_indexer.cpp214 return errorCode_; in GetErrorCode()
219 errorCode_ = errorCode; in SetErrorCode()
/base/theme/screenlock_mgr/interfaces/kits/napi/src/
Dnapi_screenlock_ability.cpp119 errorInfo.errorCode_ = iter->second; in GetErrorInfo()
120 errorInfo.message_ = GetErrorMessage(errorInfo.errorCode_); in GetErrorInfo()
121 …OGD("GetErrorInfo errorInfo.code: %{public}d, errorInfo.message: %{public}s", errorInfo.errorCode_, in GetErrorInfo()
425 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_OnSystemEvent()
Dasync_call.cpp172 napi_create_int32(env, errorInfo.errorCode_, &code); in GenerateBusinessError()
/base/telephony/sms_mms/services/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()