Home
last modified time | relevance | path

Searched refs:TimeOut (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_timer.cpp43 static void TimeOut(std::string timerName) {} in TimeOut() function
57 int32_t ret = timer->StartTimer("", timeout, TimeOut);
60 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), 400, TimeOut);
63 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), -20, TimeOut);
83 int32_t ret = timer->StartTimer(name, timeOut, TimeOut);
86 ret = timer->StartTimer(name2, timeOut2, TimeOut);
118 timer->StartTimer(name, timeOut, TimeOut);
137 timer->StartTimer(name, timeOut, TimeOut);
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Ddriver.rs22 use crate::time::wheel::{TimeOut, Wheel};
108 TimeOut::ClockEntry(clock_entry) => { in run()
112 TimeOut::Duration(duration) => { in run()
116 TimeOut::None => break, in run()
H A Dwheel.rs135 pub(crate) enum TimeOut { enum
273 pub(crate) fn poll(&mut self, now: u64) -> TimeOut { in poll() argument
276 return TimeOut::ClockEntry(handle); in poll()
283 return TimeOut::Duration(Duration::from_millis(expiration.deadline - now)) in poll()
297 None => TimeOut::None, in poll()
298 Some(handle) => TimeOut::ClockEntry(handle), in poll()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.cpp83 SetReadCallback([this] { this->TimeOut(); }); in Initialize()
93 void TimerEventHandler::TimeOut() in TimeOut() function in OHOS::Utils::TimerEventHandler
H A Dtimer_event_handler.h49 void TimeOut();
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp178 auto task = bind(&UsageEventReport::TimeOut, this); in RunTask()
182 void UsageEventReport::TimeOut() in TimeOut() function in OHOS::HiviewDFX::UsageEventReport
200 foldEventCacher_->TimeOut(); in TimeOut()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Derror.rs91 TimeOut(T),
98 SendTimeoutError::TimeOut(_) => write!(f, "channel sending timeout"),
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_report.h39 void TimeOut();
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dusage_event_report_test.cpp46 plugin.TimeOut();
H A Dfold_app_usage_test.cpp255 cacher.TimeOut();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.h53 int TimeOut(TimerId timerId);
H A Dsingle_ver_data_message_schedule.cpp231 TimerAction timeOutCallback = [this](TimerId timerId) { return TimeOut(timerId); }; in StartTimer()
271 int SingleVerDataMessageSchedule::TimeOut(TimerId timerId) in TimeOut() function in DistributedDB::SingleVerDataMessageSchedule
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_event_cacher.h35 void TimeOut();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_sync_task_context.h103 return SingleVerKvSyncTaskContext::TimeOut(id); in CallTimeout()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp67 void TimeOut();
285 SetCallback(std::bind(&TimerFdHandler::TimeOut, this)); in Initialize()
295 void TimerFdHandler::TimeOut() in TimeOut() function in OHOS::__anon7e5fee520110::TimerFdHandler
572 void TimeOut();
865 handler_->SetCallback(std::bind(&TimerEventHandler::TimeOut, this)); in Initialize()
894 void TimerEventHandler::TimeOut() in TimeOut() function in OHOS::__anon7e5fee520110::TimerEventHandler
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp92 void TimeOut();
386 SetCallback(std::bind(&TimerFdHandler::TimeOut, this)); in Initialize()
397 void TimerFdHandler::TimeOut() in TimeOut() function in OHOS::__anond27b26990110::TimerFdHandler
704 void TimeOut();
1010 handler_->SetCallback(std::bind(&TimerEventHandler::TimeOut, this)); in Initialize()
1042 void TimerEventHandler::TimeOut() in TimeOut() function in OHOS::__anond27b26990110::TimerEventHandler
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs227 Err(_) => Err(SendTimeoutError::TimeOut(value)), in send_timeout()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.h228 virtual int TimeOut(TimerId id);
H A Dsync_task_context.cpp314 TimerAction timeOutCallback = [this](TimerId id) { return TimeOut(id); }; in StartTimer()
556 int SyncTaskContext::TimeOut(TimerId id) in TimeOut() function in DistributedDB::SyncTaskContext
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_event.md205 void TimeOut();
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp120 void FoldEventCacher::TimeOut() in TimeOut() function in OHOS::HiviewDFX::FoldEventCacher