Home
last modified time | relevance | path

Searched defs:service_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc412 std::string service_path; in SetApnCallback() local
575 std::string service_path; in SetDetailsCallback() local
758 std::string service_path; in LoginCallback() local
774 std::string service_path; in LoginCertCallback() local
842 std::string service_path; in ButtonClickCallback() local
870 const std::string& service_path, in HandleWifiButtonClick()
912 const std::string& service_path, in HandleCellularButtonClick()
935 const std::string& service_path, in HandleVPNButtonClick()
965 std::string service_path; in RefreshCellularPlanCallback() local
980 const std::string& service_path, in GetNetwork()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc2161 virtual void AddNetworkObserver(const std::string& service_path, in AddNetworkObserver()
2179 virtual void RemoveNetworkObserver(const std::string& service_path, in RemoveNetworkObserver()
2712 virtual void ConnectToWifiNetwork(const std::string& service_path) { in ConnectToWifiNetwork()
2747 const char* service_path, in WifiServiceUpdateAndConnect()
2821 const char* service_path, in VPNServiceUpdateAndConnect()
2880 virtual void ForgetWifiNetwork(const std::string& service_path) { in ForgetWifiNetwork()
3047 const std::string& service_path) { in NetworkObserverList()
3237 const char* service_path, in NetworkServiceUpdate()
3254 const char* service_path, in RememberedNetworkServiceUpdate()
3400 void DeleteNetwork(const std::string& service_path) { in DeleteNetwork()
[all …]
Dnetwork_library.h278 const std::string& service_path() const { return service_path_; } in service_path() function
330 Network(const std::string& service_path, ConnectionType type) in Network()
415 explicit EthernetNetwork(const std::string& service_path) : in EthernetNetwork()
434 explicit VirtualNetwork(const std::string& service_path) : in VirtualNetwork()
513 WirelessNetwork(const std::string& service_path, ConnectionType type) in WirelessNetwork()
559 explicit CellularNetwork(const std::string& service_path) in CellularNetwork()
659 explicit WifiNetwork(const std::string& service_path) in WifiNetwork()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc108 const std::string& service_path) { in GetCellularNetwork()
395 const std::string& service_path) in MobileSetupUIHTMLSource()
443 MobileSetupHandler::MobileSetupHandler(const std::string& service_path) in MobileSetupHandler()
1324 std::string service_path = network ? network->service_path() : std::string(); in MobileSetupUI() local
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers_chromeos.cc161 const std::string& service_path) in ServicePathConnectObserver()
Dtesting_automation_provider_chromeos.cc392 std::string service_path, password, identity, certpath; in ConnectToWifiNetwork() local
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.h136 std::string service_path; member
Dnetwork_menu.cc106 const std::string& service_path = menu_items_[index].service_path; in ConnectToNetworkAt() local