HomeSort by relevance Sort by last modified time
    Searched defs:service_path (Results 1 - 25 of 25) sorted by null

  /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,
fake_shill_service_client.cc 58 const dbus::ObjectPath& service_path,
60 GetObserverList(service_path).AddObserver(observer);
64 const dbus::ObjectPath& service_path,
66 GetObserverList(service_path).RemoveObserver(observer);
70 const dbus::ObjectPath& service_path,
75 stub_services_.GetDictionaryWithoutPathExpansion(service_path.value(),
84 LOG(ERROR) << "Properties not found for: " << service_path.value();
97 void FakeShillServiceClient::SetProperty(const dbus::ObjectPath& service_path,
102 if (!SetServiceProperty(service_path.value(), name, value)) {
103 LOG(ERROR) << "Service not found: " << service_path.value()
380 << " For: " << service_path; local
    [all...]
fake_shill_manager_client.cc 49 std::string service_path; local
50 if (!(*iter)->GetAsString(&service_path))
53 service_client->GetServiceProperties(service_path);
55 LOG(ERROR) << "Properties not found for service: " << service_path;
69 active_service_list_out->push_back(service_path);
71 inactive_service_list_out->push_back(service_path);
226 std::string service_path = guid; local
233 service_client->GetServiceProperties(service_path);
237 service_client->AddServiceWithIPConfig(service_path, guid, type,
241 existing_properties = service_client->GetServiceProperties(service_path);
603 std::string service_path; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 222 std::string service_path; local
224 !args->GetString(0, &service_path)) {
228 proxy_config_service_.SetCurrentNetwork(service_path);
internet_options_handler.cc 268 const NetworkState* GetNetworkState(const std::string& service_path) {
270 GetNetworkState(service_path);
273 void SetNetworkProperty(const std::string& service_path,
276 NET_LOG_EVENT("SetNetworkProperty: " + property, service_path);
280 service_path, properties,
776 void RequestReconnect(const std::string& service_path,
779 service_path,
781 service_path, owning_window),
1144 std::string service_path; local
1218 std::string service_path; local
1375 std::string service_path, server_hostname; local
1388 std::string service_path, prefer_network_str; local
1402 std::string service_path, auto_connect_str; local
1415 std::string service_path; local
1924 std::string service_path; local
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 126 base::FilePath service_path; local
127 CHECK(PathService::Get(base::FILE_EXE, &service_path));
128 return service_path.DirName().Append(base::FilePath(kServiceExeName));
164 base::FilePath service_path = GetBinary();
165 if (!base::PathExists(service_path))
167 CommandLine command_line(service_path);
248 base::FilePath service_path = GetBinary();
249 if (!base::PathExists(service_path))
252 command_line_.SetProgram(service_path);
cloud_print_service.cc 40 base::FilePath service_path; local
41 CHECK(PathService::Get(base::FILE_EXE, &service_path));
44 std::cout << " " << service_path.BaseName().value();
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 265 network_library->ethernet_network()->service_path());
268 network_library->wifi_network()->service_path());
272 network_library->cellular_network()->service_path());
283 items->Set(ethernet_network->service_path(), item);
302 items->Set(wifi->service_path(), item);
329 items->Set(cellular_networks[i]->service_path(), item);
392 std::string service_path, password, identity, certpath; local
393 if (!args->GetString("service_path", &service_path) ||
403 network_library->FindWifiNetworkByPath(service_path);
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 39 std::string service_path; member in struct:ash::NetworkIconInfo
165 // Shows the settings related to network. If |service_path| is not empty,
167 virtual void ShowNetworkSettings(const std::string& service_path) = 0;
287 virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 89 std::string service_path = network->path(); local
91 child_config_view_ = new WifiConfigView(this, service_path, false);
93 child_config_view_ = new WimaxConfigView(this, service_path);
95 child_config_view_ = new VPNConfigView(this, service_path);
102 "" /* service_path */,
109 "" /* service_path */);
120 void NetworkConfigView::Show(const std::string& service_path,
126 GetNetworkState(service_path);
128 LOG(ERROR) << "NetworkConfigView::Show called with invalid service_path";
227 "" /* service_path */,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 94 const std::string& service_path,
98 service_path);
136 const std::string& service_path,
140 service_path);
164 std::string service_path = params->network_guid; local
167 GetNetworkState(service_path);
285 const std::string& service_path = (*it)->path(); local
300 service_path);
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 40 : service_path(network_path),
44 std::string service_path; member in struct:chromeos::ClientCertResolver::NetworkAndMatchingCert
93 : service_path(network_path),
96 std::string service_path; member in struct:chromeos::__anon7230::NetworkAndCertPattern
179 << it->service_path;
188 it->service_path, it->cert_config_type, pkcs11_id));
239 void LogError(const std::string& service_path,
244 service_path,
314 const std::string& service_path = (*it)->path(); local
315 if (ContainsKey(old_resolved_networks, service_path)) {
    [all...]
network_cert_migrator.cc 68 const std::string& service_path = (*it)->path(); local
70 dbus::ObjectPath(service_path),
74 service_path));
78 void MigrateNetwork(const std::string& service_path,
95 << ", network: " << service_path; local
101 ClearNssProperty(service_path, nss_key);
119 SetNssAndPemProperties(service_path, nss_key, pem_key, pem_encoded);
161 void ClearNssProperty(const std::string& service_path,
164 dbus::ObjectPath(service_path),
168 &MigrationTask::NotifyNetworkStateHandler, this, service_path),
    [all...]
network_change_notifier_chromeos_unittest.cc 31 const char* service_path; member in struct:chromeos::__anon7238::NotifierState
40 const char* service_path; member in struct:chromeos::__anon7238::DefaultNetworkState
111 notifier_.service_path_ = notifier_state.service_path;
120 EXPECT_EQ(notifier_state.service_path, notifier_.service_path_);
137 default_network_.path_ = default_network_state.service_path;
shill_property_handler.cc 542 const std::string& service_path,
548 service_path.c_str(), call_status));
551 UpdateIPConfigProperty(service_path, properties, shill::kAddressProperty);
552 UpdateIPConfigProperty(service_path, properties, shill::kNameServersProperty);
553 UpdateIPConfigProperty(service_path, properties, shill::kPrefixlenProperty);
554 UpdateIPConfigProperty(service_path, properties, shill::kGatewayProperty);
555 UpdateIPConfigProperty(service_path, properties,
560 const std::string& service_path,
566 << ", for: " << service_path; local
570 service_path, NetworkState::IPConfigProperty(property), *value)
    [all...]
