Home
last modified time | relevance | path

Searched refs:GetConnectionCost (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/base/
Dnetwork_change_notifier_unittest.cc280 NetworkChangeNotifier::GetConnectionCost()); in TEST_F()
287 NetworkChangeNotifier::GetConnectionCost()); in TEST_F()
303 TEST_F(NetworkChangeNotifierConnectionCostTest, GetConnectionCost) { in TEST_F() argument
305 NetworkChangeNotifier::GetConnectionCost()); in TEST_F()
Dnetwork_change_notifier.cc340 NetworkChangeNotifier::GetConnectionCost() { in GetConnectionCost() function in net::NetworkChangeNotifier
1008 GetConnectionCost()); in NotifyObserversOfConnectionCostChange()
Dnetwork_change_notifier.h375 static ConnectionCost GetConnectionCost();
/external/cronet/net/android/
Dnetwork_change_notifier_delegate_android.h89 jint GetConnectionCost(JNIEnv* env, jobject obj);
Dnetwork_change_notifier_android_unittest.cc394 notifier_.GetConnectionCost()); in TEST_F()
397 notifier_.GetConnectionCost()); in TEST_F()
Dnetwork_change_notifier_delegate_android.cc254 jint NetworkChangeNotifierDelegateAndroid::GetConnectionCost(JNIEnv*, jobject) { in GetConnectionCost() function in net::NetworkChangeNotifierDelegateAndroid