Home
last modified time | relevance | path

Searched defs:delayTime (Results 1 – 25 of 147) sorted by relevance

123456

/foundation/communication/wifi/wifi/utils/src/
Dwifi_event_handler.cpp56 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/
Ddistributed_input_sink_event_handler.cpp28 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/
Dnet_policy_base.cpp46 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/
Ddistributed_input_source_event_handler.cpp28 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/
Dnet_conn_event_handler.cpp25 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/
Ddhcp_thread.cpp76 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/
Dhgm_task_handle_thread.cpp46 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/
Dws_ffrt_helper_test.cpp73 uint64_t delayTime = 0; variable
99 uint64_t delayTime = 0; in __anon9838d4350202() local
122 uint64_t delayTime = 0; variable
Dtask_scheduler_test.cpp81 int64_t delayTime = 1; variable
/foundation/window/window_manager/window_scene/common/src/
Dtask_scheduler.cpp31 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/
Dmock_ability_hancle_for_data_observer.h26 bool EventHandler::SendEvent(InnerEvent::Pointer& event, int64_t delayTime, Priority priority) in SendEvent()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
Dicollect_plugin.cpp30 void ICollectPlugin::PostDelayTask(std::function<void()> callback, int32_t delayTime) in PostDelayTask()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
Dbundle_active_group_handler.cpp69 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/
Dffrt_handler.cpp67 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/
Danr_handler.cpp83 …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/
Danr_thread.cpp30 bool AnrThread::PostTaskToTaskRunner(Task&& task, uint32_t delayTime, const std::string& name) in PostTaskToTaskRunner()
/foundation/arkui/ace_engine/frameworks/core/common/
Danr_thread.cpp39 bool AnrThread::PostTaskToTaskRunner(Task&& task, uint32_t delayTime, const std::string& name) in PostTaskToTaskRunner()
/foundation/barrierfree/accessibility/services/aams/src/
Daccessibility_mouse_autoclick.cpp136 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/
Dnet_policy_event_handler.cpp37 …d NetPolicyEventHandler::SendEvent(const AppExecFwk::InnerEvent::Pointer &event, int64_t delayTime) in SendEvent()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dtask_handler_client.cpp41 bool TaskHandlerClient::PostTask(std::function<void()> task, long delayTime) in PostTask()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
Dsync_coordinator.cpp71 bool SyncCoordinator::DispatchSyncTask(const SyncTask& syncTask, int64_t delayTime) in DispatchSyncTask()
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
Drosen_render_text_clock.cpp46 …int32_t delayTime = (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND + 1; // millise… in RequestRenderForNextSecond() local
/foundation/multimedia/av_session/utils/src/
Davsession_event_handler.cpp36 …entHandler::AVSessionPostTask(const Callback &callback, const std::string &name, int64_t delayTime) in AVSessionPostTask()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
Dsystem_ability_test.cpp108 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/
Dlocal_ability_manager_proxy_test.cpp255 int32_t delayTime = 0; variable
273 int32_t delayTime = 0; variable

123456