Searched refs:device_state (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc30 const BluetoothTaskManagerWin::DeviceState& device_state,
40 Update(device_state);
47 const BluetoothTaskManagerWin::DeviceState& device_state) {
48 address_ = device_state.address;
51 name_ = device_state.name;
52 bluetooth_class_ = device_state.bluetooth_class;
53 visible_ = device_state.visible;
54 connected_ = device_state.connected;
55 paired_ = device_state.authenticated;
56 UpdateServices(device_state);
29 BluetoothDeviceWin( const BluetoothTaskManagerWin::DeviceState& device_state, const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner, const scoped_refptr<BluetoothSocketThread>& socket_thread, net::NetLog* net_log, const net::NetLog::Source& net_log_source) argument
46 Update( const BluetoothTaskManagerWin::DeviceState& device_state) argument
59 UpdateServices( const BluetoothTaskManagerWin::DeviceState& device_state) argument
78 IsEqual( const BluetoothTaskManagerWin::DeviceState& device_state) argument
[all...]
H A Dbluetooth_device_win.h25 const BluetoothTaskManagerWin::DeviceState& device_state,
80 // fields and services stored in |device_state|.
81 bool IsEqual(const BluetoothTaskManagerWin::DeviceState& device_state);
84 // |device_state|.
85 void Update(const BluetoothTaskManagerWin::DeviceState& device_state);
98 // Updates the services with services stored in |device_state|.
99 void UpdateServices(const BluetoothTaskManagerWin::DeviceState& device_state);
H A Dbluetooth_adapter_win.cc259 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);
H A Dbluetooth_task_manager_win.cc449 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
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_config_message_handler.cc14 #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/
H A Dnetwork_device_handler_impl.cc15 #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
[all...]
H A Dhost_resolver_impl_chromeos.cc10 #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());
H A Dmanaged_network_configuration_handler_impl.cc21 #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());
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprivet_http_server.h46 std::string device_state; member in struct:PrivetHttpServer::DeviceInfo
H A Dprivet_http_server.cc255 response->SetString("device_state", info.device_state);
H A Dprinter.cc348 info->device_state = "idle";
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py183 device_state = CheckOutput(['adb', 'get-state'])
184 return device_state.strip() == 'device'
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc754 base::DictionaryValue device_state; local
755 device_state.SetString(policy::kDeviceStateRestoreMode,
758 device_state);
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py41 _DEVICE_STATE_FILE = 'device_state.json'
1056 def device_state(self): member in class:WebRequestHandler
1063 'device_state': self.device_state()

Completed in 1217 milliseconds