Home
last modified time | relevance | path

Searched refs:NotifyTimestampChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h118 virtual void NotifyTimestampChanged(TimeOffset offset) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h103 void NotifyTimestampChanged(TimeOffset offset) const override;
H A Druntime_context_impl.cpp623 void RuntimeContextImpl::NotifyTimestampChanged(TimeOffset offset) const in NotifyTimestampChanged() function in DistributedDB::RuntimeContextImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp1239 RuntimeContext::GetInstance()->NotifyTimestampChanged(100);
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp2140 RuntimeContext::GetInstance()->NotifyTimestampChanged(100);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp539 RuntimeContext::GetInstance()->NotifyTimestampChanged(0); in EndMigrate()