Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dkey_value_store_map_test.cc327 KeyValueStore::StorageStats post_stats = kvs_.GetStorageStats(); in GCFull()
337 KeyValueStore::StorageStats pre_stats = kvs_.GetStorageStats(); in GCPartial()
339 KeyValueStore::StorageStats post_stats = kvs_.GetStorageStats(); in GCPartial()
Dflash_partition_with_stats.cc35 KeyValueStore::StorageStats stats = kvs.GetStorageStats(); in SaveStorageStats()
Dkey_value_store_test.cc294 KeyValueStore::StorageStats stats = kvs.GetStorageStats(); in TEST()
395 KeyValueStore::StorageStats stats = kvs_.GetStorageStats(); in TEST_F()
Dkey_value_store.cc300 KeyValueStore::StorageStats KeyValueStore::GetStorageStats() const { in GetStorageStats()
301 StorageStats stats{}; in GetStorageStats()
897 StorageStats stats = GetStorageStats(); in FullMaintenanceHelper()
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h311 struct StorageStats { struct
320 StorageStats GetStorageStats() const; argument