HomeSort by relevance Sort by last modified time
    Searched refs:channel_settings_ (Results 1 - 4 of 4) sorted by null

  /system/connectivity/wificond/scanning/
single_scan_settings.h 39 channel_settings_ == rhs.channel_settings_ &&
46 std::vector<ChannelSettings> channel_settings_; member in class:com::android::server::wifi::wificond::SingleScanSettings
single_scan_settings.cpp 44 RETURN_IF_FAILED(parcel->writeInt32(channel_settings_.size()));
45 for (const auto& channel : channel_settings_) {
86 channel_settings_.push_back(channel);
scanner_impl.cpp 184 for (auto& channel : scan_settings.channel_settings_) {
  /system/connectivity/wificond/tests/
scan_settings_unittest.cpp 101 scan_settings.channel_settings_ = {channel, channel1, channel2};
127 scan_settings.channel_settings_ = {channel, channel1, channel2};

Completed in 2595 milliseconds