Searched refs:device_state (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_device_win_unittest.cc | 47 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()
|
D | bluetooth_task_manager_win.cc | 426 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/ |
D | network_device_handler_impl.cc | 401 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()
|
D | host_resolver_impl_chromeos.cc | 61 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()
|
D | managed_network_configuration_handler_impl.cc | 638 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/ |
D | build_utils.py | 167 device_state = CheckOutput(['adb', 'get-state']) 168 return device_state.strip() == 'device'
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | privet_http_server.h | 46 std::string device_state; member
|
D | privet_http_server.cc | 249 response->SetString("device_state", info.device_state); in ProcessInfo()
|
D | printer.cc | 347 info->device_state = "idle"; in CreateInfo()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wizard_controller_browsertest.cc | 770 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/ |
D | chromeos.gyp | 275 'network/device_state.cc', 276 'network/device_state.h',
|
/external/chromium_org/components/cloud_devices/tools/prototype/ |
D | prototype.py | 997 def device_state(self): member in WebRequestHandler 1004 'device_state': self.device_state()
|