Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_interface_service.cpp.txt27 return new (std::nothrow) UserAuthInterfaceService();
30 int32_t UserAuthInterfaceService::Init()
41 int32_t UserAuthInterfaceService::DeleteExecutor(uint64_t index)
51 int32_t UserAuthInterfaceService::CloseSession(int32_t userId)
68 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId)
97 int32_t UserAuthInterfaceService::EnforceDeleteUser(int32_t userId,
103 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
115 int32_t UserAuthInterfaceService::CancelAuthentication(uint64_t contextId)
132 int32_t UserAuthInterfaceService::CancelIdentification(uint64_t contextId)
143 int32_t UserAuthInterfaceService::GetValidSolution(int32_t userId,
[all …]
H A Duser_auth_interface_service.h.txt25 class UserAuthInterfaceService : public OHOS::HDI::UserAuth::V1_2::IUserAuthInterface {
27 UserAuthInterfaceService() = default;
28 virtual ~UserAuthInterfaceService() = default;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/cpp_target/user_auth/v1_1/
H A Duser_auth_interface_service.cpp.txt27 return new (std::nothrow) UserAuthInterfaceService();
36 int32_t UserAuthInterfaceService::BeginAuthenticationV1_1(uint64_t contextId,
42 int32_t UserAuthInterfaceService::BeginIdentificationV1_1(uint64_t contextId,
53 int32_t UserAuthInterfaceService::Init()
64 int32_t UserAuthInterfaceService::DeleteExecutor(uint64_t index)
74 int32_t UserAuthInterfaceService::CloseSession(int32_t userId)
91 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId)
120 int32_t UserAuthInterfaceService::EnforceDeleteUser(int32_t userId,
126 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
138 int32_t UserAuthInterfaceService::CancelAuthentication(uint64_t contextId)
[all …]
H A Duser_auth_interface_service.h.txt25 class UserAuthInterfaceService : public OHOS::HDI::UserAuth::V1_1::IUserAuthInterface {
27 UserAuthInterfaceService() = default;
28 virtual ~UserAuthInterfaceService() = default;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/cpp_target/user_auth/v1_0/
H A Duser_auth_interface_service.cpp.txt27 return new (std::nothrow) UserAuthInterfaceService();
30 int32_t UserAuthInterfaceService::Init()
41 int32_t UserAuthInterfaceService::DeleteExecutor(uint64_t index)
51 int32_t UserAuthInterfaceService::CloseSession(int32_t userId)
68 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId)
97 int32_t UserAuthInterfaceService::EnforceDeleteUser(int32_t userId,
103 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
109 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
115 int32_t UserAuthInterfaceService::CancelAuthentication(uint64_t contextId)
132 int32_t UserAuthInterfaceService::CancelIdentification(uint64_t contextId)
[all …]
H A Duser_auth_interface_service.h.txt25 class UserAuthInterfaceService : public OHOS::HDI::UserAuth::V1_0::IUserAuthInterface {
27 UserAuthInterfaceService() = default;
28 virtual ~UserAuthInterfaceService() = default;
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp152 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
164 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
183 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
195 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
218 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
247 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
261 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
277 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
293 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
315 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>();
[all …]
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_driver.cpp36 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V3_0::UserAuthInterfaceService; typedef
92 OHOS::sptr<UserAuthInterfaceService> serviceImpl(new (std::nothrow) UserAuthInterfaceService()); in HdfUserAuthInterfaceDriverBind()
H A Duser_auth_interface_service.cpp88 auto userAuthInterfaceService = new (std::nothrow) UserAuthInterfaceService(); in UserAuthInterfaceImplGetInstance()
98 int32_t UserAuthInterfaceService::Init(const std::string &deviceUdid) in Init()
545 int32_t UserAuthInterfaceService::GetAllUserInfo(std::vector<UserInfo> &userInfos) in GetAllUserInfo()
697 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId, in UpdateAuthenticationResult()
704 int32_t UserAuthInterfaceService::CancelAuthentication(uint64_t contextId) in CancelAuthentication()
752 int32_t UserAuthInterfaceService::UpdateIdentificationResult(uint64_t contextId, in UpdateIdentificationResult()
784 int32_t UserAuthInterfaceService::CancelIdentification(uint64_t contextId) in CancelIdentification()
850 int32_t UserAuthInterfaceService::CloseSession(int32_t userId) in CloseSession()
857 int32_t UserAuthInterfaceService::BeginEnrollment( in BeginEnrollment()
908 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId) in CancelEnrollment()
[all …]
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md268 …int32_t UserAuthInterfaceService::AddExecutor(const HdiExecutorRegisterInfo &info, uint64_t &index,
280 int32_t UserAuthInterfaceService::DeleteExecutor(uint64_t index)
290 int32_t UserAuthInterfaceService::OpenSession(int32_t userId, std::vector<uint8_t>& challenge)
305 int32_t UserAuthInterfaceService::CloseSession(int32_t userId)
314 int32_t UserAuthInterfaceService::BeginEnrollment(
355 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId)
363 …int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t…
408 auto userAuthInterfaceService = new (std::nothrow) UserAuthInterfaceService();
417 …int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId, const HdiAuthParam &para…
460 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
[all …]
/ohos5.0/drivers/peripheral/user_auth/hdi_service/interface/
H A Duser_auth_hdi.h27 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V3_0::UserAuthInterfaceService; variable
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md268 …int32_t UserAuthInterfaceService::AddExecutor(const HdiExecutorRegisterInfo &info, uint64_t &index,
280 int32_t UserAuthInterfaceService::DeleteExecutor(uint64_t index)
290 int32_t UserAuthInterfaceService::OpenSession(int32_t userId, std::vector<uint8_t>& challenge)
305 int32_t UserAuthInterfaceService::CloseSession(int32_t userId)
314 int32_t UserAuthInterfaceService::BeginEnrollment(
355 int32_t UserAuthInterfaceService::CancelEnrollment(int32_t userId)
363 …int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t…
408 auto userAuthInterfaceService = new (std::nothrow) UserAuthInterfaceService();
417 …int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId, const HdiAuthParam &para…
460 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
[all …]
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp41 UserAuthInterfaceService g_service;