Searched refs:PostHighPriorityTask (Results 1 - 2 of 2) sorted by relevance
/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_post_task_module_test.cpp | 143 bool postResult = handler->PostHighPriorityTask(f, taskName, delayTime); in HWTEST_F() 168 bool postResult = handler->PostHighPriorityTask(f, delayTime); in HWTEST_F()
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_handler.h | 522 inline bool PostHighPriorityTask(const Callback &callback, const std::string &name = std::string(), in PostHighPriorityTask() function in OHOS::AppExecFwk::EventHandler 536 inline bool PostHighPriorityTask(const Callback &callback, int64_t delayTime, const Caller &caller = {}) in PostHighPriorityTask() function in OHOS::AppExecFwk::EventHandler 538 return PostHighPriorityTask(callback, std::string(), delayTime, caller);
|
Completed in 3 milliseconds