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

1 2 34 5

  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 251 void MobileActivator::InitiateActivation(const std::string& service_path) {
253 const NetworkState* network = GetNetworkState(service_path);
255 LOG(WARNING) << "Cellular service can't be found: " << service_path;
268 service_path_ = service_path;
289 const std::string& service_path,
291 if (service_path != service_path_) {
293 service_path);
668 const std::string& service_path) {
670 service_path);
    [all...]
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.cc 115 const std::string& service_path) {
232 const std::string& service_path) {
system_tray_notifier.cc 341 const std::string& service_path) {
344 OnCaptivePortalDetected(service_path));
system_tray_notifier.h 133 void NotifyOnCaptivePortalDetected(const std::string& service_path);
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_browsertest.cc 50 void SetConnected(const std::string& service_path) {
52 dbus::ObjectPath(service_path),
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 49 VPNConfigView(NetworkConfigView* parent, const std::string& service_path);
81 void InitFromProperties(const std::string& service_path,
wifi_config_view.h 54 // If |service_path| is not empty it identifies the network to be configured.
58 const std::string& service_path,
112 const std::string& service_path,
wimax_config_view.cc 52 const std::string& service_path)
53 : ChildNetworkConfigView(parent, service_path),
360 const std::string& service_path,
  /external/chromium_org/chromeos/network/
shill_property_handler.h 64 const std::string& service_path,
95 const std::string& service_path) = 0;
shill_property_util.cc 164 std::string GetNameFromProperties(const std::string& service_path,
173 service_path.c_str(),
180 NET_LOG_ERROR("GetNameFromProperties: No type", service_path);
189 NET_LOG_ERROR("GetNameFromProperties", "No SSID set: " + service_path);
200 service_path.c_str(),
network_state_handler_unittest.cc 133 int PropertyUpdatesForService(const std::string& service_path) {
134 return property_updates_[service_path];
141 int ConnectionStateChangesForService(const std::string& service_path) {
142 return connection_state_changes_[service_path];
146 const std::string& service_path) {
147 return network_connection_state_[service_path];
200 void AddService(const std::string& service_path,
205 service_test_->AddService(service_path, guid, name, type, state,
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_characteristic_service_provider.cc 40 const dbus::ObjectPath& service_path)
46 service_path_(service_path),
466 const dbus::ObjectPath& service_path) {
469 bus, object_path, delegate, uuid, flags, permissions, service_path);
472 object_path, delegate, uuid, flags, permissions, service_path);
fake_bluetooth_gatt_characteristic_client.h 67 // profile available under the GATT service with object path |service_path|.
69 void ExposeHeartRateCharacteristics(const dbus::ObjectPath& service_path);
mock_shill_manager_client.h 59 const std::string& service_path,
shill_manager_client.cc 166 const std::string& service_path,
179 writer.AppendObjectPath(dbus::ObjectPath(service_path));
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 80 const std::string& service_path,
85 service_path(service_path),
104 std::string service_path; member in struct:chromeos::NetworkMenuModel::MenuItem
219 const std::string& service_path = menu_items_[index].service_path; local
220 ash::network_connect::ConnectToNetwork(service_path);
data_promo_notification.cc 121 void NotificationClicked(const std::string& service_path,
124 ash::network_connect::ShowNetworkSettings(service_path);
  /external/chromium_org/components/metrics/net/
wifi_access_point_info_provider_chromeos.cc 60 const std::string &service_path,
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 75 virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE;
111 virtual void ShowMobileSetupDialog(const std::string& service_path) OVERRIDE;
system_tray_delegate_linux.cc 111 virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE {
232 virtual void ShowMobileSetupDialog(const std::string& service_path) OVERRIDE {
system_tray_delegate_win.cc 111 virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE {
229 virtual void ShowMobileSetupDialog(const std::string& service_path) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 24 std::string GetNetworkName(const std::string& service_path) {
27 service_path);
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 256 std::string service_path;
257 if (!network_list_view_.IsViewInList(sender, &service_path))
261 GetNetworkState(service_path);
268 service_path);
274 ash::network_connect::ConnectToNetwork(service_path);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 339 std::string service_path; local
341 !args->GetString(0, &service_path)) {
345 proxy_config_service_.SetCurrentNetwork(service_path);
  /external/chromium_org/cloud_print/service/win/
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();

Completed in 7145 milliseconds

1 2 34 5