/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_gatt_characteristic_service_provider.cc | 24 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_)) {
|
fake_bluetooth_gatt_characteristic_service_provider.h | 46 const dbus::ObjectPath& service_path() const { return service_path_; } 56 dbus::ObjectPath service_path_; member in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
|
bluetooth_gatt_characteristic_service_provider.cc | 46 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/ |
network_change_notifier_chromeos.cc | 123 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();
|
network_configuration_handler.cc | 115 service_path_(service_path), 123 dbus::ObjectPath(service_path_), 134 service_path_, error_callback_, "GetLoadableProfileEntriesFailed"); 135 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. 177 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. 190 owner_->ProfileEntryDeleterCompleted(service_path_); // Deletes this. 194 std::string service_path_; member in class:chromeos::NetworkConfigurationHandler::ProfileEntryDeleter
|
network_change_notifier_chromeos.h | 79 std::string service_path_; member in class:chromeos::NetworkChangeNotifierChromeos
|
network_change_notifier_chromeos_unittest.cc | 111 notifier_.service_path_ = notifier_state.service_path; 120 EXPECT_EQ(notifier_state.service_path, notifier_.service_path_);
|
/external/chromium_org/chrome/browser/chromeos/options/ |
wimax_config_view.cc | 102 if (!service_path_.empty()) { 104 GetNetworkState(service_path_); 148 GetNetworkState(service_path_); 152 NET_LOG_ERROR("Network not found", service_path_); 174 service_path_, properties, share_network); 204 GetNetworkState(service_path_); 354 service_path_,
|
vpn_config_view.cc | 272 if (service_path_.empty()) { 300 if (service_path_.empty() && 357 if (service_path_.empty()) { 384 GetNetworkState(service_path_); 388 NET_LOG_ERROR("Network not found", service_path_); 394 service_path_, properties, false /* not shared */); 411 return service_path_; 491 if (!service_path_.empty()) { 493 GetNetworkState(service_path_); 537 if (!service_path_.empty()) [all...] |
wifi_config_view.h | 167 // Helper method, returns NULL if |service_path_| is empty, otherwise returns 168 // the NetworkState* associated with |service_path_| or NULL if none exists.
|
wifi_config_view.cc | 409 if (service_path_.empty() && GetSsid().empty()) 590 if (error_msg.empty() && !service_path_.empty()) { 674 if (service_path_.empty()) { 716 NET_LOG_ERROR("Network not found", service_path_); 743 service_path_, properties, share_network); 906 << network->type() << " Path: " << service_path_; [all...] |
network_config_view.h | 155 std::string service_path_; member in class:chromeos::ChildNetworkConfigView
|
network_config_view.cc | 294 service_path_(service_path) {
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator.cc | 193 service_path_.clear(); 229 service_path_ = network->path(); 262 service_path_ = service_path; 275 service_path_, 285 if (service_path != service_path_) { 298 NET_LOG_ERROR("MobileActivator missing properties", service_path_); 311 service_path_, 322 service_path_); 337 const NetworkState* network = GetNetworkState(service_path_); 359 const NetworkState* network = GetNetworkState(service_path_); [all...] |
mobile_activator.h | 262 std::string service_path_; member in class:chromeos::MobileActivator
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_dialog.cc | 63 std::string service_path_; member in class:MobileSetupDialogDelegate 86 service_path_ = service_path; 115 url.append(service_path_);
|
sim_unlock_ui.cc | 101 std::string service_path_; member in class:chromeos::SimUnlockUIHTMLSource
|