/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | identify_context.cpp | 51 SetLatestError(identify_->GetLatestError()); in OnStart() 70 resultCode = GetLatestError(); in OnResult() 89 SetLatestError(identify_->GetLatestError()); in OnStop() 106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
|
H A D | enroll_context.cpp | 61 SetLatestError(enroll_->GetLatestError()); in OnStart() 83 resultCode = GetLatestError(); in OnResult() 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() 191 resultCode = GetLatestError(); in OnResult() 214 SetLatestError(auth_->GetLatestError()); in OnStop() 241 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
|
H A D | schedule_holder_context.cpp | 79 int32_t ScheduleHolderContext::GetLatestError() const in GetLatestError() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
|
H A D | remote_auth_context.cpp | 189 …M_LOGE("%{public}s StartAuth failed, latest error %{public}d", GetDescription(), GetLatestError()); in StartAuthDelayed() 191 callback_->OnResult(GetLatestError(), attr); in StartAuthDelayed()
|
H A D | base_context.cpp | 54 int32_t BaseContext::GetLatestError() const in GetLatestError() function in OHOS::UserIam::UserAuth::BaseContext
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_identification.h | 36 MOCK_CONST_METHOD0(GetLatestError, int32_t());
|
H A D | mock_authentication.h | 40 MOCK_CONST_METHOD0(GetLatestError, int32_t());
|
H A D | mock_enrollment.h | 41 MOCK_CONST_METHOD0(GetLatestError, int32_t());
|
H A D | mock_context.h | 68 MOCK_CONST_METHOD0(GetLatestError, int32_t());
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context.h | 59 virtual int32_t GetLatestError() const = 0;
|
H A D | schedule_holder_context.h | 43 int32_t GetLatestError() const override;
|
H A D | base_context.h | 53 int32_t GetLatestError() const override;
|
H A D | widget_context.h | 63 int32_t GetLatestError() const override;
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | identification.h | 51 virtual int32_t GetLatestError() const = 0;
|
H A D | enrollment.h | 58 virtual int32_t GetLatestError() const = 0;
|
H A D | authentication.h | 78 virtual int32_t GetLatestError() const = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_authentication.h | 56 int32_t GetLatestError() const in GetLatestError() function
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.h | 42 int32_t GetLatestError() const override;
|
H A D | authentication_impl.h | 45 int32_t GetLatestError() const override;
|
H A D | enrollment_impl.h | 47 int32_t GetLatestError() const override;
|
H A D | identification_impl.cpp | 44 int32_t IdentificationImpl::GetLatestError() const in GetLatestError() function in OHOS::UserIam::UserAuth::IdentificationImpl
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | enroll_context_test.cpp | 125 EXPECT_CALL(*mockEnroll, GetLatestError()).Times(1); 245 EXPECT_CALL(*mockEnroll, GetLatestError()).Times(1); 315 EXPECT_CALL(*mockEnroll, GetLatestError()).Times(1); 444 EXPECT_CALL(*mockEnroll, GetLatestError()).Times(1);
|
H A D | identify_context_test.cpp | 123 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1); 245 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1); 391 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1);
|
H A D | simple_auth_context_test.cpp | 127 EXPECT_CALL(*mockAuth, GetLatestError()).Times(1); 244 EXPECT_CALL(*mockAuth, GetLatestError()).Times(1); 315 EXPECT_CALL(*mockAuth, GetLatestError()).Times(1); 441 EXPECT_CALL(*mockAuth, GetLatestError()).Times(1);
|