Home
last modified time | relevance | path

Searched refs:MockHttpAuthHandlerFactory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_factory_unittest.cc38 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { class
40 explicit MockHttpAuthHandlerFactory(int return_code) : in MockHttpAuthHandlerFactory() function in net::__anon6458ac3e0111::MockHttpAuthHandlerFactory
42 ~MockHttpAuthHandlerFactory() override = default;
72 std::make_unique<MockHttpAuthHandlerFactory>(kBasicReturnCode); in TEST()
76 std::make_unique<MockHttpAuthHandlerFactory>(kDigestReturnCode); in TEST()
80 std::make_unique<MockHttpAuthHandlerFactory>(kDigestReturnCodeReplace); in TEST()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder_unittest.cc69 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { class
71 MockHttpAuthHandlerFactory(std::string supported_scheme, int return_code) in MockHttpAuthHandlerFactory() function in net::__anonf5ae90790111::MockHttpAuthHandlerFactory
73 ~MockHttpAuthHandlerFactory() override = default;
170 std::make_unique<MockHttpAuthHandlerFactory>("extrascheme", in TEST_F()