Home
last modified time | relevance | path

Searched refs:device_state (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_device_win_unittest.cc47 BluetoothTaskManagerWin::DeviceState device_state; in BluetoothDeviceWinTest() local
48 device_state.name = kDeviceName; in BluetoothDeviceWinTest()
49 device_state.address = kDeviceAddress; in BluetoothDeviceWinTest()
57 device_state.service_record_states.push_back(audio_state); in BluetoothDeviceWinTest()
64 device_state.service_record_states.push_back(video_state); in BluetoothDeviceWinTest()
70 device_.reset(new BluetoothDeviceWin(device_state, in BluetoothDeviceWinTest()
77 device_state.service_record_states.clear(); in BluetoothDeviceWinTest()
78 empty_device_.reset(new BluetoothDeviceWin(device_state, in BluetoothDeviceWinTest()
Dbluetooth_task_manager_win.cc426 DeviceState* device_state = new DeviceState(); in SearchDevices() local
427 GetDeviceState(device_info, device_state); in SearchDevices()
428 device_list->push_back(device_state); in SearchDevices()
/external/chromium_org/chromeos/network/
Dnetwork_device_handler_impl.cc401 const DeviceState* device_state = in SetWifiTDLSEnabled() local
403 if (!device_state) { in SetWifiTDLSEnabled()
416 device_state->path(), params, callback, error_callback); in SetWifiTDLSEnabled()
423 const DeviceState* device_state = in GetWifiTDLSStatus() local
425 if (!device_state) { in GetWifiTDLSStatus()
437 device_state->path(), params, callback, error_callback); in GetWifiTDLSStatus()
466 const DeviceState* device_state = *it; in ApplyCellularAllowRoamingToShill() local
467 bool current_allow_roaming = device_state->allow_roaming(); in ApplyCellularAllowRoamingToShill()
471 device_state->provider_requires_roaming() || cellular_allow_roaming_; in ApplyCellularAllowRoamingToShill()
478 SetDevicePropertyInternal(device_state->path(), in ApplyCellularAllowRoamingToShill()
Dhost_resolver_impl_chromeos.cc61 const DeviceState* device_state = in DefaultNetworkChanged() local
63 if (!device_state) { in DefaultNetworkChanged()
69 for (base::DictionaryValue::Iterator iter(device_state->ip_configs()); in DefaultNetworkChanged()
Dmanaged_network_configuration_handler_impl.cc638 const DeviceState* device_state = in GetDeviceStateProperties() local
640 if (!device_state) { in GetDeviceStateProperties()
646 if (!device_state->mac_address().empty()) { in GetDeviceStateProperties()
648 shill::kAddressProperty, device_state->mac_address()); in GetDeviceStateProperties()
653 for (base::DictionaryValue::Iterator iter(device_state->ip_configs()); in GetDeviceStateProperties()
/external/chromium_org/build/android/gyp/util/
Dbuild_utils.py167 device_state = CheckOutput(['adb', 'get-state'])
168 return device_state.strip() == 'device'
/external/chromium_org/cloud_print/gcp20/prototype/
Dprivet_http_server.h46 std::string device_state; member
Dprivet_http_server.cc249 response->SetString("device_state", info.device_state); in ProcessInfo()
Dprinter.cc347 info->device_state = "idle"; in CreateInfo()
/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller_browsertest.cc770 base::DictionaryValue device_state; in IN_PROC_BROWSER_TEST_F() local
771 device_state.SetString(policy::kDeviceStateRestoreMode, in IN_PROC_BROWSER_TEST_F()
774 device_state); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chromeos/
Dchromeos.gyp275 'network/device_state.cc',
276 'network/device_state.h',
/external/chromium_org/components/cloud_devices/tools/prototype/
Dprototype.py997 def device_state(self): member in WebRequestHandler
1004 'device_state': self.device_state()