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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_service_provider.h 29 const dbus::ObjectPath& service_path);
46 const dbus::ObjectPath& service_path() const { return service_path_; } function in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
shill_manager_client_unittest.cc 370 std::string service_path = "/"; local
371 dbus::ObjectPath service_path_obj(service_path);
390 service_path,
fake_shill_profile_client.cc 152 const std::string& service_path) {
157 << " for: " << service_path; local
160 if (profile->entries.HasKey(service_path))
162 return AddOrUpdateServiceImpl(profile_path, service_path, profile);
166 const std::string& service_path) {
171 << " for: " << service_path; local
174 if (!profile->entries.HasKey(service_path)) {
176 << " does not contain Service: " << service_path; local
179 return AddOrUpdateServiceImpl(profile_path, service_path, profile);
184 const std::string& service_path,
    [all...]
fake_shill_service_client.cc 67 const dbus::ObjectPath& service_path,
69 GetObserverList(service_path).AddObserver(observer);
73 const dbus::ObjectPath& service_path,
75 GetObserverList(service_path).RemoveObserver(observer);
79 const dbus::ObjectPath& service_path,
84 stub_services_.GetDictionaryWithoutPathExpansion(service_path.value(),
94 VLOG(2) << "Properties not found for: " << service_path.value();
107 void FakeShillServiceClient::SetProperty(const dbus::ObjectPath& service_path,
112 if (!SetServiceProperty(service_path.value(), name, value)) {
113 LOG(ERROR) << "Service not found: " << service_path.value()
421 << " For: " << service_path; local
    [all...]
fake_shill_manager_client.cc 54 std::string service_path; local
55 if (!(*iter)->GetAsString(&service_path))
58 service_client->GetServiceProperties(service_path);
60 LOG(ERROR) << "Properties not found for service: " << service_path;
71 disabled_service_list_out->push_back(service_path);
81 active_service_list_out->push_back(service_path);
83 inactive_service_list_out->push_back(service_path);
98 void UpdatePortaledWifiState(const std::string& service_path) {
100 ->SetServiceProperty(service_path,
255 std::string service_path = guid local
536 std::string service_path = active_services[0]; local
887 std::string service_path; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 29 std::string* service_path) {
35 *service_path = network->path();
98 std::string service_path; local
99 if (!GetServicePathFromGuid(guid, &service_path)) {
105 service_path,
114 const std::string& service_path,
121 ::onc::network_config::kGUID, service_path);
  /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_org/ash/system/tray/
system_tray_delegate.h 39 std::string service_path; member in struct:ash::NetworkIconInfo
171 // Shows the settings related to network. If |service_path| is not empty,
173 virtual void ShowNetworkSettings(const std::string& service_path) = 0;
297 virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
338 const std::string& service_path) const = 0;
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 90 std::string service_path = network->path(); local
93 child_config_view_ = new WifiConfigView(this, service_path, false);
95 child_config_view_ = new WimaxConfigView(this, service_path);
97 child_config_view_ = new VPNConfigView(this, service_path);
105 "" /* service_path */,
112 "" /* service_path */);
123 void NetworkConfigView::Show(const std::string& service_path,
129 GetNetworkState(service_path);
131 LOG(ERROR) << "NetworkConfigView::Show called with invalid service_path";
233 "" /* service_path */,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 333 std::string service_path; local
335 !args->GetString(0, &service_path)) {
339 proxy_config_service_.SetCurrentNetwork(service_path);
internet_options_handler.cc 255 const NetworkState* GetNetworkState(const std::string& service_path) {
257 GetNetworkState(service_path);
260 void SetNetworkProperty(const std::string& service_path,
263 NET_LOG_EVENT("SetNetworkProperty: " + property, service_path);
267 service_path, properties,
1101 std::string service_path; local
1175 std::string service_path; local
1330 std::string service_path, server_hostname; local
1343 std::string service_path, prefer_network_str; local
1358 std::string service_path, auto_connect_str; local
1372 std::string service_path; local
1618 std::string service_path; local
    [all...]
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 43 : service_path(network_path),
47 std::string service_path; member in struct:chromeos::ClientCertResolver::NetworkAndMatchingCert
96 : service_path(network_path),
99 std::string service_path; member in struct:chromeos::__anon10676::NetworkAndCertPattern
182 << it->service_path;
191 it->service_path, it->cert_config_type, pkcs11_id));
242 void LogError(const std::string& service_path,
247 service_path,
322 const std::string& service_path = (*it)->path(); local
323 if (ContainsKey(old_resolved_networks, service_path)) {
    [all...]
network_cert_migrator.cc 69 const std::string& service_path = (*it)->path(); local
71 dbus::ObjectPath(service_path),
75 service_path));
79 void MigrateNetwork(const std::string& service_path,
96 << ", network: " << service_path; local
102 ClearNssProperty(service_path, nss_key);
120 SetNssAndPemProperties(service_path, nss_key, pem_key, pem_encoded);
162 void ClearNssProperty(const std::string& service_path,
165 dbus::ObjectPath(service_path),
169 &MigrationTask::NotifyNetworkStateHandler, this, service_path),
    [all...]
network_change_notifier_chromeos_unittest.cc 31 const char* service_path; member in struct:chromeos::__anon10685::NotifierState
40 const char* service_path; member in struct:chromeos::__anon10685::DefaultNetworkState
111 notifier_.service_path_ = notifier_state.service_path;
120 EXPECT_EQ(notifier_state.service_path, notifier_.service_path_);
138 default_network_.path_ = default_network_state.service_path;
shill_property_handler.cc 272 std::string service_path; local
273 value.GetAsString(&service_path);
274 listener_->DefaultNetworkServiceChanged(service_path);
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
370 std::string service_path = "\/service\/1"; local
    [all...]
network_connection_handler.cc 35 void InvokeErrorCallback(const std::string& service_path,
38 NET_LOG_ERROR("Connect Error: " + error_name, service_path);
40 error_callback, service_path, error_name, "");
51 bool VPNRequiresCredentials(const std::string& service_path,
59 NET_LOG_EVENT("OpenVPN: No username", service_path);
66 NET_LOG_EVENT("OpenVPN: Passphrase Required", service_path);
69 NET_LOG_EVENT("OpenVPN Is Configured", service_path);
75 NET_LOG_EVENT("VPN: PSK Required", service_path);
81 NET_LOG_EVENT("VPN: Passphrase Required", service_path);
84 NET_LOG_EVENT("VPN Is Configured", service_path);
143 std::string service_path; member in struct:chromeos::NetworkConnectionHandler::ConnectRequest
598 std::string service_path = queued_connect_->service_path; local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 100 : service_path(path),
105 std::string service_path; member in struct:ash::tray::NetworkInfo
305 const std::string& service_path = found->second; local
307 GetNetworkState(service_path);
314 service_path);
320 ash::network_connect::ConnectToNetwork(service_path, NULL);
485 handler->GetNetworkState(info->service_path);
560 service_path_map_.find(info->service_path);
580 network_map_[container] = info->service_path;
581 service_path_map_[info->service_path] = container
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 82 std::string* service_path,
91 *service_path = network->path();
108 std::string service_path; local
109 if (!GetServicePathFromGuid(params->network_guid, &service_path, &error_))
113 service_path,
122 const std::string& service_path,
146 std::string service_path; local
147 if (!GetServicePathFromGuid(params->network_guid, &service_path, &error_))
163 service_path,
172 const std::string& service_path,
196 std::string service_path; local
230 std::string service_path; local
460 std::string service_path; local
499 std::string service_path; local
563 std::string service_path; local
724 std::string service_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 79 const std::string& service_path, int flags)
83 service_path(service_path),
99 std::string service_path; member in struct:chromeos::NetworkMenuModel::MenuItem
214 const std::string& service_path = menu_items_[index].service_path; local
216 ash::network_connect::ConnectToNetwork(service_path, native_window);
312 menu_items_[index].service_path);
316 menu_items_[index].service_path);

Completed in 956 milliseconds