HomeSort by relevance Sort by last modified time
    Searched full:service_path_ (Results 1 - 17 of 17) sorted by null

  /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 116 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
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/mobile/
mobile_activator.cc 200 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...]
mobile_activator.h 288 std::string service_path_; member in class:chromeos::MobileActivator
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 100 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_,
vpn_config_view.cc 268 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_.empty())
    [all...]
wifi_config_view.h 171 // Helper method, returns NULL if |service_path_| is empty, otherwise returns
172 // the NetworkState* associated with |service_path_| or NULL if none exists.
wifi_config_view.cc 407 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_;
    [all...]
network_config_view.h 155 std::string service_path_; member in class:chromeos::ChildNetworkConfigView
network_config_view.cc 293 service_path_(service_path) {
  /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 98 std::string service_path_; member in class:chromeos::SimUnlockUIHTMLSource

Completed in 1960 milliseconds