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

  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 364 const std::string kTestServicePath("test_wifi_service1");
365 AddService(shill::kTypeWifi, kTestServicePath, shill::kStateIdle, false);
373 shill::kServicesProperty)[kTestServicePath]);
377 dbus::ObjectPath(kTestServicePath),
384 shill::kServicesProperty)[kTestServicePath]);
387 AddService(shill::kTypeWifi, kTestServicePath, shill::kStateIdle, true);
397 dbus::ObjectPath(kTestServicePath),
404 shill::kServicesProperty)[kTestServicePath]);
407 RemoveService(kTestServicePath);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 27 const char kTestServicePath[] = "/a/service/path";
82 : cellular_network_(string(kTestServicePath)),

Completed in 199 milliseconds