Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dbase_context.cpp50 latestError_ = error; in SetLatestError()
56 return latestError_; in GetLatestError()
H A Dwidget_context.cpp65 latestError_(ResultCode::GENERAL_ERROR), para_(para), schedule_(nullptr), connection_(nullptr) in WidgetContext()
133 return latestError_; in GetLatestError()
139 latestError_ = error; in SetLatestError()
329 if (latestError_ == COMPLEXITY_CHECK_FAILED) { in EndAuthAsCancel()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.cpp40 latestError_ = error; in SetLatestError()
46 return latestError_; in GetLatestError()
H A Dauthentication_impl.cpp39 latestError_ = error; in SetLatestError()
45 return latestError_; in GetLatestError()
H A Denrollment_impl.cpp46 latestError_ = error; in SetLatestError()
52 return latestError_; in GetLatestError()
H A Didentification_impl.h56 int32_t latestError_ = ResultCode::GENERAL_ERROR; variable
H A Dauthentication_impl.h64 int32_t latestError_ = ResultCode::GENERAL_ERROR; variable
H A Denrollment_impl.h70 int32_t latestError_ = ResultCode::GENERAL_ERROR; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dbase_context.h71 int32_t latestError_ = ResultCode::GENERAL_ERROR; variable
H A Dwidget_context.h132 int32_t latestError_ {ResultCode::GENERAL_ERROR};