| /foundation/communication/wifi/wifi/utils/src/ |
| D | wifi_event_handler.cpp | 56 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() 70 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() 158 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() 170 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() 237 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() 245 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() 285 bool WifiEventHandler::PostAsyncTask(const Callback &callback, int64_t delayTime) in PostAsyncTask() 294 …fiEventHandler::PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime) in PostAsyncTask()
|
| /foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
| D | distributed_input_sink_event_handler.cpp | 28 bool DistributedInputSinkEventHandler::ProxyPostTask(const Callback &callback, int64_t delayTime) in ProxyPostTask() 34 const Callback &callback, const std::string &name, int64_t delayTime) in ProxyPostTask()
|
| /foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
| D | net_policy_base.cpp | 46 void NetPolicyBase::SendEvent(int32_t eventId, int64_t delayTime) in SendEvent() 52 …olicyBase::SendEvent(int32_t eventId, std::shared_ptr<PolicyEvent> &policyEvent, int64_t delayTime) in SendEvent()
|
| /foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
| D | distributed_input_source_event_handler.cpp | 28 bool DistributedInputSourceEventHandler::ProxyPostTask(const Callback &callback, int64_t delayTime) in ProxyPostTask() 34 const Callback &callback, const std::string &name, int64_t delayTime) in ProxyPostTask()
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| D | net_conn_event_handler.cpp | 25 bool NetConnEventHandler::PostAsyncTask(const Callback &callback, int64_t delayTime) in PostAsyncTask() 30 …entHandler::PostAsyncTask(const Callback &callback, const std::string& taskName, int64_t delayTime) in PostAsyncTask()
|
| /foundation/communication/dhcp/services/dhcp_client/src/ |
| D | dhcp_thread.cpp | 76 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() 88 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() 149 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() 163 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() 217 bool DhcpThread::PostAsyncTask(const Callback &callback, int64_t delayTime) in PostAsyncTask() 226 bool DhcpThread::PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime) in PostAsyncTask()
|
| /foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
| D | hgm_task_handle_thread.cpp | 46 void HgmTaskHandleThread::PostTask(const std::function<void()>& task, int64_t delayTime) in PostTask() 61 …kHandleThread::PostEvent(std::string eventId, const std::function<void()>& task, int64_t delayTime) in PostEvent()
|
| /foundation/window/window_manager/window_scene/test/unittest/ |
| D | ws_ffrt_helper_test.cpp | 73 uint64_t delayTime = 0; variable 99 uint64_t delayTime = 0; in __anon9838d4350202() local 122 uint64_t delayTime = 0; variable
|
| D | task_scheduler_test.cpp | 81 int64_t delayTime = 1; variable
|
| /foundation/window/window_manager/window_scene/common/src/ |
| D | task_scheduler.cpp | 31 void TaskScheduler::PostAsyncTask(Task&& task, const std::string& name, int64_t delayTime) in PostAsyncTask() 55 void TaskScheduler::PostTask(Task&& task, const std::string& name, int64_t delayTime) in PostTask()
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoObServer/ |
| D | mock_ability_hancle_for_data_observer.h | 26 bool EventHandler::SendEvent(InnerEvent::Pointer& event, int64_t delayTime, Priority priority) in SendEvent()
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
| D | icollect_plugin.cpp | 30 void ICollectPlugin::PostDelayTask(std::function<void()> callback, int32_t delayTime) in PostDelayTask()
|
| /foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
| D | bundle_active_group_handler.cpp | 69 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in SendCheckBundleMsg() 109 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in GetMsgKey() 121 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in SendEvent()
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
| D | ffrt_handler.cpp | 67 bool FFRTHandler::PostTask(std::function<void()> func, uint64_t delayTime) in PostTask() 81 bool FFRTHandler::PostTask(std::function<void()> func, const std::string& name, uint64_t delayTime) in PostTask()
|
| /foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/ |
| D | anr_handler.cpp | 83 …int64_t delayTime = std::min(timeoutTime - MARK_PROCESS_DELAY_TIME_BIAS_US, MAX_MARK_PROCESS_DELAY… in HandleEventConsumed() local 108 bool ANRHandler::PostTask(Task &&task, const std::string& name, int64_t delayTime) in PostTask() 168 void ANRHandler::SendEvent(int32_t eventId, int64_t delayTime) in SendEvent()
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | anr_thread.cpp | 30 bool AnrThread::PostTaskToTaskRunner(Task&& task, uint32_t delayTime, const std::string& name) in PostTaskToTaskRunner()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | anr_thread.cpp | 39 bool AnrThread::PostTaskToTaskRunner(Task&& task, uint32_t delayTime, const std::string& name) in PostTaskToTaskRunner()
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| D | accessibility_mouse_autoclick.cpp | 136 int64_t delayTime = GetDelayTime(); in RecognizeAutoclick() local 193 int32_t delayTime = accountData->GetConfig()->GetMouseAutoClick(); in GetDelayTime() local
|
| /foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
| D | net_policy_event_handler.cpp | 37 …d NetPolicyEventHandler::SendEvent(const AppExecFwk::InnerEvent::Pointer &event, int64_t delayTime) in SendEvent()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| D | task_handler_client.cpp | 41 bool TaskHandlerClient::PostTask(std::function<void()> task, long delayTime) in PostTask()
|
| /foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
| D | sync_coordinator.cpp | 71 bool SyncCoordinator::DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime) in DispatchSyncTask()
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_clock/ |
| D | rosen_render_text_clock.cpp | 46 …int32_t delayTime = (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND + 1; // millise… in RequestRenderForNextSecond() local
|
| /foundation/multimedia/av_session/utils/src/ |
| D | avsession_event_handler.cpp | 36 …entHandler::AVSessionPostTask(const Callback &callback, const std::string &name, int64_t delayTime) in AVSessionPostTask()
|
| /foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
| D | system_ability_test.cpp | 108 const nlohmann::json& idleReason, int32_t& delayTime) in IdleAbility() 307 int32_t delayTime = 123; variable 341 int32_t delayTime = 123; variable
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
| D | local_ability_manager_proxy_test.cpp | 255 int32_t delayTime = 0; variable 273 int32_t delayTime = 0; variable
|