Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.cpp369 bool typeInvalid = (queue_->GetQueueType() != ffrt_queue_eventhandler_interactive) && in SetEventHandler() local
371 FFRT_COND_DO_ERR(typeInvalid, return, "[queueId=%u] type invalid", GetQueueId()); in SetEventHandler()
380 bool typeInvalid = (queue_->GetQueueType() != ffrt_queue_eventhandler_interactive) && in GetEventHandler() local
382 FFRT_COND_DO_ERR(typeInvalid, return nullptr, "[queueId=%u] type invalid", GetQueueId()); in GetEventHandler()

Completed in 2 milliseconds