Searched refs:errorCode_ (Results 1 – 10 of 10) sorted by relevance
/base/theme/screenlock_mgr/frameworks/kitsimpl/include/ |
D | screenlock_system_ability_interface.h | 40 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/ |
D | feature_analysis.h | 45 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/ |
D | async_call.h | 43 errorCode_ = errorCode; in SetErrorCode() 92 int32_t errorCode_ = 0; variable
|
D | async_call.cpp | 122 result[ARG_ERROR] = JsUtils::ToError(env, context->ctx->errorCode_); in OnComplete()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | base_context.h | 90 int32_t errorCode_; variable
|
/base/telephony/sms_mms/services/ |
D | sms_send_indexer.cpp | 214 return errorCode_; in GetErrorCode() 219 errorCode_ = errorCode; in SetErrorCode()
|
/base/theme/screenlock_mgr/interfaces/kits/napi/src/ |
D | napi_screenlock_ability.cpp | 119 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()
|
D | async_call.cpp | 172 napi_create_int32(env, errorInfo.errorCode_, &code); in GenerateBusinessError()
|
/base/telephony/sms_mms/services/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()
|