HomeSort by relevance Sort by last modified time
    Searched refs:service_path (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc 200 void SetBehindPortal(const std::string& service_path) {
202 dbus::ObjectPath(service_path),
218 void SetConnected(const std::string& service_path) {
220 dbus::ObjectPath(service_path),
226 void SetDisconnected(const std::string& service_path) {
228 dbus::ObjectPath(service_path),
246 AddService(network_id /* service_path */,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 223 const std::string& service_path)
224 : ChildNetworkConfigView(parent, service_path),
705 const std::string& service_path,
708 GetNetworkState(service_path);
710 NET_LOG_ERROR("Shill Error getting properties VpnConfigView", service_path);
    [all...]
wifi_config_view.cc 344 const std::string& service_path,
346 : ChildNetworkConfigView(parent, service_path),
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 142 void GetProperties(const dbus::ObjectPath& service_path,
296 const std::string& service_path) {
299 service_path,
306 void GetPropertiesCallback(const std::string& service_path,
308 get_properties_service_path_ = service_path;
network_device_handler_impl.cc 42 void InvokeErrorCallback(const std::string& service_path,
46 NET_LOG_ERROR(error_msg, service_path);
48 error_callback, service_path, error_name, error_msg);
shill_property_handler.cc 272 std::string service_path; local
273 value.GetAsString(&service_path);
274 listener_->DefaultNetworkServiceChanged(service_path);
shill_property_handler_unittest.cc 62 const std::string& service_path,
65 AddPropertyUpdate(shill::kServiceCompleteListProperty, service_path);
99 const std::string& service_path) OVERRIDE {
219 service_test_->AddService(id /* service_path */,
232 service_test_->AddServiceWithIPConfig(id, /* service_path */
244 service_test_->AddService(id /* service_path */,
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 237 void AddService(const std::string& service_path,
242 service_path, service_path + "_guid", name,
  /external/chromium_org/chromeos/dbus/
shill_manager_client_unittest.cc 370 std::string service_path = "/"; local
371 dbus::ObjectPath service_path_obj(service_path);
390 service_path,
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 172 void ShowNetworkSettingsPage(const std::string& service_path) {
174 page += "?servicePath=" + net::EscapeUrlEncodedData(service_path, true);
442 const std::string& service_path) {
449 ShowNetworkSettingsPage(service_path);
778 const std::string& service_path) {
779 MobileSetupDialog::Show(service_path);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 82 std::string GetNetworkName(const std::string& service_path) {
85 service_path);
signin_screen_handler.cc 168 std::string GetNetworkName(const std::string& service_path) {
170 GetNetworkState(service_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 69 virtual const NetworkState* GetNetworkState(const std::string& service_path) {

Completed in 160 milliseconds

1 2 3 45