Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_observer_snap_test.cpp1253 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…
1268 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();
1283 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();
1303 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun… in ObserverSnapBatchPerformance()
1342 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…
1363 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();
1388 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun… in ObserverSnapTransactionPerformance()
1401 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count(); in ObserverSnapTransactionPerformance()
1448 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…
H A Ddistributeddb_kv_observer_test.cpp1333 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1349 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1364 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1383 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick); in KvObserverBatchPerformance()
1420 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1439 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1461 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick); in KvObserverTransactionPerformance()
1507 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
1530 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
H A Ddistributeddb_kv_batch_crud_test.cpp135 microClock_type GetOnChangeTime() in GetOnChangeTime() function in DistributeddbKvBatchCrud::KvStoreObserverSnapImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Dkv_store_observer_impl.h57 microClock_type GetOnChangeTime();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dkv_store_observer_impl.cpp182 microClock_type KvStoreObserverImpl::GetOnChangeTime() in GetOnChangeTime() function in KvStoreObserverImpl