Lines Matching refs:Config
17 #include "apmanager/config.h"
136 // Defer creation of Config object to allow ControlInterface to setup
138 config_.reset(new Config(&manager_, 0));
161 std::unique_ptr<Config> config_;
167 EXPECT_FALSE(Config::GetFrequencyFromChannel(0, &frequency));
168 EXPECT_FALSE(Config::GetFrequencyFromChannel(166, &frequency));
169 EXPECT_FALSE(Config::GetFrequencyFromChannel(14, &frequency));
170 EXPECT_FALSE(Config::GetFrequencyFromChannel(33, &frequency));
177 EXPECT_TRUE(Config::GetFrequencyFromChannel(1, &frequency));
179 EXPECT_TRUE(Config::GetFrequencyFromChannel(13, &frequency));
181 EXPECT_TRUE(Config::GetFrequencyFromChannel(34, &frequency));
183 EXPECT_TRUE(Config::GetFrequencyFromChannel(165, &frequency));
258 // No device available, fail to generate config file.
266 // Device available, config file should be generated without any problem.
274 << "Expected to find the following config...\n"
288 // Unable to find the device, fail to generate config file.
314 // Set bridge interface, config file should be generated without error.
323 << "Expected to find the following config...\n"
343 << "Expected to find the following config...\n"
364 << "Expected to find the following config...\n"
388 << "Expected to find the following config...\n"
404 << "Expected to find the following config...\n"
436 << "Expected to find the following config...\n"