Home
last modified time | relevance | path

Searched refs:ModifyTimer (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_time_sync.h25 void ModifyTimer(int milliSeconds) in ModifyTimer() function
28 RuntimeContext::GetInstance()->ModifyTimer(driverTimerId_, milliSeconds); in ModifyTimer()
H A Ddistributeddb_mock_sync_module_test.cpp375 timeSync.ModifyTimer(timeDriverMs); in TimeSync001()
2159 timeSync.ModifyTimer(timeDriverMs);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp344 int SyncTaskContext::ModifyTimer(int milliSeconds) in ModifyTimer() function in DistributedDB::SyncTaskContext
350 return RuntimeContext::GetInstance()->ModifyTimer(timerId_, milliSeconds); in ModifyTimer()
657 ModifyTimer(timeout_); in CancelCurrentSyncRetryIfNeed()
H A Disync_task_context.h100 virtual int ModifyTimer(int milliSeconds) = 0;
H A Dsync_task_context.h97 int ModifyTimer(int milliSeconds) override;
H A Dsync_state_machine.cpp103 syncContext_->ModifyTimer(timeoutTime); in TimeoutCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h65 virtual int ModifyTimer(TimerId timerId, int milliSeconds) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h52 int ModifyTimer(TimerId timerId, int milliSeconds) override;
H A Druntime_context_impl.cpp219 int RuntimeContextImpl::ModifyTimer(TimerId timerId, int milliSeconds) in ModifyTimer() function in DistributedDB::RuntimeContextImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp240 EXPECT_EQ(RuntimeContext::GetInstance()->ModifyTimer(timer, ONE_HUNDRED_MILLISECONDS), E_OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp251 int errCode = runtimeCxt->ModifyTimer(lifeTimerId_, time); in SetAutoLifeCycleTime()