Home
last modified time | relevance | path

Searched refs:SetLatestError (Results 1 – 21 of 21) sorted by relevance

/base/useriam/user_auth_framework/services/core/src/
Dauthentication_impl.cpp40 void AuthenticationImpl::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::AuthenticationImpl
97 SetLatestError(result); in Start()
130 SetLatestError(result); in Update()
144 SetLatestError(resultInfo.result); in Update()
166 SetLatestError(result); in Cancel()
Didentification_impl.cpp37 void IdentificationImpl::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::IdentificationImpl
84 SetLatestError(result); in Start()
115 SetLatestError(result); in Update()
142 SetLatestError(result); in Cancel()
Denrollment_impl.cpp40 void EnrollmentImpl::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::EnrollmentImpl
105 SetLatestError(result); in Start()
164 SetLatestError(result); in Update()
207 SetLatestError(result); in Cancel()
Didentification_impl.h45 void SetLatestError(int32_t error) override;
Dauthentication_impl.h46 void SetLatestError(int32_t error) override;
Denrollment_impl.h49 void SetLatestError(int32_t error) override;
/base/useriam/user_auth_framework/services/context/src/
Didentify_context.cpp51 SetLatestError(identify_->GetLatestError()); in OnStart()
89 SetLatestError(identify_->GetLatestError()); in OnStop()
106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
Denroll_context.cpp53 SetLatestError(enroll_->GetLatestError()); in OnStart()
92 SetLatestError(enroll_->GetLatestError()); in OnStop()
110 SetLatestError(enroll_->GetLatestError()); in UpdateScheduleResult()
Dsimple_auth_context.cpp95 SetLatestError(auth_->GetLatestError()); in OnStart()
141 SetLatestError(auth_->GetLatestError()); in OnStop()
158 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
Dbase_context.cpp36 void BaseContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::BaseContext
Dwidget_context.cpp104 void WidgetContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::WidgetContext
233 SetLatestError(resultCode); in AuthResult()
/base/useriam/user_auth_framework/services/context/inc/
Dcontext.h57 virtual void SetLatestError(int32_t error) = 0;
Dbase_context.h49 void SetLatestError(int32_t error) override;
Dwidget_context.h73 void SetLatestError(int32_t error) override;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_identification.h39 MOCK_METHOD1(SetLatestError, void(int32_t error));
Dmock_authentication.h40 MOCK_METHOD1(SetLatestError, void(int32_t error));
Dmock_enrollment.h43 MOCK_METHOD1(SetLatestError, void(int32_t error));
Dmock_context.h122 MOCK_METHOD1(SetLatestError, void(int32_t error));
/base/useriam/user_auth_framework/services/core/inc/
Didentification.h48 virtual void SetLatestError(int32_t error) = 0;
Dauthentication.h51 virtual void SetLatestError(int32_t error) = 0;
Denrollment.h48 virtual void SetLatestError(int32_t error) = 0;