Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/
Dchannel_histogram.cc63 size_t GetChannelIndex(uint8_t channel_number) { in GetChannelIndex() function
86 size_t index = GetChannelIndex(channel_number); in GetChannelScanCount()
110 size_t index = GetChannelIndex(GetChannelNumber(frequency)); in IncrementScanCountForFrequency()
127 size_t index = GetChannelIndex(channel); in IncrementScanCountForChannelForTest()
/system/update_engine/
Domaha_request_params_unittest.cc214 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()
215 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()
216 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()
217 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()
223 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()
224 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
Domaha_request_params.cc200 if (GetChannelIndex(channel) < 0) { in IsValidChannel()
219 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams
228 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel()
229 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()
Domaha_request_params.h263 int GetChannelIndex(const std::string& channel) const;