Home
last modified time | relevance | path

Searched refs:TimeOut (Results 1 - 6 of 6) sorted by relevance

/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); in HWTEST_F()
60 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), 400, TimeOut); in HWTEST_F()
63 ret = timer->StartTimer(std::string(AUTHENTICATE_TIMEOUT_TASK), -20, TimeOut); in HWTEST_F()
83 int32_t ret = timer->StartTimer(name, timeOut, TimeOut); in HWTEST_F()
86 ret = timer->StartTimer(name2, timeOut2, TimeOut); in HWTEST_F()
118 timer->StartTimer(name, timeOut, TimeOut); in HWTEST_F()
137 timer->StartTimer(name, timeOut, TimeOut); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_sync_task_context.h103 return SingleVerKvSyncTaskContext::TimeOut(id); in CallTimeout()
/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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.h224 virtual int TimeOut(TimerId id);
H A Dsync_task_context.cpp313 TimerAction timeOutCallback = [this](TimerId id) { return TimeOut(id); }; in StartTimer()
547 int SyncTaskContext::TimeOut(TimerId id) in TimeOut() function in DistributedDB::SyncTaskContext
558 LOGW("[SyncTaskContext][TimeOut] Trigger TimeOut Async Failed! TimerId=" PRIu64 " errCode=%d", id, errCode); in TimeOut()

Completed in 4 milliseconds