Home
last modified time | relevance | path

Searched refs:UserAuthInterfaceService (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp66 int32_t DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType a… in DoOnceExecutorRegister()
80 void RegisterAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in RegisterAllExecutor()
87 void DeleteAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in DeleteAllExecutor()
94 void DoOnceEnroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthTyp… in DoOnceEnroll()
117 void DoOnceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType … in DoOnceAuth()
147 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
158 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
177 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
189 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
210 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
[all …]
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp51 auto userAuthInterfaceService = new (std::nothrow) UserAuthInterfaceService(); in UserAuthInterfaceImplGetInstance()
61 int32_t UserAuthInterfaceService::Init() in Init()
218 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId, const AuthSolution &param, in BeginAuthentication()
228 int32_t UserAuthInterfaceService::BeginAuthenticationV1_1( in BeginAuthenticationV1_1()
355 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId, in UpdateAuthenticationResult()
392 int32_t UserAuthInterfaceService::CancelAuthentication(uint64_t contextId) in CancelAuthentication()
399 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, AuthType authType, in BeginIdentification()
409 int32_t UserAuthInterfaceService::BeginIdentificationV1_1(uint64_t contextId, AuthType authType, in BeginIdentificationV1_1()
450 int32_t UserAuthInterfaceService::UpdateIdentificationResult(uint64_t contextId, in UpdateIdentificationResult()
482 int32_t UserAuthInterfaceService::CancelIdentification(uint64_t contextId) in CancelIdentification()
[all …]
/drivers/peripheral/user_auth/hdi_service/interface/
Duser_auth_hdi.h28 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V1_1::UserAuthInterfaceService; variable
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp39 UserAuthInterfaceService g_service;