Home
last modified time | relevance | path

Searched refs:StopTimeTickMonitorIfNeed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_meta_data_test.cpp328 RuntimeContext::GetInstance()->StopTimeTickMonitorIfNeed();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h149 virtual void StopTimeTickMonitorIfNeed() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h134 void StopTimeTickMonitorIfNeed() override;
H A Druntime_context_impl.cpp780 void RuntimeContextImpl::StopTimeTickMonitorIfNeed() in StopTimeTickMonitorIfNeed() function in DistributedDB::RuntimeContextImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp971 RuntimeContext::GetInstance()->StopTimeTickMonitorIfNeed(); in ReleaseInnerResource()