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

1 23 4 5

  /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);
249 base::FilePath service_path = GetBinary();
250 if (!base::PathExists(service_path))
253 command_line_.SetProgram(service_path);
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 38 std::string service_path; member in struct:ash::NetworkIconInfo
142 // Shows the settings related to network. If |service_path| is not empty,
144 virtual void ShowNetworkSettings(const std::string& service_path) = 0;
253 virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
default_system_tray_delegate.h 39 virtual void ShowNetworkSettings(const std::string& service_path) OVERRIDE;
74 virtual void ShowMobileSetupDialog(const std::string& service_path) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
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,
256 std::string service_path = guid local
556 std::string service_path = active_services[0]; local
958 std::string service_path; local
    [all...]
bluetooth_gatt_characteristic_service_provider.h 84 // list of attribute permissions, |service_path| is the object path of the
92 // |service_path| as its prefix. Ownership of |delegate| is not taken, thus
102 const dbus::ObjectPath& service_path);
fake_bluetooth_gatt_characteristic_service_provider.cc 21 const dbus::ObjectPath& service_path)
24 service_path_(service_path),
fake_bluetooth_gatt_descriptor_service_provider.cc 81 characteristic->service_path())) {
112 characteristic->service_path())) {
fake_shill_manager_client.h 73 const std::string& service_path,
112 virtual void AddManagerService(const std::string& service_path,
114 virtual void RemoveManagerService(const std::string& service_path) OVERRIDE;
116 virtual void ServiceStateChanged(const std::string& service_path,
122 const std::string& service_path) OVERRIDE;
fake_bluetooth_gatt_characteristic_client.cc 231 const dbus::ObjectPath& service_path) {
243 service_path.value() + "/" + kHeartRateMeasurementPathComponent;
250 heart_rate_measurement_properties_->service.ReplaceValue(service_path);
256 service_path.value() + "/" + kBodySensorLocationPathComponent;
262 body_sensor_location_properties_->service.ReplaceValue(service_path);
269 service_path.value() + "/" + kHeartRateControlPointPathComponent;
276 heart_rate_control_point_properties_->service.ReplaceValue(service_path);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 80 const std::string& service_path,
82 NET_LOG_ERROR("Data Request Failed for Mobile Setup", service_path);
165 const std::string& service_path,
169 const std::string& service_path,
214 const std::string& service_path,
217 const std::string& service_path,
220 const std::string& service_path,
288 const std::string& service_path,
302 DataRequestFailed(service_path, callback);
308 DataRequestFailed(service_path, callback)
    [all...]
  /external/chromium_org/chromeos/network/
network_state_handler.cc 175 const std::string& service_path) const {
176 const NetworkState* network = GetModifiableNetworkState(service_path);
295 const std::string& service_path,
298 GetModifiableManagedState(&network_list_, service_path);
359 const std::string& service_path) {
360 NetworkState* network = GetModifiableNetworkState(service_path);
363 NET_LOG_EVENT("RequestUpdate", service_path);
365 ManagedState::MANAGED_TYPE_NETWORK, service_path);
369 const std::string& service_path) {
370 NetworkState* network = GetModifiableNetworkState(service_path);
    [all...]
client_cert_resolver.h 69 virtual void PolicyApplied(const std::string& service_path) OVERRIDE;
network_change_notifier_chromeos_unittest.cc 31 const char* service_path; member in struct:chromeos::__anon10799::NotifierState
40 const char* service_path; member in struct:chromeos::__anon10799::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_util.h 42 const std::string& service_path,
network_connection_handler_unittest.cc 149 void Connect(const std::string& service_path) {
152 service_path,
161 void Disconnect(const std::string& service_path) {
163 service_path,
186 std::string GetServiceStringProperty(const std::string& service_path,
190 test_service_client_->GetServiceProperties(service_path);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 141 void InitiateActivation(const std::string& service_path);
154 virtual const NetworkState* GetNetworkState(const std::string& service_path);
173 const std::string& service_path,
233 const std::string& service_path,
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_impl.h 34 const std::string& service_path) OVERRIDE;
proxy_config_handler.cc 30 void NotifyNetworkStateHandler(const std::string& service_path) {
33 service_path);
  /external/chromium_org/athena/system/
network_selector.cc 136 network_.service_path,
146 network_.service_path,
172 network_.service_path,
237 void ShowPasswordView(const std::string& service_path) {
240 service_path);
261 void OnNetworkConnectionError(const std::string& service_path,
270 ShowPasswordView(service_path);
277 network_.service_path);
282 network_.service_path,
288 network_.service_path,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
proxy_settings_dialog.cc 40 GURL GetURLForProxySettings(const std::string& service_path) {
44 net::EscapeUrlEncodedData(service_path, true).c_str());
  /external/chromium_org/chromeos/network/portal_detector/
network_portal_detector.h 81 // Returns Captive Portal state for the network specified by |service_path|.
83 const std::string& service_path) = 0;
157 const std::string& service_path) OVERRIDE;
  /external/chromium_org/ui/chromeos/network/
network_list.cc 54 std::string* service_path) const {
59 *service_path = found->second;
87 handler->GetNetworkState(info->service_path);
163 new_service_paths->insert(info->service_path);
211 new_service_paths->insert(info->service_path);
233 service_path_map_.find(info->service_path);
248 network_map_[container] = info->service_path;
249 service_path_map_[info->service_path] = container;
network_list.h 38 // |service_path| is set to the service-path of the network if this returns
40 bool IsViewInList(views::View* view, std::string* service_path) const;
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.h 48 static void Show(const std::string& service_path, gfx::NativeWindow parent);
118 // If |service_path| is NULL, a dialog for configuring a new network will
121 const std::string& service_path);
  /external/chromium_org/ash/system/chromeos/network/
tray_network.h 54 const std::string& service_path) OVERRIDE;

Completed in 1331 milliseconds

1 23 4 5