Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_serial_queue.cpp28 FormSerialQueue::FormSerialQueue(const std::string &queueName): queue_(queueName.c_str()) in FormSerialQueue() function in OHOS::AppExecFwk::FormSerialQueue
30 HILOG_DEBUG("create FormSerialQueue, queueName :%{public}s", queueName.c_str()); in FormSerialQueue()
33 FormSerialQueue::~FormSerialQueue() in ~FormSerialQueue()
35 HILOG_DEBUG("destroy FormSerialQueue"); in ~FormSerialQueue()
38 bool FormSerialQueue::ScheduleTask(uint64_t ms, std::function<void()> func) in ScheduleTask()
55 void FormSerialQueue::ScheduleDelayTask(const std::pair<int64_t, int64_t> &eventMsg, in ScheduleDelayTask()
69 void FormSerialQueue::CancelDelayTask(const std::pair<int64_t, int64_t> &eventMsg) in CancelDelayTask()
H A Dform_event_handler.cpp25 FormEventHandler::FormEventHandler(const std::shared_ptr<FormSerialQueue> &serialQueue) in FormEventHandler()
H A Dform_free_install_operator.cpp28 const std::shared_ptr<FormSerialQueue> &serialQueue) in FormFreeInstallOperator()
H A Dform_mgr_service.cpp782 serialQueue_ = std::make_shared<FormSerialQueue>(FORM_MGR_SERVICE_QUEUE.c_str()); in Init()
H A Dform_mgr_adapter.cpp121 serialQueue_ = std::make_shared<FormSerialQueue>(FORM_ADD_FORM_TIMER_TASK_QUEUE.c_str()); in Init()
/foundation/ability/form_fwk/test/unittest/fms_form_serial_queue_test/
H A Dfms_form_serial_queue_test.cpp59 std::shared_ptr<FormSerialQueue> queue = std::make_shared<FormSerialQueue>(queueName.c_str()); in HWTEST_F()
76 std::shared_ptr<FormSerialQueue> queue = std::make_shared<FormSerialQueue>(queueName.c_str()); in HWTEST_F()
96 std::shared_ptr<FormSerialQueue> queue = std::make_shared<FormSerialQueue>(queueName.c_str()); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_serial_queue.h27 class FormSerialQueue final {
29 explicit FormSerialQueue(const std::string &queueName);
30 ~FormSerialQueue();
H A Dform_free_install_operator.h33 const std::shared_ptr<FormSerialQueue> &serialQueue);
43 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_event_handler.h46 FormEventHandler(const std::shared_ptr<FormSerialQueue> &serialQueue);
76 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_sys_event_receiver.h47 inline void SetSerialQueue(const std::shared_ptr<FormSerialQueue> &serialQueue) in SetSerialQueue()
70 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_ams_helper.h45 inline void SetSerialQueue(const std::shared_ptr<FormSerialQueue> &serialQueue) in SetSerialQueue()
111 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_share_mgr.h52 void SetSerialQueue(const std::shared_ptr<FormSerialQueue> &serialQueue) in SetSerialQueue()
167 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_task_mgr.h56 inline void SetSerialQueue(const std::shared_ptr<FormSerialQueue> &serialQueue) in SetSerialQueue()
541 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_mgr_service.h706 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
H A Dform_mgr_adapter.h1150 std::shared_ptr<FormSerialQueue> serialQueue_ = nullptr;
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp218 auto queue = std::make_shared<OHOS::AppExecFwk::FormSerialQueue>(queueStr); in HWTEST_F()
240 auto queue = std::make_shared<OHOS::AppExecFwk::FormSerialQueue>(queueStr); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp2227 formMgrAdapter.serialQueue_ = std::make_shared<FormSerialQueue>("FormMgrTimerTaskQueueTest"); in HWTEST_F()

Completed in 25 milliseconds