Home
last modified time | relevance | path

Searched refs:InitWithFdForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_change_notifier_linux.cc73 address_tracker_.InitWithFdForTesting(std::move(netlink_fd)); // IN-TEST in InitForTesting()
H A Daddress_tracker_linux.h94 void InitWithFdForTesting(base::ScopedFD fd);
H A Daddress_tracker_linux.cc192 void AddressTrackerLinux::InitWithFdForTesting(base::ScopedFD fd) { in InitWithFdForTesting() function in net::internal::AddressTrackerLinux