Searched refs:typeInvalid (Results 1 – 1 of 1) sorted by relevance
379 bool typeInvalid = (queue_->GetQueueType() != ffrt_queue_eventhandler_interactive) && in SetEventHandler() local381 FFRT_COND_DO_ERR(typeInvalid, return, "[queueId=%u] type invalid", GetQueueId()); in SetEventHandler()390 bool typeInvalid = (queue_->GetQueueType() != ffrt_queue_eventhandler_interactive) && in GetEventHandler() local392 FFRT_COND_DO_ERR(typeInvalid, return nullptr, "[queueId=%u] type invalid", GetQueueId()); in GetEventHandler()