Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc225 ->GetPendingUploadCountForTesting()); in TEST_F()
277 ->GetPendingUploadCountForTesting()); in TEST_F()
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_uploader.h56 virtual int GetPendingUploadCountForTesting() const = 0;
H A Dreporting_uploader.cc325 int GetPendingUploadCountForTesting() const override { in GetPendingUploadCountForTesting() function in net::__anon57a0c7090111::ReportingUploaderImpl
H A Dreporting_test_util.h100 int GetPendingUploadCountForTesting() const override;
H A Dreporting_test_util.cc125 int TestReportingUploader::GetPendingUploadCountForTesting() const { in GetPendingUploadCountForTesting() function in net::TestReportingUploader