Searched defs:service_path (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 412 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/ |
D | network_library.cc | 2161 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 …]
|
D | network_library.h | 278 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/ |
D | mobile_setup_ui.cc | 108 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/ |
D | automation_provider_observers_chromeos.cc | 161 const std::string& service_path) in ServicePathConnectObserver()
|
D | testing_automation_provider_chromeos.cc | 392 std::string service_path, password, identity, certpath; in ConnectToWifiNetwork() local
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_menu.h | 136 std::string service_path; member
|
D | network_menu.cc | 106 const std::string& service_path = menu_items_[index].service_path; in ConnectToNetworkAt() local
|