Searched refs:kStrength (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/wimax/ |
D | wimax_service_unittest.cc | 131 const int kStrength = 55; in TEST_F() local 132 service_->OnSignalStrengthChanged(kStrength); in TEST_F() 133 EXPECT_EQ(kStrength, service_->strength()); in TEST_F() 139 const int kStrength = 66; in TEST_F() local 147 EXPECT_CALL(*proxy_, SignalStrength(_)).WillOnce(Return(kStrength)); in TEST_F() 158 EXPECT_EQ(kStrength, service_->strength()); in TEST_F()
|
/system/connectivity/shill/ |
D | metrics_unittest.cc | 205 const int kStrength = -42; in TEST_F() local 210 -kStrength); in TEST_F() 219 wep_wifi_service_->raw_signal_strength_ = kStrength; in TEST_F() 229 -kStrength); in TEST_F() 248 -kStrength); in TEST_F() 256 const int kStrength = -42; in TEST_F() local 261 -kStrength); in TEST_F() 264 eap_wifi_service_->raw_signal_strength_ = kStrength; in TEST_F() 281 const int kStrength = -42; in TEST_F() local 286 -kStrength); in TEST_F() [all …]
|
/system/connectivity/shill/cellular/ |
D | cellular_capability_cdma_unittest.cc | 101 callback.Run(kStrength, Error()); in InvokeGetSignalQuality() 116 static const unsigned int kStrength; member in shill::CellularCapabilityCDMATest 154 const unsigned int CellularCapabilityCDMATest::kStrength = 90; member in shill::CellularCapabilityCDMATest 372 EXPECT_EQ(kStrength, cellular_->service()->strength()); in TEST_F()
|
D | cellular_capability_gsm_unittest.cc | 133 callback.Run(kStrength, Error()); in InvokeGetSignalQuality() 192 static const int kStrength; member in shill::CellularCapabilityGSMTest 351 const int CellularCapabilityGSMTest::kStrength = 80; member in shill::CellularCapabilityGSMTest 462 EXPECT_EQ(kStrength, cellular_->service()->strength()); in TEST_F()
|
D | cellular_unittest.cc | 223 callback.Run(kStrength, Error()); in InvokeGetSignalQuality() 467 static const int kStrength; member in shill::CellularTest 650 const int CellularTest::kStrength = 90; member in shill::CellularTest 706 EXPECT_EQ(kStrength, device_->service_->strength()); in TEST_F() 757 EXPECT_EQ(kStrength, device_->service_->strength()); in TEST_F()
|