network_configuration_handler_unittest.cc 51 const std::string& service_path,
55 EXPECT_EQ(expected_id, service_path);
144 void OnSetProperties(const dbus::ObjectPath& service_path,
153 const dbus::ObjectPath& service_path,
165 const dbus::ObjectPath& service_path,
183 const dbus::ObjectPath& service_path,
199 bool PendingProfileEntryDeleterForTest(const std::string& service_path) {
201 PendingProfileEntryDeleterForTest(service_path);
215 std::string service_path = "/service/1"; local
226 SetProperty(dbus::ObjectPath(service_path), key
250 std::string service_path = "\/service\/1"; local
272 std::string service_path = "\/service\/1"; local
309 std::string service_path = "\/service\/1"; local
367 std::string service_path = "\/service\/1"; local
    [all...]
network_connection_handler.cc 32 void InvokeErrorCallback(const std::string& service_path,
36 NET_LOG_ERROR(error_msg, service_path);
38 error_callback, service_path, error_name, error_msg);
49 bool VPNRequiresCredentials(const std::string& service_path,
57 NET_LOG_EVENT("OpenVPN: No username", service_path);
64 NET_LOG_EVENT("OpenVPN: Passphrase Required", service_path);
67 NET_LOG_EVENT("OpenVPN Is Configured", service_path);
73 NET_LOG_EVENT("VPN: PSK Required", service_path);
79 NET_LOG_EVENT("VPN: Passphrase Required", service_path);
82 NET_LOG_EVENT("VPN Is Configured", service_path);
137 std::string service_path; member in struct:chromeos::NetworkConnectionHandler::ConnectRequest
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 118 const std::string& service_path, int flags)
122 service_path(service_path),
136 std::string service_path; member in struct:chromeos::NetworkMenuModel::MenuItem
network_menu.cc 106 const std::string& service_path = menu_items_[index].service_path; local
108 WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path);
132 << service_path;
137 service_path);
156 << service_path;
166 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path);
187 LOG(WARNING) << "VPN does not exist to connect to: " << service_path;
409 && wifi_networks[i]->service_path() == active_wifi->service_path())
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 104 : service_path(path),
109 std::string service_path; member in struct:ash::internal::tray::NetworkInfo
324 const std::string& service_path = found->second; local
327 RemoveConfiguration(service_path,
334 GetNetworkState(service_path);
341 service_path);
347 ash::network_connect::ConnectToNetwork(service_path, NULL);
528 handler->GetNetworkState(info->service_path);
545 handler->GetFavoriteState(info->service_path);
614 service_path_map_.find(info->service_path);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 412 std::string service_path; local
417 !args->GetString(0, &service_path) ||
428 cros->FindCellularNetworkByPath(service_path);
494 cros->AddNetworkObserver(wifi_network->service_path(), this);
502 cros->AddNetworkObserver(cell_network->service_path(), this);
514 cros->GetDataPlans(cellular->service_path());
523 connection_plans.SetString("servicePath", cellular->service_path());
575 std::string service_path; local
579 !args->GetString(0, &service_path) ||
592 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path);
758 std::string service_path; local
774 std::string service_path; local
842 std::string service_path; local
965 std::string service_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 80 const std::string& service_path, int flags)
84 service_path(service_path),
100 std::string service_path; member in struct:chromeos::NetworkMenuModel::MenuItem
215 const std::string& service_path = menu_items_[index].service_path; local
217 ash::network_connect::ConnectToNetwork(service_path, native_window);
314 menu_items_[index].service_path);
318 menu_items_[index].service_path);
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 108 const std::string& service_path) {
110 GetNetworkLibrary()->FindCellularNetworkByPath(service_path);
136 explicit MobileSetupUIHTMLSource(const std::string& service_path);
161 explicit MobileSetupHandler(const std::string& service_path);
395 const std::string& service_path)
397 service_path_(service_path) {
443 MobileSetupHandler::MobileSetupHandler(const std::string& service_path)
446 service_path_(service_path),
504 EvaluateCellularNetwork(GetCellularNetwork(network->service_path()));
554 lib->AddNetworkObserver(network->service_path(), this)
1324 std::string service_path = network ? network->service_path() : std::string(); local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 278 const std::string& service_path() const { return service_path_; } function in class:chromeos::Network
330 Network(const std::string& service_path, ConnectionType type)
340 service_path_(service_path),
415 explicit EthernetNetwork(const std::string& service_path) :
416 Network(service_path, TYPE_ETHERNET) {
434 explicit VirtualNetwork(const std::string& service_path) :
435 Network(service_path, TYPE_VPN),
513 WirelessNetwork(const std::string& service_path, ConnectionType type)
514 : Network(service_path, type),
559 explicit CellularNetwork(const std::string& service_path)
    [all...]
network_library.cc 3508 std::string service_path; local
3544 std::string service_path; local
3572 std::string service_path; local
    [all...]

Completed in 1831 milliseconds