Home
last modified time | relevance | path

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

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