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

  /system/connectivity/shill/
technology.cc 53 } else if (name == kTypeWimax) {
81 return kTypeWimax;
manager.cc 117 kTypeWimax,
    [all...]
manager_unittest.cc     [all...]
  /system/update_engine/
connection_manager.cc 46 } else if (type_str == shill::kTypeWimax) {
153 return shill::kTypeWimax;
connection_manager_unittest.cc 174 TestWithServiceType(shill::kTypeWimax, nullptr,
189 TestWithServiceType(shill::kTypeVPN, shill::kTypeWimax,
387 EXPECT_STREQ(shill::kTypeWimax,
  /system/connectivity/shill/wimax/
wimax_provider.cc 192 type != kTypeWimax) {
215 CHECK_EQ(kTypeWimax, args.GetString(kTypeProperty));
231 CHECK_EQ(kTypeWimax, args.GetString(kTypeProperty));
248 CHECK_EQ(kTypeWimax, args.GetString(kTypeProperty));
276 args.SetString(kTypeProperty, kTypeWimax);
wimax_service.cc 305 kTypeWimax, name.c_str(), id.c_str()));
wimax_provider_unittest.cc 527 args.SetString(kTypeProperty, kTypeWimax);
  /system/update_engine/update_manager/
real_shill_provider.cc 38 } else if (type_str == shill::kTypeWimax) {
real_shill_provider_unittest.cc 322 shill::kTypeWimax,
  /external/cros/system_api/dbus/shill/
dbus-constants.h 319 const char kTypeWimax[] = "wimax";
    [all...]

Completed in 78 milliseconds