HomeSort by relevance Sort by last modified time
    Searched refs:service_path (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/chromium_org/chromeos/network/
network_activation_handler.cc 24 const std::string& service_path,
28 NET_LOG_USER("ActivateNetwork", service_path);
29 CallShillActivate(service_path, carrier, success_callback, error_callback);
33 const std::string& service_path,
36 NET_LOG_USER("CompleteActivation", service_path);
37 CallShillCompleteActivation(service_path, success_callback, error_callback);
41 const std::string& service_path,
45 NET_LOG_USER("Activation Request", service_path + ": '" + carrier + "'");
47 dbus::ObjectPath(service_path),
50 AsWeakPtr(), service_path, success_callback)
    [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...]
network_connection_handler.h 55 // No network matching |service_path| is found (hidden networks must be
107 void ConnectToNetwork(const std::string& service_path,
115 // kErrorNotFound if no network matching |service_path| is found.
119 void DisconnectNetwork(const std::string& service_path,
123 // Returns true if ConnectToNetwork has been called with |service_path| and
125 bool HasConnectingNetwork(const std::string& service_path);
157 ConnectRequest* GetPendingRequest(const std::string& service_path);
162 // pending_requests_[service_path]. |check_error_state| is passed from
165 const std::string& service_path,
169 void QueueConnectRequest(const std::string& service_path);
    [all...]
network_activation_handler.h 34 // kErrorNotFound if no network matching |service_path| is found.
36 void Activate(const std::string& service_path,
45 // kErrorNotFound if no network matching |service_path| is found.
47 void CompleteActivation(const std::string& service_path,
57 void CallShillActivate(const std::string& service_path,
64 const std::string& service_path,
70 void HandleShillSuccess(const std::string& service_path,
network_configuration_handler.cc 41 void InvokeErrorCallback(const std::string& service_path,
45 NET_LOG_ERROR(error_msg, service_path);
47 error_callback, service_path, error_name, error_msg);
53 const std::string& service_path,
60 service_path,
71 shill_property_util::GetNameFromProperties(service_path, properties);
74 callback.Run(service_path, *properties_copy.get());
78 const std::string& service_path,
85 service_path, error_callback,
111 const std::string& service_path,
    [all...]
network_configuration_handler.h 57 // Gets the properties of the network with id |service_path|. See note on
60 const std::string& service_path,
64 // Sets the properties of the network with id |service_path|. This means the
69 const std::string& service_path,
80 void ClearProperties(const std::string& service_path,
86 // profile, and returns the new service_path to |callback| if successful.
96 // Removes the network |service_path| from any profiles that include it.
99 const std::string& service_path,
103 // Changes the profile for the network |service_path| to |profile_path|.
105 void SetNetworkProfile(const std::string& service_path,
    [all...]
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_policy_observer.h 22 virtual void PolicyApplied(const std::string& service_path) {};
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...]
managed_network_configuration_handler_impl.h 44 const std::string& service_path,
50 const std::string& service_path,
55 const std::string& service_path,
67 const std::string& service_path,
111 typedef base::Callback<void(const std::string& service_path,
128 const std::string& service_path,
135 const std::string& service_path,
141 void OnPolicyAppliedToNetwork(const std::string& service_path);
144 void GetDeviceStateProperties(const std::string& service_path,
155 const std::string& service_path,
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_portal_detector_observer.h 17 virtual void OnCaptivePortalDetected(const std::string& service_path) = 0;
network_connect.h 33 ASH_EXPORT void ConnectToNetwork(const std::string& service_path,
44 ASH_EXPORT void ActivateCellular(const std::string& service_path);
48 ASH_EXPORT void ShowMobileSetup(const std::string& service_path);
53 const std::string& service_path,
70 const std::string& service_path);
72 // Shows the settings for the network specified by |service_path|. If empty,
74 ASH_EXPORT void ShowNetworkSettings(const std::string& service_path);
network_connect.cc 62 const std::string& service_path) {
64 ShowNetworkConnectError(error_name, service_path);
67 void HandleUnconfiguredNetwork(const std::string& service_path,
70 GetNetworkState(service_path);
72 NET_LOG_ERROR("Configuring unknown network", service_path);
80 ShowNetworkConfigure(service_path, parent_window);
88 ShowNetworkConfigure(service_path, parent_window);
94 ash::network_connect::ActivateCellular(service_path);
98 ash::network_connect::ShowMobileSetup(service_path);
104 ShowNetworkSettings(service_path);
    [all...]
network_state_notifier.h 52 const std::string& service_path);
57 const std::string& service_path,
61 const std::string& service_path,
66 const std::string& service_path,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_dialog.h 15 static void Show(const std::string& service_path);
  /external/chromium_org/chromeos/dbus/
mock_shill_service_client.h 23 void(const dbus::ObjectPath& service_path,
26 void(const dbus::ObjectPath& service_path,
28 MOCK_METHOD2(GetProperties, void(const dbus::ObjectPath& service_path,
30 MOCK_METHOD5(SetProperty, void(const dbus::ObjectPath& service_path,
35 MOCK_METHOD4(SetProperties, void(const dbus::ObjectPath& service_path,
39 MOCK_METHOD4(ClearProperty, void(const dbus::ObjectPath& service_path,
43 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
47 MOCK_METHOD3(Connect, void(const dbus::ObjectPath& service_path,
50 MOCK_METHOD3(Disconnect, void(const dbus::ObjectPath& service_path,
53 MOCK_METHOD3(Remove, void(const dbus::ObjectPath& service_path,
    [all...]
fake_shill_service_client.h 31 const dbus::ObjectPath& service_path,
34 const dbus::ObjectPath& service_path,
36 virtual void GetProperties(const dbus::ObjectPath& service_path,
38 virtual void SetProperty(const dbus::ObjectPath& service_path,
43 virtual void SetProperties(const dbus::ObjectPath& service_path,
47 virtual void ClearProperty(const dbus::ObjectPath& service_path,
51 virtual void ClearProperties(const dbus::ObjectPath& service_path,
55 virtual void Connect(const dbus::ObjectPath& service_path,
58 virtual void Disconnect(const dbus::ObjectPath& service_path,
61 virtual void Remove(const dbus::ObjectPath& 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...]
shill_service_client.h 47 virtual void AddService(const std::string& service_path,
52 virtual void AddServiceWithIPConfig(const std::string& service_path,
62 const std::string& service_path,
70 virtual void RemoveService(const std::string& service_path) = 0;
72 // Returns false if a Service matching |service_path| does not exist.
73 virtual bool SetServiceProperty(const std::string& service_path,
77 // Returns properties for |service_path| or NULL if no Service matches.
79 const std::string& service_path) const = 0;
84 virtual void SetConnectBehavior(const std::string& service_path,
96 // Adds a property changed |observer| to the service at |service_path|
    [all...]
shill_service_client.cc 32 const dbus::ObjectPath& service_path,
38 " for: " + service_path.value() + ": " +
73 const dbus::ObjectPath& service_path,
75 GetHelper(service_path)->AddPropertyChangedObserver(observer);
79 const dbus::ObjectPath& service_path,
81 GetHelper(service_path)->RemovePropertyChangedObserver(observer);
84 virtual void GetProperties(const dbus::ObjectPath& service_path,
88 GetHelper(service_path)->CallDictionaryValueMethodWithErrorCallback(
92 service_path, callback));
95 virtual void SetProperty(const dbus::ObjectPath& service_path,
    [all...]
bluetooth_gatt_manager_client.h 36 // D-Bus object path |service_path| with the remote GATT manager. The local
46 virtual void RegisterService(const dbus::ObjectPath& service_path,
51 // Unregisters the GATT service with the D-Bus object path |service_path| from
53 virtual void UnregisterService(const dbus::ObjectPath& service_path,
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_impl.cc 19 const std::string& service_path,
22 << " service path: " << service_path
24 if (service_path.empty()) {
27 default_network_.reset(new NetworkState(service_path));
33 const std::string& service_path,
35 DVLOG(1) << "SetDetectionResultsForTesting: " << service_path << " = "
37 if (!service_path.empty())
38 portal_state_map_[service_path] = state;
78 const std::string& service_path) {
79 CaptivePortalStateMap::iterator it = portal_state_map_.find(service_path);
    [all...]
network_portal_detector_test_impl.h 24 void SetDefaultNetworkPathForTesting(const std::string& service_path,
26 void SetDetectionResultsForTesting(const std::string& service_path,
35 const std::string& service_path) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.h 20 bool CreateDialog(const std::string& service_path,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown_handler.h 24 const std::string& service_path) = 0;
43 const std::string& service_path) OVERRIDE;

Completed in 551 milliseconds

1 2 3 4 5