Lines Matching refs:executors
221 IAM_STATIC ResultCode MountExecutorOnce(const LinkedList *executors, CoAuthSchedule *coAuthSchedule,
224 LinkedListNode *tempNode = executors->head;
244 coAuthSchedule->executors[coAuthSchedule->executorSize] = *executor;
259 LinkedList *executors = QueryExecutor(&condition);
260 if (executors == NULL) {
275 ret = MountExecutorOnce(executors, coAuthSchedule, allInOneSensorHint, ALL_IN_ONE, localUdidArray);
288 ret = MountExecutorOnce(executors, coAuthSchedule, param->verifierSensorHint, VERIFIER, localUdidArray);
294 ret = MountExecutorOnce(executors, coAuthSchedule, param->collectorSensorHint, COLLECTOR, collectorUdidArray);
300 DestroyLinkedList(executors);
311 const ExecutorInfoHal *executor = coAuthSchedule->executors + i;