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

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

Completed in 1489 milliseconds