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

12 3 4 5

  /external/chromium_org/chromeos/network/
mock_managed_network_configuration_handler.h 26 void(const std::string& service_path,
31 const std::string& service_path,
36 void(const std::string& service_path,
48 void(const std::string& service_path,
managed_network_configuration_handler_impl.cc 62 void InvokeErrorCallback(const std::string& service_path,
66 NET_LOG_ERROR(error_msg, service_path);
68 error_callback, service_path, error_name, error_msg);
115 const std::string& service_path,
119 InvokeErrorCallback(service_path, error_callback, kPoliciesNotInitialized);
123 service_path,
140 const std::string& service_path,
148 NET_LOG_ERROR("No profile for service: " + profile_path, service_path);
158 NET_LOG_ERROR("Service contains empty or invalid UIData", service_path);
179 service_path, error_callback, kPoliciesNotInitialized)
    [all...]
client_cert_resolver.cc 39 : service_path(network_path),
44 std::string service_path; member in struct:chromeos::ClientCertResolver::NetworkAndMatchingCert
96 : service_path(network_path),
99 std::string service_path; member in struct:chromeos::__anon10790::NetworkAndCertPattern
190 << it->service_path;
204 it->service_path, it->cert_config.location, pkcs11_id, slot_id));
208 void LogError(const std::string& service_path,
213 service_path,
321 const std::string& service_path = (*it)->path(); local
322 if (ContainsKey(old_resolved_networks, service_path)) {
    [all...]
network_handler_callbacks.h 37 void(const std::string& service_path,
41 void(const std::string& service_path)> StringResultCallback;
network_state_handler.h 115 // Finds and returns a network state by |service_path| or NULL if not found.
120 const NetworkState* GetNetworkState(const std::string& service_path) const;
169 // Finds and returns the NetworkState associated with |service_path| or NULL
173 const std::string& service_path,
209 void RequestUpdateForNetwork(const std::string& service_path);
211 // Clear the last_error value for the NetworkState for |service_path|.
212 void ClearLastErrorForNetwork(const std::string& service_path);
222 // EAP parameters used by the ethernet with |service_path|. If |service_path|
225 const NetworkState* GetEAPForEthernet(const std::string& service_path);
    [all...]
  /external/chromium_org/components/metrics/net/
wifi_access_point_info_provider_chromeos.h 34 void ParseInfo(const std::string& service_path,
  /external/chromium_org/ui/chromeos/network/
network_info.h 27 std::string service_path; member in struct:ui::NetworkInfo
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_manager_client.cc 27 const dbus::ObjectPath& service_path,
31 VLOG(1) << "Register GATT service: " << service_path.value();
34 ServiceMap::iterator iter = service_map_.find(service_path);
37 "GATT service doesn't exist: " + service_path.value());
46 "GATT service already registered: " + service_path.value());
56 const dbus::ObjectPath& service_path,
59 VLOG(1) << "Unregister GATT service: " << service_path.value();
62 ServiceMap::iterator iter = service_map_.find(service_path);
65 "GATT service doesn't exist: " + service_path.value());
74 "GATT service not registered: " + service_path.value())
    [all...]
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
fake_shill_profile_client.h 55 const std::string& service_path) OVERRIDE;
57 const std::string& service_path) OVERRIDE;
59 virtual bool GetService(const std::string& service_path,
69 const std::string& service_path,
shill_profile_client.h 45 // TODO(stevenjb): remove dependencies on entry_path -> service_path
53 // 'service_path' and a corresponding entry will be added to
61 // ShillServiceClient entry matching |service_path|. Returns false if no
65 const std::string& service_path) = 0;
68 // |service_path| to the profile entry matching |profile_path|. Returns
71 const std::string& service_path) = 0;
76 // Sets |properties| to the entry for |service_path|, sets |profile_path|
79 virtual bool GetService(const std::string& service_path,
bluetooth_gatt_manager_client.cc 31 virtual void RegisterService(const dbus::ObjectPath& service_path,
40 writer.AppendObjectPath(service_path);
60 virtual void UnregisterService(const dbus::ObjectPath& service_path,
68 writer.AppendObjectPath(service_path);
fake_bluetooth_gatt_manager_client.h 36 virtual void RegisterService(const dbus::ObjectPath& service_path,
40 virtual void UnregisterService(const dbus::ObjectPath& service_path,
shill_manager_client.h 67 virtual void AddManagerService(const std::string& service_path,
69 virtual void RemoveManagerService(const std::string& service_path) = 0;
75 virtual void ServiceStateChanged(const std::string& service_path,
92 virtual void SetBestServiceToConnect(const std::string& service_path) = 0;
206 // by the given |service_path|, encrypted using the |public_key| for the
210 const std::string& service_path,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 159 const NetworkState* GetNetworkState(const std::string& service_path) {
161 GetNetworkState(service_path);
164 void SetNetworkProperty(const std::string& service_path,
167 NET_LOG_EVENT("SetNetworkProperty: " + property, service_path);
171 service_path, properties,
395 std::string service_path;
396 if (args->GetSize() != 1 || !args->GetString(0, &service_path)) {
400 ash::network_connect::ShowMobileSetup(service_path);
404 std::string service_path; local
405 if (!args->GetString(0, &service_path)) {
478 std::string service_path; local
563 std::string service_path; local
584 std::string service_path; local
594 std::string service_path; local
692 std::string service_path, server_hostname; local
706 std::string service_path, prefer_network_str; local
721 std::string service_path, auto_connect_str; local
735 std::string service_path; local
866 std::string service_path; local
    [all...]
internet_options_handler.h 57 const std::string& service_path,
79 void UpdateConnectionData(const std::string& service_path);
81 const std::string& service_path,
105 const std::string& service_path,
108 // Retrieves the properties for |service_path| and calls sendNetworkDetails
111 const std::string& service_path,
125 // |args| must be { network_type, service_path, command } with 'command'
131 void SendShowDetailedInfo(const std::string& service_path);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 32 std::string* service_path) {
38 *service_path = network->path();
109 std::string service_path; local
110 if (!GetServicePathFromGuid(guid, &service_path)) {
116 service_path,
131 std::string service_path; local
132 if (!GetServicePathFromGuid(guid, &service_path)) {
140 service_path,
149 const std::string& service_path,
157 "ServicePath", service_path);
171 std::string service_path; local
    [all...]
network_config_message_handler.h 42 const std::string& service_path,
48 const std::string& service_path,
mobile_setup_dialog.cc 35 void ShowDialog(const std::string& service_path);
68 void MobileSetupDialog::Show(const std::string& service_path) {
70 MobileSetupDialogDelegate::GetInstance()->ShowDialog(service_path);
85 void MobileSetupDialogDelegate::ShowDialog(const std::string& service_path) {
86 service_path_ = service_path;
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 208 const std::string& service_path) {
209 if (service_path.empty()) {
211 ShowConnectErrorNotification(error_name, service_path, shill_properties);
216 service_path,
220 weak_ptr_factory_.GetWeakPtr(), error_name, service_path));
225 const std::string& service_path,
235 ShowConnectErrorNotification(error_name, service_path, shill_properties);
240 const std::string& service_path,
244 ShowConnectErrorNotification(error_name, service_path, shill_properties);
249 const std::string& service_path,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 64 std::string* service_path,
72 *service_path = network->path();
101 const std::string& service_path,
138 std::string service_path, error; local
139 if (!GetServicePathFromGuid(guid, &service_path, &error)) {
145 service_path,
154 std::string service_path, error; local
155 if (!GetServicePathFromGuid(guid, &service_path, &error)) {
168 service_path,
177 std::string service_path, error local
202 std::string service_path, error; local
253 std::string service_path, error; local
271 std::string service_path, error; local
301 std::string service_path, error; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 249 void EnrollmentComplete(const std::string& service_path) {
250 NET_LOG_USER("Enrollment Complete", service_path);
260 bool CreateDialog(const std::string& service_path,
263 GetNetworkState(service_path);
265 NET_LOG_ERROR("Enrolling Unknown network", service_path);
292 NET_LOG_ERROR("Certificate pattern is empty", service_path);
295 NET_LOG_EVENT("No enrollment URIs", service_path);
299 NET_LOG_USER("Enrolling", service_path);
304 base::Bind(&EnrollmentComplete, service_path));
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 89 std::string service_path = network->path(); local
92 child_config_view_ = new WifiConfigView(this, service_path, false);
94 child_config_view_ = new WimaxConfigView(this, service_path);
96 child_config_view_ = new VPNConfigView(this, service_path);
104 "" /* service_path */,
111 "" /* service_path */);
122 void NetworkConfigView::Show(const std::string& service_path,
128 GetNetworkState(service_path);
130 LOG(ERROR) << "NetworkConfigView::Show called with invalid service_path";
232 "" /* service_path */,
    [all...]
wimax_config_view.h 33 // Configuration dialog for a WiMax network. If |service_path| is not empty
35 WimaxConfigView(NetworkConfigView* parent, const std::string& service_path);
61 void InitFromProperties(const std::string& service_path,
  /external/chromium_org/device/hid/
hid_service_mac.cc 122 io_string_t service_path; local
124 IORegistryEntryGetPath(service, kIOServicePlane, service_path);
133 device_info->device_id = service_path;
248 io_string_t service_path; local
250 IORegistryEntryGetPath(device, kIOServicePlane, service_path);
252 RemoveDevice(service_path);
272 io_string_t service_path; local
273 strncpy(service_path, device_id.c_str(), sizeof service_path);
275 IORegistryEntryFromPath(kIOMasterPortDefault, service_path));
    [all...]

Completed in 563 milliseconds

12 3 4 5