Lines Matching refs:LOW

81     bool SendEvent(InnerEvent::Pointer &event, int64_t delayTime = 0, Priority priority = Priority::LOW);
91 bool SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority = Priority::LOW);
113 inline bool SendEvent(InnerEvent::Pointer &&event, int64_t delayTime = 0, Priority priority = Priority::LOW)
142 Priority priority = Priority::LOW, const Caller &caller = {})
434 int64_t delayTime = 0, Priority priority = Priority::LOW, const Caller &caller = {})
449 Priority priority = Priority::LOW, const Caller &caller = {});
493 inline bool PostTask(const Callback &callback, int64_t delayTime, Priority priority = Priority::LOW,
576 bool SendSyncEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW);
586 inline bool SendSyncEvent(InnerEvent::Pointer &&event, Priority priority = Priority::LOW)
601 Priority priority = Priority::LOW, const Caller &caller = {})
630 Priority priority = Priority::LOW, const Caller &caller = {})
646 Priority priority = Priority::LOW, const Caller &caller = {})
662 Priority priority = Priority::LOW, const Caller &caller = {})
678 Priority priority = Priority::LOW, const Caller &caller = {})
693 Priority priority = Priority::LOW, const Caller &caller = {})
706 inline bool PostSyncTask(const Callback &callback, Priority priority = Priority::LOW,
734 return SendTimingEvent(event, taskTime, Priority::LOW);
778 return SendTimingEvent(InnerEvent::Get(innerEventId, 0, caller), taskTime, Priority::LOW);
793 Priority priority = Priority::LOW, const Caller &caller = {})
810 Priority priority = Priority::LOW, const Caller &caller = {})
827 Priority priority = Priority::LOW, const Caller &caller = {})
844 Priority priority = Priority::LOW, const Caller &caller = {})
860 Priority priority = Priority::LOW, const Caller &caller = {})
874 inline bool PostTimingTask(const Callback &callback, int64_t taskTime, Priority priority = Priority::LOW,