Searched refs:ScheduleInfoV1_1 (Results 1 – 6 of 6) sorted by relevance
/drivers/interface/user_auth/v1_1/ |
D | IUserAuthInterface.idl | 57 * @param info Indicates scheduling information. See {@link ScheduleInfoV1_1}. 63 [out] struct ScheduleInfoV1_1 info); 69 * @param scheduleInfos Indicates scheduling information. See {@link ScheduleInfoV1_1}. 75 [out] struct ScheduleInfoV1_1[] scheduleInfos); 84 * @param scheduleInfo Indicates scheduling information. See {@link ScheduleInfoV1_1}. 90 [in] unsigned int executorSensorHint, [out] struct ScheduleInfoV1_1 scheduleInfo);
|
D | UserAuthTypes.idl | 46 struct ScheduleInfoV1_1 {
|
/drivers/peripheral/user_auth/hdi_service/interface/ |
D | user_auth_hdi.h | 47 using ScheduleInfoV1_1 = OHOS::HDI::UserAuth::V1_1::ScheduleInfoV1_1; variable
|
/drivers/peripheral/user_auth/hdi_service/service/ |
D | user_auth_interface_service.cpp | 69 static bool CopyScheduleInfoV1_1(const CoAuthSchedule *in, ScheduleInfoV1_1 *out) in CopyScheduleInfoV1_1() 107 static int32_t SetAttributeToExtraInfo(ScheduleInfoV1_1 &info, uint32_t capabilityLevel, uint64_t s… in SetAttributeToExtraInfo() 143 static int32_t GetCapabilityLevel(int32_t userId, ScheduleInfoV1_1 &info, uint32_t &capabilityLevel) in GetCapabilityLevel() 170 static int32_t SetArrayAttributeToExtraInfo(int32_t userId, std::vector<ScheduleInfoV1_1> &infos) in SetArrayAttributeToExtraInfo() 189 static void CopyScheduleInfoV1_1ToV1_0(const ScheduleInfoV1_1 &in, ScheduleInfo &out) in CopyScheduleInfoV1_1ToV1_0() 209 static void CopyScheduleInfosV1_1ToV1_0(const std::vector<ScheduleInfoV1_1> &in, std::vector<Schedu… in CopyScheduleInfosV1_1ToV1_0() 222 std::vector<ScheduleInfoV1_1> infosV1_1; in BeginAuthentication() 229 uint64_t contextId, const AuthSolution ¶m, std::vector<ScheduleInfoV1_1> &infos) in BeginAuthenticationV1_1() 261 ScheduleInfoV1_1 temp = {}; in BeginAuthenticationV1_1() 403 ScheduleInfoV1_1 infoV1_1; in BeginIdentification() [all …]
|
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
D | user_auth_hdi_fuzzer.cpp | 100 void FillFuzzScheduleInfoV1_1(Parcel &parcel, ScheduleInfoV1_1 &scheduleInfo) in FillFuzzScheduleInfoV1_1() 112 void FillFuzzScheduleInfoV1_1Vector(Parcel &parcel, vector<ScheduleInfoV1_1> &vector) in FillFuzzScheduleInfoV1_1Vector() 281 ScheduleInfoV1_1 info; in FuzzBeginEnrollmentV1_1() 386 std::vector<ScheduleInfoV1_1> scheduleInfos; in FuzzBeginAuthenticationV1_1() 434 ScheduleInfoV1_1 scheduleInfo; in FuzzBeginIdentificationV1_1()
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
D | user_auth_interface_service_test.cpp | 363 ScheduleInfoV1_1 scheduleInfo = {}; 377 ScheduleInfoV1_1 scheduleInfo = {}; 395 ScheduleInfoV1_1 scheduleInfo = {}; 416 ScheduleInfoV1_1 scheduleInfo = {}; 450 ScheduleInfoV1_1 scheduleInfo = {}; 640 std::vector<ScheduleInfoV1_1> scheduleInfos; 653 std::vector<ScheduleInfoV1_1> scheduleInfos; 848 ScheduleInfoV1_1 scheduleInfo = {}; 864 ScheduleInfoV1_1 scheduleInfo = {}; 890 ScheduleInfoV1_1 scheduleInfo = {};
|