Searched refs:taskType (Results 1 – 6 of 6) sorted by relevance
38 std::string taskType = ((promise_ == nullptr) ? "Async" : "Sync"); in ProcessTask() local39 FI_HILOGD("process:%{public}s, task id:%{public}d, ret:%{public}d", taskType.c_str(), id_, ret); in ProcessTask()166 std::string taskType = ((promise == nullptr) ? "Async" : "Sync"); in PostTask() local167 FI_HILOGD("Post %{public}s", taskType.c_str()); in PostTask()
46 MkAgreeTaskType taskType; member
57 uint8_t taskType = 0; member71 event.taskType = LOOP_EVENT_TASK; in CreateLoopEvent()
204 loopEvent.taskType = LOOP_PACKAGED_TASK; in AddEventForResult()236 loopEvent.taskType = LOOP_EVENT_TASK; in AddTimerEvent()487 if (event.taskType == LOOP_EVENT_TASK) { in ProcessEvent()495 } else if (event.taskType == LOOP_PACKAGED_TASK) { in ProcessEvent()
265 switch (hTask->taskType) { in RemoveInstanceTask()
637 task->taskBase.taskType = TASK_TYPE_PAKE; in CreatePakeMkAgreeTask()