Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A 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()
H A Dauthentication_impl.cpp36 void AuthenticationImpl::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::AuthenticationImpl
123 SetLatestError(result); in Start()
160 SetLatestError(result); in Update()
182 SetLatestError(resultInfo.result); in Update()
204 SetLatestError(result); in Cancel()
H A Denrollment_impl.cpp43 void EnrollmentImpl::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::EnrollmentImpl
126 SetLatestError(result); in Start()
179 SetLatestError(result); in Update()
241 SetLatestError(result); in Cancel()
H A Didentification_impl.h45 void SetLatestError(int32_t error) override;
H A Dauthentication_impl.h50 void SetLatestError(int32_t error) override;
H A Denrollment_impl.h51 void SetLatestError(int32_t error) override;
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Didentify_context.cpp51 SetLatestError(identify_->GetLatestError()); in OnStart()
89 SetLatestError(identify_->GetLatestError()); in OnStop()
106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
H A Denroll_context.cpp61 SetLatestError(enroll_->GetLatestError()); in OnStart()
101 SetLatestError(enroll_->GetLatestError()); in OnStop()
120 SetLatestError(enroll_->GetLatestError()); in UpdateScheduleResult()
H A Dsimple_auth_context.cpp171 SetLatestError(auth_->GetLatestError()); in OnStart()
214 SetLatestError(auth_->GetLatestError()); in OnStop()
241 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
H A Dschedule_holder_context.cpp91 void ScheduleHolderContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
H A Dbase_context.cpp47 void BaseContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::BaseContext
H A Dwidget_context.cpp136 void WidgetContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::WidgetContext
266 SetLatestError(resultCode); in AuthResult()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_identification.h39 MOCK_METHOD1(SetLatestError, void(int32_t error));
H A Dmock_authentication.h45 MOCK_METHOD1(SetLatestError, void(int32_t error));
H A Dmock_enrollment.h45 MOCK_METHOD1(SetLatestError, void(int32_t error));
H A Dmock_context.h133 MOCK_METHOD1(SetLatestError, void(int32_t error));
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h65 virtual void SetLatestError(int32_t error) = 0;
H A Dschedule_holder_context.h49 void SetLatestError(int32_t error) override;
H A Dbase_context.h56 void SetLatestError(int32_t error) override;
H A Dwidget_context.h96 void SetLatestError(int32_t error) override;
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Didentification.h54 virtual void SetLatestError(int32_t error) = 0;
H A Denrollment.h62 virtual void SetLatestError(int32_t error) = 0;
H A Dauthentication.h83 virtual void SetLatestError(int32_t error) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h34 void SetLatestError(int32_t error){}; in SetLatestError() function