/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identification_impl_test.cpp | 63 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 D | interface_i_user_auth_interface_v10.md | 36 | [BeginIdentification](#beginidentification) ([in] unsigned long contextId, [in] enum [AuthType](_… 126 ### BeginIdentification() 129 IUserAuthInterface::BeginIdentification ([in] unsigned long contextId, [in] enum AuthType authType,…
|
H A D | interface_i_user_auth_interface_v12.md | 36 | [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 D | user_auth_client.h | 106 virtual uint64_t BeginIdentification(const std::vector<uint8_t> &challenge, AuthType authType,
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.cpp | 81 …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 D | user_auth_client_fuzzer.cpp | 198 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 D | user_auth_client_impl.h | 48 uint64_t BeginIdentification(const std::vector<uint8_t> &challenge, AuthType authType,
|
/ohos5.0/base/useriam/user_auth_framework/ |
H A D | README_ZH.md | 94 | BeginIdentification(challenge : vector<uint8_t>, authType : AuthType, callback : IdentificationCa…
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_iuser_auth_interface.h | 123 …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 D | mock_iuser_auth_interface.h | 61 MOCK_METHOD5(BeginIdentification,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/cpp_target/user_auth/v1_0/ |
H A D | user_auth_interface_service.h.txt | 72 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
|
H A D | user_auth_interface_service.cpp.txt | 120 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0…
|
H A D | iuser_auth_interface.h.txt | 129 …virtual int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authTy…
|
H A D | user_auth_interface_proxy.h.txt | 112 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 D | user_auth_interface_service_test.cpp | 757 …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 D | user_auth_interface_service.h.txt | 83 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0::AuthType authType,
|
H A D | user_auth_interface_service.cpp.txt | 143 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_0…
|
H A D | user_auth_interface_proxy.h.txt | 124 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 D | user_auth_client_test.cpp | 394 …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 D | user_auth_interface_service.h.txt | 72 int32_t BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_2::AuthType authType,
|
H A D | user_auth_interface_service.cpp.txt | 120 int32_t UserAuthInterfaceService::BeginIdentification(uint64_t contextId, OHOS::HDI::UserAuth::V1_2…
|
H A D | iuser_auth_interface.h.txt | 136 …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 D | dump.txt | 78 [mini, lite, full] BeginIdentification(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/ |
H A D | dump.txt | 109 [mini, lite, full] BeginIdentification(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/ |
H A D | dump.txt | 78 [mini, lite, full] BeginIdentification(
|