Home
last modified time | relevance | path

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

/system/connectivity/apmanager/
Ddevice_unittest.cc83 int band_id, in AddWiphyBandAttribute() argument
88 wiphy_bands->CreateNestedAttribute(band_id, band_name.c_str()); in AddWiphyBandAttribute()
89 wiphy_bands->GetNestedAttributeList(band_id, &wiphy_band); in AddWiphyBandAttribute()
115 wiphy_bands->SetNestedAttributeHasAValue(band_id); in AddWiphyBandAttribute()
126 void VerifyFrequencyList(int band_id, std::vector<uint32_t> frequency_list) { in VerifyFrequencyList() argument
127 EXPECT_EQ(frequency_list, device_->band_capability_[band_id].frequencies); in VerifyFrequencyList()