Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/wifi_offload/
H A 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()
/aosp12/system/update_engine/cros/
H A Domaha_request_params_unittest.cc210 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()
211 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()
212 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()
213 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()
219 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()
220 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
H A Domaha_request_params.cc219 if (GetChannelIndex(channel) < 0) { in IsValidChannel()
238 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams
247 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel()
248 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()
H A Domaha_request_params.h318 int GetChannelIndex(const std::string& channel) const;