HomeSort by relevance Sort by last modified time
    Searched defs:device_state (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 14 #include "chromeos/network/device_state.h"
197 const DeviceState* device_state = local
199 if (device_state) {
201 device_state->properties().DeepCopy();
206 for (base::DictionaryValue::Iterator iter(device_state->ip_configs());
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.cc 10 #include "chromeos/network/device_state.h"
62 const DeviceState* device_state = variable
64 if (!device_state) {
71 for (base::DictionaryValue::Iterator iter(device_state->ip_configs());
managed_network_configuration_handler_impl.cc 21 #include "chromeos/network/device_state.h"
634 const DeviceState* device_state = local
636 if (!device_state) {
642 if (!device_state->mac_address().empty()) {
644 shill::kAddressProperty, device_state->mac_address());
649 for (base::DictionaryValue::Iterator iter(device_state->ip_configs());
network_device_handler_impl.cc 15 #include "chromeos/network/device_state.h"
401 const DeviceState* device_state = local
403 if (!device_state) {
416 device_state->path(), params, callback, error_callback);
423 const DeviceState* device_state = local
425 if (!device_state) {
437 device_state->path(), params, callback, error_callback);
466 const DeviceState* device_state = *it; local
467 bool current_allow_roaming = device_state->allow_roaming();
471 device_state->provider_requires_roaming() || cellular_allow_roaming_
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 46 std::string device_state; member in struct:PrivetHttpServer::DeviceInfo
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 259 BluetoothTaskManagerWin::DeviceState* device_state = (*iter); local
260 if (added_devices.find(device_state->address) != added_devices.end()) {
262 new BluetoothDeviceWin(*device_state,
267 devices_[device_state->address] = device_win;
271 } else if (changed_devices.find(device_state->address) !=
274 static_cast<BluetoothDeviceWin*>(devices_[device_state->address]);
275 if (!device_win->IsEqual(*device_state)) {
276 device_win->Update(*device_state);
bluetooth_task_manager_win.cc 449 DeviceState* device_state = new DeviceState(); local
450 GetDeviceState(device_info, device_state);
451 device_list->push_back(device_state);
493 DeviceState* device_state = new DeviceState(); local
494 device_state->name = device_info->friendly_name;
495 device_state->address =
497 device_state->visible = device_info->visible;
498 device_state->authenticated = device_info->authenticated;
499 device_state->connected = device_info->connected;
500 device_state->path = device_info->path
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 754 base::DictionaryValue device_state; local
755 device_state.SetString(policy::kDeviceStateRestoreMode,
758 device_state);
    [all...]
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 41 _DEVICE_STATE_FILE = 'device_state.json'
1056 def device_state(self): member in class:WebRequestHandler
1063 'device_state': self.device_state()

Completed in 2484 milliseconds