/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.cpp | 37 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 D | authentication_impl.cpp | 36 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 D | enrollment_impl.cpp | 43 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 D | identification_impl.h | 45 void SetLatestError(int32_t error) override;
|
H A D | authentication_impl.h | 50 void SetLatestError(int32_t error) override;
|
H A D | enrollment_impl.h | 51 void SetLatestError(int32_t error) override;
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | identify_context.cpp | 51 SetLatestError(identify_->GetLatestError()); in OnStart() 89 SetLatestError(identify_->GetLatestError()); in OnStop() 106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
|
H A D | enroll_context.cpp | 61 SetLatestError(enroll_->GetLatestError()); in OnStart() 101 SetLatestError(enroll_->GetLatestError()); in OnStop() 120 SetLatestError(enroll_->GetLatestError()); in UpdateScheduleResult()
|
H A D | simple_auth_context.cpp | 171 SetLatestError(auth_->GetLatestError()); in OnStart() 214 SetLatestError(auth_->GetLatestError()); in OnStop() 241 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
|
H A D | schedule_holder_context.cpp | 91 void ScheduleHolderContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
|
H A D | base_context.cpp | 47 void BaseContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::BaseContext
|
H A D | widget_context.cpp | 136 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 D | mock_identification.h | 39 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
H A D | mock_authentication.h | 45 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
H A D | mock_enrollment.h | 45 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
H A D | mock_context.h | 133 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context.h | 65 virtual void SetLatestError(int32_t error) = 0;
|
H A D | schedule_holder_context.h | 49 void SetLatestError(int32_t error) override;
|
H A D | base_context.h | 56 void SetLatestError(int32_t error) override;
|
H A D | widget_context.h | 96 void SetLatestError(int32_t error) override;
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | identification.h | 54 virtual void SetLatestError(int32_t error) = 0;
|
H A D | enrollment.h | 62 virtual void SetLatestError(int32_t error) = 0;
|
H A D | authentication.h | 83 virtual void SetLatestError(int32_t error) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_authentication.h | 34 void SetLatestError(int32_t error){}; in SetLatestError() function
|