Home
last modified time | relevance | path

Searched refs:GetLatestError (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Didentify_context.cpp51 SetLatestError(identify_->GetLatestError()); in OnStart()
70 resultCode = GetLatestError(); in OnResult()
89 SetLatestError(identify_->GetLatestError()); in OnStop()
106 SetLatestError(identify_->GetLatestError()); in UpdateScheduleResult()
H A Denroll_context.cpp61 SetLatestError(enroll_->GetLatestError()); in OnStart()
83 resultCode = GetLatestError(); in OnResult()
101 SetLatestError(enroll_->GetLatestError()); in OnStop()
120 SetLatestError(enroll_->GetLatestError()); in UpdateScheduleResult()
H A Dsimple_auth_context.cpp171 SetLatestError(auth_->GetLatestError()); in OnStart()
191 resultCode = GetLatestError(); in OnResult()
214 SetLatestError(auth_->GetLatestError()); in OnStop()
241 SetLatestError(auth_->GetLatestError()); in UpdateScheduleResult()
H A Dschedule_holder_context.cpp79 int32_t ScheduleHolderContext::GetLatestError() const in GetLatestError() function in OHOS::UserIam::UserAuth::ScheduleHolderContext
H A Dremote_auth_context.cpp189 …M_LOGE("%{public}s StartAuth failed, latest error %{public}d", GetDescription(), GetLatestError()); in StartAuthDelayed()
191 callback_->OnResult(GetLatestError(), attr); in StartAuthDelayed()
H A Dbase_context.cpp54 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 Dmock_identification.h36 MOCK_CONST_METHOD0(GetLatestError, int32_t());
H A Dmock_authentication.h40 MOCK_CONST_METHOD0(GetLatestError, int32_t());
H A Dmock_enrollment.h41 MOCK_CONST_METHOD0(GetLatestError, int32_t());
H A Dmock_context.h68 MOCK_CONST_METHOD0(GetLatestError, int32_t());
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext.h59 virtual int32_t GetLatestError() const = 0;
H A Dschedule_holder_context.h43 int32_t GetLatestError() const override;
H A Dbase_context.h53 int32_t GetLatestError() const override;
H A Dwidget_context.h63 int32_t GetLatestError() const override;
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Didentification.h51 virtual int32_t GetLatestError() const = 0;
H A Denrollment.h58 virtual int32_t GetLatestError() const = 0;
H A Dauthentication.h78 virtual int32_t GetLatestError() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h56 int32_t GetLatestError() const in GetLatestError() function
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.h42 int32_t GetLatestError() const override;
H A Dauthentication_impl.h45 int32_t GetLatestError() const override;
H A Denrollment_impl.h47 int32_t GetLatestError() const override;
H A Didentification_impl.cpp44 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 Denroll_context_test.cpp125 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 Didentify_context_test.cpp123 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1);
245 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1);
391 EXPECT_CALL(*mockIdentify, GetLatestError()).Times(1);
H A Dsimple_auth_context_test.cpp127 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);

12