Home
last modified time | relevance | path

Searched refs:lastError (Results 1 - 3 of 3) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp60 const std::shared_ptr<ContextCallback> &contextCallback, int &lastError) override;
154 int &lastError) in StartRemoteAuthContext()
172 lastError = context->GetLatestError(); in StartRemoteAuthContext()
173 IAM_LOGE("failed to start auth errorCode:%{public}d", lastError); in StartRemoteAuthContext()
176 lastError = SUCCESS; in StartRemoteAuthContext()
238 int32_t lastError; in ProcStartRemoteAuthRequest() local
239 auto contextId = StartRemoteAuthContext(para, remoteAuthContextParam, contextCallback, lastError); in ProcStartRemoteAuthRequest()
240 IF_FALSE_LOGE_AND_RETURN_VAL(contextId != BAD_CONTEXT_ID, lastError); in ProcStartRemoteAuthRequest()
152 StartRemoteAuthContext(Authentication::AuthenticationPara para, RemoteAuthContextParam remoteAuthContextParam, const std::shared_ptr<ContextCallback> &contextCallback, int &lastError) StartRemoteAuthContext() argument
/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_service.h54 const std::shared_ptr<ContextCallback> &contextCallback, int &lastError);
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp231 int32_t lastError = authentication->GetLatestError(); in HWTEST_F() local
232 EXPECT_EQ(ResultCode::GENERAL_ERROR, lastError); in HWTEST_F()

Completed in 2 milliseconds