/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_timer.cpp | 43 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 D | driver.rs | 22 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 D | wheel.rs | 135 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 D | timer_event_handler.cpp | 83 SetReadCallback([this] { this->TimeOut(); }); in Initialize() 93 void TimerEventHandler::TimeOut() in TimeOut() function in OHOS::Utils::TimerEventHandler
|
H A D | timer_event_handler.h | 49 void TimeOut();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/ |
H A D | usage_event_report.cpp | 178 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 D | error.rs | 91 TimeOut(T), 98 SendTimeoutError::TimeOut(_) => write!(f, "channel sending timeout"),
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/ |
H A D | usage_event_report.h | 39 void TimeOut();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/ |
H A D | usage_event_report_test.cpp | 46 plugin.TimeOut();
|
H A D | fold_app_usage_test.cpp | 255 cacher.TimeOut();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_message_schedule.h | 53 int TimeOut(TimerId timerId);
|
H A D | single_ver_data_message_schedule.cpp | 231 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 D | fold_event_cacher.h | 35 void TimeOut();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_sync_task_context.h | 103 return SingleVerKvSyncTaskContext::TimeOut(id); in CallTimeout()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 67 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 D | event_benchmark_test.cpp | 92 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 D | mod.rs | 227 Err(_) => Err(SendTimeoutError::TimeOut(value)), in send_timeout()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_task_context.h | 228 virtual int TimeOut(TimerId id);
|
H A D | sync_task_context.cpp | 314 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 D | c_utils_guide_event.md | 205 void TimeOut();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_event_cacher.cpp | 120 void FoldEventCacher::TimeOut() in TimeOut() function in OHOS::HiviewDFX::FoldEventCacher
|