Home
last modified time | relevance | path

Searched refs:SQLitePersistentReportingAndNelStore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_reporting_and_nel_store.cc104 class SQLitePersistentReportingAndNelStore::Backend
354 class SQLitePersistentReportingAndNelStore::Backend::PendingOperation {
370 struct SQLitePersistentReportingAndNelStore::Backend::NelPolicyInfo {
434 struct SQLitePersistentReportingAndNelStore::Backend::ReportingEndpointInfo {
484 struct SQLitePersistentReportingAndNelStore::Backend::
538 void SQLitePersistentReportingAndNelStore::Backend::LoadNelPolicies( in LoadNelPolicies()
545 void SQLitePersistentReportingAndNelStore::Backend::AddNelPolicy( in AddNelPolicy()
554 void SQLitePersistentReportingAndNelStore::Backend::UpdateNelPolicyAccessTime( in UpdateNelPolicyAccessTime()
563 void SQLitePersistentReportingAndNelStore::Backend::DeleteNelPolicy( in DeleteNelPolicy()
572 void SQLitePersistentReportingAndNelStore::Backend::LoadReportingClients( in LoadReportingClients()
[all …]
H A Dsqlite_persistent_reporting_and_nel_store.h29 class COMPONENT_EXPORT(NET_EXTRAS) SQLitePersistentReportingAndNelStore in COMPONENT_EXPORT()
32 SQLitePersistentReportingAndNelStore( in COMPONENT_EXPORT()
37 SQLitePersistentReportingAndNelStore( in COMPONENT_EXPORT()
38 const SQLitePersistentReportingAndNelStore&) = delete; in COMPONENT_EXPORT()
39 SQLitePersistentReportingAndNelStore& operator=( in COMPONENT_EXPORT()
40 const SQLitePersistentReportingAndNelStore&) = delete; in COMPONENT_EXPORT()
42 ~SQLitePersistentReportingAndNelStore() override; in COMPONENT_EXPORT()
89 base::WeakPtrFactory<SQLitePersistentReportingAndNelStore> weak_factory_{ in COMPONENT_EXPORT()
H A Dsqlite_persistent_reporting_and_nel_store_unittest.cc97 store_ = std::make_unique<SQLitePersistentReportingAndNelStore>( in CreateStore()
248 std::unique_ptr<SQLitePersistentReportingAndNelStore> store_;
364 store_ = std::make_unique<SQLitePersistentReportingAndNelStore>( in TEST_F()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc251 std::make_unique<SQLitePersistentReportingAndNelStore>( in TEST_F()