Home
last modified time | relevance | path

Searched refs:service_path_ (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc200 service_path_.clear(); in TerminateActivation()
236 service_path_ = network->path(); in NetworkPropertiesUpdated()
268 service_path_ = service_path; in InitiateActivation()
281 service_path_, in ContinueActivation()
291 if (service_path != service_path_) { in GetPropertiesAndContinueActivation()
304 NET_LOG_ERROR("MobileActivator missing properties", service_path_); in GetPropertiesAndContinueActivation()
317 service_path_, in GetPropertiesAndContinueActivation()
328 service_path_); in GetPropertiesFailure()
343 const NetworkState* network = GetNetworkState(service_path_); in HandleSetTransactionStatus()
365 const NetworkState* network = GetNetworkState(service_path_); in HandlePortalLoaded()
[all …]
Dmobile_activator.h288 std::string service_path_;
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_gatt_characteristic_service_provider.cc24 service_path_(service_path), in FakeBluetoothGattCharacteristicServiceProvider()
29 DCHECK(service_path_.IsValid()); in FakeBluetoothGattCharacteristicServiceProvider()
33 object_path_.value(), service_path_.value() + "/", true)); in FakeBluetoothGattCharacteristicServiceProvider()
72 if (!fake_bluetooth_gatt_manager_client->IsServiceRegistered(service_path_)) { in GetValue()
94 if (!fake_bluetooth_gatt_manager_client->IsServiceRegistered(service_path_)) { in SetValue()
Dfake_bluetooth_gatt_characteristic_service_provider.h46 const dbus::ObjectPath& service_path() const { return service_path_; } in service_path()
56 dbus::ObjectPath service_path_; variable
Dbluetooth_gatt_characteristic_service_provider.cc46 service_path_(service_path), in BluetoothGattCharacteristicServiceProviderImpl()
54 DCHECK(service_path_.IsValid()); in BluetoothGattCharacteristicServiceProviderImpl()
56 object_path_.value(), service_path_.value() + "/", true)); in BluetoothGattCharacteristicServiceProviderImpl()
189 variant_writer.AppendObjectPath(service_path_); in Get()
357 dict_entry_writer.AppendVariantOfObjectPath(service_path_); in OnGetAll()
434 dbus::ObjectPath service_path_; member in chromeos::BluetoothGattCharacteristicServiceProviderImpl
/external/chromium_org/chromeos/network/
Dnetwork_change_notifier_chromeos.cc123 NET_LOG_EVENT("NCNDefaultNetworkLost", service_path_); in UpdateState()
128 service_path_.clear(); in UpdateState()
147 if (default_network->path() != service_path_) { in UpdateState()
151 service_path_.c_str(), in UpdateState()
190 service_path_ = default_network->path(); in UpdateState()
Dnetwork_configuration_handler.cc116 service_path_(service_path), in ProfileEntryDeleter()
124 dbus::ObjectPath(service_path_), in Run()
135 service_path_, error_callback_, "GetLoadableProfileEntriesFailed"); in GetProfileEntriesToDeleteCallback()
136 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in GetProfileEntriesToDeleteCallback()
178 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in ProfileEntryDeletedCallback()
191 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. in ShillErrorCallback()
195 std::string service_path_; member in chromeos::NetworkConfigurationHandler::ProfileEntryDeleter
Dnetwork_change_notifier_chromeos.h79 std::string service_path_; variable
Dnetwork_change_notifier_chromeos_unittest.cc111 notifier_.service_path_ = notifier_state.service_path; in SetNotifierState()
120 EXPECT_EQ(notifier_state.service_path, notifier_.service_path_); in VerifyNotifierState()
/external/chromium_org/chrome/browser/chromeos/options/
Dwimax_config_view.cc100 if (!service_path_.empty()) { in UpdateErrorLabel()
102 GetNetworkState(service_path_); in UpdateErrorLabel()
146 GetNetworkState(service_path_); in Login()
150 NET_LOG_ERROR("Network not found", service_path_); in Login()
172 service_path_, properties, share_network); in Login()
202 GetNetworkState(service_path_); in Init()
352 service_path_, in Init()
Dvpn_config_view.cc268 if (service_path_.empty()) { in GetInitiallyFocusedView()
296 if (service_path_.empty() && in CanLogin()
353 if (service_path_.empty()) { in Login()
380 GetNetworkState(service_path_); in Login()
384 NET_LOG_ERROR("Network not found", service_path_); in Login()
390 service_path_, properties, false /* not shared */); in Login()
407 return service_path_; in GetService()
495 if (!service_path_.empty()) { in Init()
497 GetNetworkState(service_path_); in Init()
541 if (!service_path_.empty()) { in Init()
[all …]
Dwifi_config_view.cc407 if (service_path_.empty() && GetSsid().empty()) in CanLogin()
588 if (error_msg.empty() && !service_path_.empty()) { in UpdateErrorLabel()
672 if (service_path_.empty()) { in Login()
714 NET_LOG_ERROR("Network not found", service_path_); in Login()
738 service_path_, properties, share_network); in Login()
905 << network->type() << " Path: " << service_path_; in Init()
1195 service_path_, in Init()
1350 if (network->path() != service_path_) in NetworkPropertiesUpdated()
1356 if (service_path_.empty()) in GetNetworkState()
1359 service_path_); in GetNetworkState()
Dnetwork_config_view.h155 std::string service_path_; variable
Dnetwork_config_view.cc293 service_path_(service_path) { in ChildNetworkConfigView()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_dialog.cc63 std::string service_path_; member in MobileSetupDialogDelegate
86 service_path_ = service_path; in ShowDialog()
115 url.append(service_path_); in GetDialogContentURL()
Dsim_unlock_ui.cc98 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource