Home
last modified time | relevance | path

Searched refs:scheduleGet (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp728 LinkedList *scheduleGet = nullptr; in BeginIdentification() local
729 int32_t ret = DoIdentify(param, &scheduleGet); in BeginIdentification()
734 if (scheduleGet == nullptr) { in BeginIdentification()
738 if (scheduleGet->head == nullptr || scheduleGet->head->data == nullptr) { in BeginIdentification()
739 IAM_LOGE("scheduleGet is invalid"); in BeginIdentification()
740 DestroyLinkedList(scheduleGet); in BeginIdentification()
743 auto data = static_cast<CoAuthSchedule *>(scheduleGet->head->data); in BeginIdentification()
748 DestroyLinkedList(scheduleGet); in BeginIdentification()

Completed in 3 milliseconds