Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/net/
H A Dnetwork_throttling_observer_unittest.cc45 GetNetworkThrottlingStatus() { in GetNetworkThrottlingStatus() function in chromeos::test::NetworkThrottlingObserverTest
49 ->GetNetworkThrottlingStatus(); in GetNetworkThrottlingStatus()
73 EXPECT_FALSE(GetNetworkThrottlingStatus().enabled); in TEST_F()
80 const auto& status = GetNetworkThrottlingStatus(); in TEST_F()
89 EXPECT_FALSE(GetNetworkThrottlingStatus().enabled); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dshill_manager_client.h115 virtual const NetworkThrottlingStatus& GetNetworkThrottlingStatus() = 0; in COMPONENT_EXPORT()
H A Dfake_shill_manager_client.h96 const NetworkThrottlingStatus& GetNetworkThrottlingStatus() override; in COMPONENT_EXPORT()
H A Dfake_shill_manager_client.cc729 FakeShillManagerClient::GetNetworkThrottlingStatus() { in GetNetworkThrottlingStatus() function in chromeos::FakeShillManagerClient