Home
last modified time | relevance | path

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

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Didentification_impl_test.cpp87 EXPECT_CALL(*mock, UpdateIdentificationResult(contextId, _, _)).WillRepeatedly(Return(1));
108 EXPECT_CALL(*mock, UpdateIdentificationResult(contextId, _, _))
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md37 | [UpdateIdentificationResult](#updateidentificationresult) ([in] unsigned long contextId, [in] uns…
553 ### UpdateIdentificationResult()
556 IUserAuthInterface::UpdateIdentificationResult ([in] unsigned long contextId, [in] unsigned char[] …
H A Dinterface_i_user_auth_interface_v12.md37 | [UpdateIdentificationResult](#updateidentificationresult) ([in] unsigned long contextId, [in] uns…
742 ### UpdateIdentificationResult()
745 IUserAuthInterface::UpdateIdentificationResult ([in] unsigned long contextId, [in] unsigned char[] …
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.cpp112 auto result = hdi->UpdateIdentificationResult(contextId_, scheduleResult, info); in Update()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h101 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t> &scheduleResult, in UpdateIdentificationResult() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h54 MOCK_METHOD3(UpdateIdentificationResult,
/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.txt75 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt126 int32_t UserAuthInterfaceService::UpdateIdentificationResult(uint64_t contextId,
H A Diuser_auth_interface.h.txt132 …virtual int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& schedul…
H A Duser_auth_interface_proxy.h.txt115 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
/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.txt86 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt149 int32_t UserAuthInterfaceService::UpdateIdentificationResult(uint64_t contextId,
H A Duser_auth_interface_proxy.h.txt127 … int32_t UpdateIdentificationResult(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.txt75 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt126 int32_t UserAuthInterfaceService::UpdateIdentificationResult(uint64_t contextId,
H A Diuser_auth_interface.h.txt139 …virtual int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& schedul…
H A Duser_auth_interface_proxy.h.txt115 … int32_t UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t>& scheduleResult,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt85 [mini, lite, full] UpdateIdentificationResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/
H A Ddump.txt116 [mini, lite, full] UpdateIdentificationResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/
H A Ddump.txt85 [mini, lite, full] UpdateIdentificationResult(
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp816 … EXPECT_EQ(service->UpdateIdentificationResult(contextId, scheduleResult, identityResultInfo), 8);
819 EXPECT_EQ(service->UpdateIdentificationResult(contextId, scheduleResult, identityResultInfo),
865 …EXPECT_EQ(service->UpdateIdentificationResult(contextId, identityScheduleResult, identityResultInf…
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp439 g_service.UpdateIdentificationResult(contextId, scheduleResult, info); in FuzzUpdateIdentificationResult()
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DIUserAuthInterface.idl252 UpdateIdentificationResult([in] unsigned long contextId, [in] unsigned char[] scheduleResult,
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md135 | UpdateIdentificationResult(uint64_t contextId, const std::vector<uint8_t> &scheduleResult, Identi…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/
H A DIUserAuthInterface.idl252 UpdateIdentificationResult([in] unsigned long contextId, [in] unsigned char[] scheduleResult,

12