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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 47 BluetoothTaskManagerWin::DeviceState device_state; local
48 device_state.name = kDeviceName;
49 device_state.address = kDeviceAddress;
57 device_state.service_record_states.push_back(audio_state);
64 device_state.service_record_states.push_back(video_state);
70 device_.reset(new BluetoothDeviceWin(device_state,
77 device_state.service_record_states.clear();
78 empty_device_.reset(new BluetoothDeviceWin(device_state,
bluetooth_task_manager_win.cc 426 DeviceState* device_state = new DeviceState(); local
427 GetDeviceState(device_info, device_state);
428 device_list->push_back(device_state);
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.cc 9 #include "chromeos/network/device_state.h"
61 const DeviceState* device_state = variable
63 if (!device_state) {
69 for (base::DictionaryValue::Iterator iter(device_state->ip_configs());
managed_network_configuration_handler_impl.cc 21 #include "chromeos/network/device_state.h"
638 const DeviceState* device_state = local
640 if (!device_state) {
646 if (!device_state->mac_address().empty()) {
648 shill::kAddressProperty, device_state->mac_address());
653 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/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 770 base::DictionaryValue device_state; local
771 device_state.SetString(policy::kDeviceStateRestoreMode,
774 device_state);
    [all...]
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 40 _DEVICE_STATE_FILE = 'device_state.json'
997 def device_state(self): member in class:WebRequestHandler
1004 'device_state': self.device_state()

Completed in 134 milliseconds