Home
last modified time | relevance | path

Searched refs:BeginAuthentication (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp74 EXPECT_CALL(*mock, BeginAuthentication(contextId, _, _)).WillRepeatedly(Return(1));
92 EXPECT_CALL(*mock, BeginAuthentication(contextId, _, _)).WillRepeatedly(Return(0));
129 …EXPECT_CALL(*mock, BeginAuthentication(contextId, _, _)).WillRepeatedly(DoAll(WithArg<2>(fillInfoL…
266 EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _))
H A Duser_auth_service_test.cpp389 EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _)).WillOnce(Return(HDF_FAILURE));
451 … EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _)).Times(2).WillRepeatedly(Return(NOT_ENROLLED));
468 EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _)) in MockForUserAuthHdi()
567 EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _)).Times(1);
1604 EXPECT_CALL(*mockHdi, BeginAuthentication(_, _, _)).Times(0);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md33 | [BeginAuthentication](#beginauthentication) ([in] unsigned long contextId, [in] struct [AuthSolut…
73 ### BeginAuthentication()
76 IUserAuthInterface::BeginAuthentication ([in] unsigned long contextId, [in] struct AuthSolution par…
H A Dinterface_i_user_auth_interface_v12.md33 | [BeginAuthentication](#beginauthentication) ([in] unsigned long contextId, [in] struct [AuthSolut…
80 ### BeginAuthentication()
83 IUserAuthInterface::BeginAuthentication ([in] unsigned long contextId, [in] struct AuthSolution par…
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client.h87 virtual uint64_t BeginAuthentication(const AuthParam &authParam,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp164 UserAuthClient::GetInstance().BeginAuthentication(authParam, callback); in FuzzClientBeginAuthentication001()
165 UserAuthClient::GetInstance().BeginAuthentication(authParam, nullptr); in FuzzClientBeginAuthentication001()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h43 uint64_t BeginAuthentication(const AuthParam &authParam,
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md92 | BeginAuthentication(userId : int32_t, challenge : vector<uint8_t>, authType : AuthType, atl : Aut…
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.cpp120 auto result = hdi->BeginAuthentication(contextId_, param, infos); in Start()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h144 int32_t BeginAuthentication(uint64_t contextId, const HdiAuthParam &param, in BeginAuthentication() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h68 MOCK_METHOD3(BeginAuthentication,
/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.h.txt64 …int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_0::AuthSolution& par…
H A Duser_auth_interface_service.cpp.txt103 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
H A Diuser_auth_interface.h.txt121 …virtual int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_0::AuthSolut…
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp129 EXPECT_EQ(service->BeginAuthentication(contextId, authParam, scheduleInfos), 0); in DoOnceAuth()
587 EXPECT_EQ(service->BeginAuthentication(contextId, param, scheduleInfos), 10003);
607 EXPECT_EQ(service->BeginAuthentication(contextId, param, scheduleInfos), 10003);
730 EXPECT_EQ(service->BeginAuthentication(contextId, authParam, scheduleInfos), 0);
1278 EXPECT_EQ(service->BeginAuthentication(contextId, authParam, scheduleInfos), 0);
/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.h.txt75 …int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_0::AuthSolution& par…
H A Duser_auth_interface_service.cpp.txt126 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
H A Duser_auth_interface_proxy.h.txt116 …int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_0::AuthSolution& par…
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_client_test.cpp301 …uint64_t contextId = UserAuthClient::GetInstance().BeginAuthentication(testAuthParam, testCallback…
308 contextId = UserAuthClient::GetInstance().BeginAuthentication(testAuthParam, testCallback);
348 …uint64_t contextId = UserAuthClient::GetInstance().BeginAuthentication(testAuthParam, testCallback…
/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.h.txt64 …int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolution& par…
H A Duser_auth_interface_service.cpp.txt103 int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId,
H A Diuser_auth_interface.h.txt128 …virtual int32_t BeginAuthentication(uint64_t contextId, const OHOS::HDI::UserAuth::V1_2::AuthSolut…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md131 | BeginAuthentication(uint64_t contextId, const HdiAuthParam &param, std::vector<HdiScheduleInfo> &…
417 …int32_t UserAuthInterfaceService::BeginAuthentication(uint64_t contextId, const HdiAuthParam &para…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt65 [mini, lite, full] BeginAuthentication(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/
H A Ddump.txt96 [mini, lite, full] BeginAuthentication(

12