Home
last modified time | relevance | path

Searched refs:UpdateAuthenticationResult (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp149 EXPECT_CALL(*mockHdi, UpdateAuthenticationResult(_, _, _, _)).Times(1);
150 ON_CALL(*mockHdi, UpdateAuthenticationResult)
182 EXPECT_CALL(*mockHdi, UpdateAuthenticationResult(_, _, _, _)).Times(1);
183 ON_CALL(*mockHdi, UpdateAuthenticationResult)
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md34 | [UpdateAuthenticationResult](#updateauthenticationresult) ([in] unsigned long contextId, [in] uns…
501 ### UpdateAuthenticationResult()
504 IUserAuthInterface::UpdateAuthenticationResult ([in] unsigned long contextId, [in] unsigned char[] …
H A Dinterface_i_user_auth_interface_v12.md34 | [UpdateAuthenticationResult](#updateauthenticationresult) ([in] unsigned long contextId, [in] uns…
690 ### UpdateAuthenticationResult()
693 IUserAuthInterface::UpdateAuthenticationResult ([in] unsigned long contextId, [in] unsigned char[] …
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.cpp157 auto result = hdi->UpdateAuthenticationResult(contextId_, scheduleResult, info, enrolledState); in Update()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h155 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t> &scheduleResult, in UpdateAuthenticationResult() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h71 MOCK_METHOD4(UpdateAuthenticationResult, int32_t(uint64_t contextId,
/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.txt67 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt109 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
H A Diuser_auth_interface.h.txt124 …virtual int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& schedul…
H A Duser_auth_interface_proxy.h.txt107 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp143 …authResultTest.result = service->UpdateAuthenticationResult(contextId, authScheduleResult, authRes… in DoOnceAuth()
622 EXPECT_EQ(service->UpdateAuthenticationResult(contextId, scheduleResult, authResultInfo,
638 EXPECT_EQ(service->UpdateAuthenticationResult(contextId, scheduleResult, authResultInfo,
655 EXPECT_EQ(service->UpdateAuthenticationResult(contextId, scheduleResult, authResultInfo,
1292 …EXPECT_EQ(service->UpdateAuthenticationResult(contextId, authScheduleResult, authResultInfo, enrol…
/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.txt78 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt132 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
H A Duser_auth_interface_proxy.h.txt119 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
/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.txt67 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt109 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
H A Diuser_auth_interface.h.txt131 …virtual int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& schedul…
H A Duser_auth_interface_proxy.h.txt107 … int32_t UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md132 | UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t> & scheduleResult, HdiAu…
460 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt70 [mini, lite, full] UpdateAuthenticationResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/
H A Ddump.txt101 [mini, lite, full] UpdateAuthenticationResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/
H A Ddump.txt70 [mini, lite, full] UpdateAuthenticationResult(
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp405 g_service.UpdateAuthenticationResult(contextId, scheduleResult, info, enrolledState); in FuzzUpdateAuthenticationResult()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md132 | UpdateAuthenticationResult(uint64_t contextId, const std::vector<uint8_t> & scheduleResult, HdiAu…
460 int32_t UserAuthInterfaceService::UpdateAuthenticationResult(uint64_t contextId,
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DIUserAuthInterface.idl214 UpdateAuthenticationResult([in] unsigned long contextId, [in] unsigned char[] scheduleResult,

12