/base/useriam/user_auth_framework/services/core/src/ |
D | authentication_impl.cpp | 40 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()
|
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()
|
D | enrollment_impl.cpp | 40 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()
|
D | identification_impl.h | 45 void SetLatestError(int32_t error) override;
|
D | authentication_impl.h | 46 void SetLatestError(int32_t error) override;
|
D | enrollment_impl.h | 49 void SetLatestError(int32_t error) override;
|
/base/useriam/user_auth_framework/services/context/src/ |
D | identify_context.cpp | 51 SetLatestError(identify_->GetLatestError()); in OnStart() 89 SetLatestError(identify_->GetLatestError()); in OnStop() 106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
|
D | enroll_context.cpp | 53 SetLatestError(enroll_->GetLatestError()); in OnStart() 92 SetLatestError(enroll_->GetLatestError()); in OnStop() 110 SetLatestError(enroll_->GetLatestError()); in UpdateScheduleResult()
|
D | simple_auth_context.cpp | 95 SetLatestError(auth_->GetLatestError()); in OnStart() 141 SetLatestError(auth_->GetLatestError()); in OnStop() 158 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
|
D | base_context.cpp | 36 void BaseContext::SetLatestError(int32_t error) in SetLatestError() function in OHOS::UserIam::UserAuth::BaseContext
|
D | widget_context.cpp | 104 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/ |
D | context.h | 57 virtual void SetLatestError(int32_t error) = 0;
|
D | base_context.h | 49 void SetLatestError(int32_t error) override;
|
D | widget_context.h | 73 void SetLatestError(int32_t error) override;
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
D | mock_identification.h | 39 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
D | mock_authentication.h | 40 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
D | mock_enrollment.h | 43 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
D | mock_context.h | 122 MOCK_METHOD1(SetLatestError, void(int32_t error));
|
/base/useriam/user_auth_framework/services/core/inc/ |
D | identification.h | 48 virtual void SetLatestError(int32_t error) = 0;
|
D | authentication.h | 51 virtual void SetLatestError(int32_t error) = 0;
|
D | enrollment.h | 48 virtual void SetLatestError(int32_t error) = 0;
|