Home
last modified time | relevance | path

Searched refs:EnrollParam (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/interface/
Duser_auth_hdi.h42 using EnrollParam = OHOS::HDI::UserAuth::V1_0::EnrollParam; variable
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp97 EnrollParam enrollParam = {}; in DoOnceEnroll()
257 EnrollParam param = {};
271 EnrollParam param = {};
289 EnrollParam param = {};
309 EnrollParam param = {};
343 EnrollParam param = {};
362 EnrollParam param = {};
376 EnrollParam param = {};
394 EnrollParam param = {};
414 EnrollParam param = {};
[all …]
/drivers/interface/user_auth/v1_1/
DIUserAuthInterface.idl56 * @param param Indicates input parameters. See {@link EnrollParam}.
62 …BeginEnrollmentV1_1([in] int userId, [in] unsigned char[] authToken, [in] struct EnrollParam param…
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp167 void FillFuzzEnrollParam(Parcel &parcel, EnrollParam &enrollParam) in FillFuzzEnrollParam()
265 EnrollParam param; in FuzzBeginEnrollment()
279 EnrollParam param; in FuzzBeginEnrollmentV1_1()
/drivers/interface/user_auth/v1_0/
DUserAuthTypes.idl247 struct EnrollParam {
DIUserAuthInterface.idl102 * @param param Indicates input parameters. See {@link EnrollParam}.
110 BeginEnrollment([in] int userId, [in] unsigned char[] authToken, [in] struct EnrollParam param,
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp543 const EnrollParam &param, ScheduleInfo &info) in BeginEnrollment()
553 …int32_t userId, const std::vector<uint8_t> &authToken, const EnrollParam &param, ScheduleInfoV1_1 … in BeginEnrollmentV1_1()