Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_reporting_and_nel_store_unittest.cc535 store_->GetQueueLengthForTesting()); in TEST_F()
572 EXPECT_EQ(3u, store_->GetQueueLengthForTesting()); in TEST_F()
599 EXPECT_EQ(0u, store_->GetQueueLengthForTesting()); in TEST_F()
601 EXPECT_EQ(0u, store_->GetQueueLengthForTesting()); in TEST_F()
603 EXPECT_EQ(0u, store_->GetQueueLengthForTesting()); in TEST_F()
638 EXPECT_EQ(1u, store_->GetQueueLengthForTesting()); in TEST_F()
1298 store_->GetQueueLengthForTesting()); in TEST_F()
1337 EXPECT_EQ(3u, store_->GetQueueLengthForTesting()); in TEST_F()
1390 store_->GetQueueLengthForTesting()); in TEST_F()
1434 store_->GetQueueLengthForTesting()); in TEST_F()
[all …]
H A Dsqlite_persistent_cookie_store.cc377 size_t GetQueueLengthForTesting();
1566 size_t SQLitePersistentCookieStore::Backend::GetQueueLengthForTesting() { in GetQueueLengthForTesting() function in net::SQLitePersistentCookieStore::Backend
1728 size_t SQLitePersistentCookieStore::GetQueueLengthForTesting() { in GetQueueLengthForTesting() function in net::SQLitePersistentCookieStore
1729 return backend_->GetQueueLengthForTesting(); in GetQueueLengthForTesting()
H A Dsqlite_persistent_reporting_and_nel_store.cc141 size_t GetQueueLengthForTesting() const;
655 size_t SQLitePersistentReportingAndNelStore::Backend::GetQueueLengthForTesting() in GetQueueLengthForTesting() function in net::SQLitePersistentReportingAndNelStore::Backend
1564 size_t SQLitePersistentReportingAndNelStore::GetQueueLengthForTesting() const { in GetQueueLengthForTesting() function in net::SQLitePersistentReportingAndNelStore
1565 return backend_->GetQueueLengthForTesting(); in GetQueueLengthForTesting()
H A Dsqlite_persistent_reporting_and_nel_store.h71 size_t GetQueueLengthForTesting() const; in COMPONENT_EXPORT()
H A Dsqlite_persistent_cookie_store.h82 size_t GetQueueLengthForTesting(); in COMPONENT_EXPORT()
H A Dsqlite_persistent_cookie_store_unittest.cc1389 store_->GetQueueLengthForTesting()); in TEST_F()
1422 EXPECT_EQ(2u, store_->GetQueueLengthForTesting()); in TEST_F()