Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.cpp37 thread_ = std::make_unique<ffrt::thread>(name.c_str(), Convert2FfrtQos(qos), &ThreadWrapper::RunInThread, this); in Start()
74 ffrt::qos ThreadWrapper::Convert2FfrtQos(TaskQoS taskqos) in Convert2FfrtQos() function in OHOS::IntellVoiceUtils::ThreadWrapper
H A Dthread_wrapper.h50 ffrt::qos Convert2FfrtQos(TaskQoS taskqos);
/foundation/ability/ability_runtime/services/common/src/
H A Dqueue_task_handler_wrap.cpp23 : taskQueue_(queueName.c_str(), ffrt::queue_attr().qos(Convert2FfrtQos(queueQos)).timeout(QUEUE_TIME_OUT)) in QueueTaskHandlerWrap()
30 ffrt::queue_attr().qos(Convert2FfrtQos(queueQos)).timeout(QUEUE_TIME_OUT).max_concurrency(concurrentNum)) in QueueTaskHandlerWrap()
H A Dffrt_task_utils_wrap.h41 ffrt::qos Convert2FfrtQos(TaskQoS taskqos);
H A Dtask_handler_wrap.cpp174 ffrt::qos Convert2FfrtQos(TaskQoS taskqos) in Convert2FfrtQos() function
222 result.qos(Convert2FfrtQos(taskAttr.taskQos_)); in BuildFfrtTaskAttr()

Completed in 3 milliseconds