Searched defs:queueName (Results 1 – 6 of 6) sorted by relevance
80 std::string queueName; variable94 std::string queueName; variable113 std::string queueName; variable132 std::string queueName; variable
58 const std::string queueName = "queue"; variable75 const std::string queueName = "queue1"; variable95 const std::string queueName = "queue1"; variable
22 QueueTaskHandlerWrap::QueueTaskHandlerWrap(const std::string &queueName, TaskQoS queueQos) in QueueTaskHandlerWrap()
60 std::shared_ptr<TaskHandlerWrap> TaskHandlerWrap::CreateQueueHandler(const std::string &queueName, in CreateQueueHandler()
29 SerialQueue::SerialQueue(const std::string &queueName) in SerialQueue()
28 FormSerialQueue::FormSerialQueue(const std::string &queueName): queue_(queueName.c_str()) in FormSerialQueue()