Home
last modified time | relevance | path

Searched refs:GetLibraryNameForTesting (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_gssapi_posix.h108 virtual const std::string& GetLibraryNameForTesting() = 0;
170 const std::string& GetLibraryNameForTesting() override;
H A Dhttp_auth_handler_negotiate.cc81 const std::string& HttpAuthHandlerNegotiate::Factory::GetLibraryNameForTesting() in GetLibraryNameForTesting() function in net::HttpAuthHandlerNegotiate::Factory
83 return auth_library_->GetLibraryNameForTesting(); in GetLibraryNameForTesting()
H A Dhttp_auth_handler_negotiate.h64 const std::string& GetLibraryNameForTesting() const;
H A Dmock_gssapi_library_posix.h190 const std::string& GetLibraryNameForTesting() override;
H A Dhttp_auth_handler_factory.cc265 ->GetLibraryNameForTesting(); // IN-TEST in GetNegotiateLibraryNameForTesting()
H A Dmock_gssapi_library_posix.cc511 const std::string& MockGSSAPILibrary::GetLibraryNameForTesting() { in GetLibraryNameForTesting() function in net::test::MockGSSAPILibrary
H A Dhttp_auth_gssapi_posix.cc627 const std::string& GSSAPISharedLibrary::GetLibraryNameForTesting() { in GetLibraryNameForTesting() function in net::GSSAPISharedLibrary