Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/
Dchannel_settings.h29 class ChannelSettings : public ::android::Parcelable {
31 ChannelSettings() in ChannelSettings() function
33 bool operator==(const ChannelSettings& rhs) const {
Dchannel_settings.cpp31 status_t ChannelSettings::writeToParcel(::android::Parcel* parcel) const { in writeToParcel()
36 status_t ChannelSettings::readFromParcel(const ::android::Parcel* parcel) { in readFromParcel()
Dsingle_scan_settings.h46 std::vector<ChannelSettings> channel_settings_;
Dsingle_scan_settings.cpp74 ChannelSettings channel; in readFromParcel()
/system/connectivity/wificond/tests/
Dscan_settings_unittest.cpp29 using ::com::android::server::wifi::wificond::ChannelSettings;
60 ChannelSettings channel_settings; in TEST_F()
66 ChannelSettings channel_settings_copy; in TEST_F()
91 ChannelSettings channel, channel1, channel2; in TEST_F()
117 ChannelSettings channel, channel1, channel2; in TEST_F()