Home
last modified time | relevance | path

Searched defs:queueName (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_serial_queue_test/
H A Dfrs_form_render_serial_queue_test.cpp57 std::string queueName = "FormRenderSerialQueueTest"; variable
72 std::string queueName = "FormRenderSerialQueueTest"; variable
85 std::string queueName = "FormRenderSerialQueueTest"; variable
100 std::string queueName = "FormRenderSerialQueueTest"; variable
119 std::string queueName = "FormRenderSerialQueueTest"; variable
137 std::string queueName = "FormRenderSerialQueueTest"; variable
154 std::string queueName = "FormRenderSerialQueueTest"; variable
171 std::string queueName = "FormRenderSerialQueueTest"; variable
191 std::string queueName = "FormRenderSerialQueueTest"; variable
213 std::string queueName = "FormRenderSerialQueueTest"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_common_test/
H A Dbms_bundle_common_test.cpp80 std::string queueName; variable
94 std::string queueName; variable
113 std::string queueName; variable
132 std::string queueName; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_serial_queue_test/
H A Dfms_form_serial_queue_test.cpp58 const std::string queueName = "queue"; variable
75 const std::string queueName = "queue1"; variable
95 const std::string queueName = "queue1"; variable
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dqueue_task_handler_wrap.cpp22 QueueTaskHandlerWrap::QueueTaskHandlerWrap(const std::string &queueName, TaskQoS queueQos) in QueueTaskHandlerWrap()
H A Dtask_handler_wrap.cpp63 std::shared_ptr<TaskHandlerWrap> TaskHandlerWrap::CreateQueueHandler(const std::string &queueName, in CreateQueueHandler()
75 TaskHandlerWrap::TaskHandlerWrap(const std::string &queueName) : queueName_(queueName) in TaskHandlerWrap()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/common/
H A Dserial_queue.cpp27 SerialQueue::SerialQueue(const std::string &queueName) in SerialQueue()
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_task_queue.h32 const char *queueName; member
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_serial_queue.cpp29 FormRenderSerialQueue::FormRenderSerialQueue(const std::string &queueName): queue_(queueName.c_str(… in FormRenderSerialQueue()
H A Dform_render_impl.cpp62 const std::string queueName = "FormRenderSerialQueue"; in FormRenderImpl() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_serial_queue.cpp28 FormSerialQueue::FormSerialQueue(const std::string &queueName): queue_(queueName.c_str()) in FormSerialQueue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_video_frame_rate_vote.cpp35 std::string queueName = "video_frame_rate_vote_queue_" + std::to_string(surfaceNodeId); in RSVideoFrameRateVote() local
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnet_policy_file_event_handler.cpp42 NetPolicyFileEventHandler::NetPolicyFileEventHandler(const char *queueName) : netPolicyFileEventQue… in NetPolicyFileEventHandler()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c293 char queueName[QUEUE_NAME_LEN] = {0}; in InitEventWorkQueue() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp55 CgroupEventHandler::CgroupEventHandler(const std::string &queueName) in CgroupEventHandler()