/external/chromium_org/chrome/browser/chromeos/mobile/ |
D | mobile_activator.cc | 200 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 …]
|
D | mobile_activator.h | 288 std::string service_path_;
|
/external/chromium_org/chromeos/dbus/ |
D | fake_bluetooth_gatt_characteristic_service_provider.cc | 24 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()
|
D | fake_bluetooth_gatt_characteristic_service_provider.h | 46 const dbus::ObjectPath& service_path() const { return service_path_; } in service_path() 56 dbus::ObjectPath service_path_; variable
|
D | bluetooth_gatt_characteristic_service_provider.cc | 46 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/ |
D | network_change_notifier_chromeos.cc | 123 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()
|
D | network_configuration_handler.cc | 116 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
|
D | network_change_notifier_chromeos.h | 79 std::string service_path_; variable
|
D | network_change_notifier_chromeos_unittest.cc | 111 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/ |
D | wimax_config_view.cc | 100 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()
|
D | vpn_config_view.cc | 268 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 …]
|
D | wifi_config_view.cc | 407 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()
|
D | network_config_view.h | 155 std::string service_path_; variable
|
D | network_config_view.cc | 293 service_path_(service_path) { in ChildNetworkConfigView()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | mobile_setup_dialog.cc | 63 std::string service_path_; member in MobileSetupDialogDelegate 86 service_path_ = service_path; in ShowDialog() 115 url.append(service_path_); in GetDialogContentURL()
|
D | sim_unlock_ui.cc | 98 std::string service_path_; member in chromeos::SimUnlockUIHTMLSource
|