Home
last modified time | relevance | path

Searched refs:BeginIdentification (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Didentification_impl_test.cpp63 EXPECT_CALL(*mock, BeginIdentification(contextId, _, _, _, _)).WillRepeatedly(Return(1));
74 EXPECT_CALL(*mock, BeginIdentification(contextId, _, _, _, _)).WillRepeatedly(Return(0));
131 EXPECT_CALL(*mockHdi, BeginIdentification(_, _, _, _, _))
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md36 | [BeginIdentification](#beginidentification) ([in] unsigned long contextId, [in] enum [AuthType](_…
126 ### BeginIdentification()
129 IUserAuthInterface::BeginIdentification ([in] unsigned long contextId, [in] enum AuthType authType,…
H A Dinterface_i_user_auth_interface_v12.md36 | [BeginIdentification](#beginidentification) ([in] unsigned long contextId, [in] enum [AuthType](_…
239 ### BeginIdentification()
242 IUserAuthInterface::BeginIdentification ([in] unsigned long contextId, [in] enum AuthType authType,…
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client.h106 virtual uint64_t BeginIdentification(const std::vector<uint8_t> &challenge, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.cpp81 …hdi->BeginIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorInde… in Start()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp198 UserAuthClient::GetInstance().BeginIdentification(challenge, authType, callback); in FuzzClientBeginIdentification()
199 UserAuthClient::GetInstance().BeginIdentification(challenge, authType, nullptr); in FuzzClientBeginIdentification()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h48 uint64_t BeginIdentification(const std::vector<uint8_t> &challenge, AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME_ZH.md94 | BeginIdentification(challenge : vector<uint8_t>, authType : AuthType, callback : IdentificationCa…
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h123 …int32_t BeginIdentification(uint64_t contextId, int32_t authType, const std::vector<uint8_t> &chal… in BeginIdentification() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h61 MOCK_METHOD5(BeginIdentification,
/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.txt72 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
H A Duser_auth_interface_service.cpp.txt120 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0…
H A Diuser_auth_interface.h.txt129 …virtual int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authTy…
H A Duser_auth_interface_proxy.h.txt112 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp757 …EXPECT_EQ(service->BeginIdentification(contextId, authType, challenge, executorSensorHint, schedul…
774 …EXPECT_EQ(service->BeginIdentification(contextId, authType, challenge, executorSensorHint, schedul…
800 …EXPECT_EQ(service->BeginIdentification(contextId, authType, challenge, executorSensorHint, schedul…
854 …EXPECT_EQ(service->BeginIdentification(contextId, authType, challenge, executorSensorHint, schedul…
918 …EXPECT_EQ(service->BeginIdentification(contextId, authType, challenge, executorSensorHint, schedul…
/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.txt83 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
H A Duser_auth_interface_service.cpp.txt143 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0…
H A Duser_auth_interface_proxy.h.txt124 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_client_test.cpp394 …uint64_t contextId = UserAuthClient::GetInstance().BeginIdentification(testChallenge, testAuthType…
401 …contextId = UserAuthClient::GetInstance().BeginIdentification(testChallenge, testAuthType, testCal…
435 …uint64_t contextId = UserAuthClient::GetInstance().BeginIdentification(testChallenge, testAuthType…
/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.txt72 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_2::AuthType authType,
H A Duser_auth_interface_service.cpp.txt120 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_2…
H A Diuser_auth_interface.h.txt136 …virtual int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_2::AuthType authTy…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt78 [mini, lite, full] BeginIdentification(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/
H A Ddump.txt109 [mini, lite, full] BeginIdentification(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/
H A Ddump.txt78 [mini, lite, full] BeginIdentification(

12