Home
last modified time | relevance | path

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

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Denrollment_impl_test.cpp105 EXPECT_CALL(*mock, UpdateEnrollmentResult(para.userId, _, _)).WillRepeatedly(Return(1));
141 EXPECT_CALL(*mock, UpdateEnrollmentResult(para.userId, _, _))
172 EXPECT_CALL(*mock, UpdateEnrollmentResult(_, _, _)).WillRepeatedly(Return(0));
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md26 | [UpdateEnrollmentResult](#updateenrollmentresult) ([in] int userId, [in] unsigned char[] schedule…
527 ### UpdateEnrollmentResult()
530 IUserAuthInterface::UpdateEnrollmentResult ([in] int userId, [in] unsigned char[] scheduleResult, […
H A Dinterface_i_user_auth_interface_v12.md26 | [UpdateEnrollmentResult](#updateenrollmentresult) ([in] int userId, [in] unsigned char[] schedule…
716 ### UpdateEnrollmentResult()
719 IUserAuthInterface::UpdateEnrollmentResult ([in] int userId, [in] unsigned char[] scheduleResult, […
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h58 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t> &scheduleResult, in UpdateEnrollmentResult() function
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp114 …enrollResultTest.result = service->UpdateEnrollmentResult(userId, enrollScheduleResult, enrolledRe… in DoOnceEnroll()
427 EXPECT_EQ(service->UpdateEnrollmentResult(userId, scheduleResult, enrolledResultInfo), 8);
441 EXPECT_EQ(service->UpdateEnrollmentResult(userId, scheduleResult, enrolledResultInfo), 10004);
455 EXPECT_EQ(service->UpdateEnrollmentResult(userId, scheduleResult, enrolledResultInfo), 10005);
472 EXPECT_EQ(service->UpdateEnrollmentResult(userId, scheduleResult, enrolledResultInfo), 10005);
509 EXPECT_EQ(service->UpdateEnrollmentResult(userId, scheduleResult, enrolledResultInfo), 10012);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h41 …MOCK_METHOD3(UpdateEnrollmentResult, int32_t(int32_t userId, const std::vector<uint8_t> &scheduleR…
/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.txt44 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt62 int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>…
H A Diuser_auth_interface.h.txt101 … virtual int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_proxy.h.txt84 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Denrollment_impl.cpp175 auto result = hdi->UpdateEnrollmentResult(enrollPara_.userId, scheduleResult, resultInfo); in Update()
/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.txt55 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt85 int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>…
H A Duser_auth_interface_proxy.h.txt96 int32_t UpdateEnrollmentResult(int32_t userId, 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.txt44 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_service.cpp.txt62 int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>…
H A Diuser_auth_interface.h.txt108 … virtual int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
H A Duser_auth_interface_proxy.h.txt84 int32_t UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t>& scheduleResult,
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md125 | UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t> & scheduleResult, EnrollResultI…
363 …int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt31 [mini, lite, full] UpdateEnrollmentResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/dump_ast_target/
H A Ddump.txt62 [mini, lite, full] UpdateEnrollmentResult(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/
H A Ddump.txt31 [mini, lite, full] UpdateEnrollmentResult(
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp311 g_service.UpdateEnrollmentResult(userId, scheduleResult, info); in FuzzUpdateEnrollmentResult()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md125 | UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t> & scheduleResult, EnrollResultI…
363 …int32_t UserAuthInterfaceService::UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t…
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DIUserAuthInterface.idl122UpdateEnrollmentResult([in] int userId, [in] unsigned char[] scheduleResult, [out] struct EnrollRe…

12