Searched refs:GetHTCapability (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/apmanager/ |
D | mock_device.h | 43 MOCK_METHOD2(GetHTCapability, bool(uint16_t channel, std::string* ht_capab));
|
D | device.h | 95 virtual bool GetHTCapability(uint16_t channel, std::string* ht_cap);
|
D | device_unittest.cc | 284 EXPECT_TRUE(device_->GetHTCapability(6, &band_24ghz_cap)); in TEST_F() 291 EXPECT_TRUE(device_->GetHTCapability(36, &band_5ghz_cap)); in TEST_F()
|
D | config_unittest.cc | 383 EXPECT_CALL(*device_.get(), GetHTCapability(k5GHzChannel, _)) 399 EXPECT_CALL(*device_.get(), GetHTCapability(k24GHzChannel, _))
|
D | device.cc | 180 bool Device::GetHTCapability(uint16_t channel, string* ht_cap) { in GetHTCapability() function in apmanager::Device
|
D | config.cc | 394 if (!device_->GetHTCapability(GetChannel(), &ht_cap)) { in AppendHwMode()
|