Searched refs:modalias (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.h72 // Local Device ID information in Linux kernel modalias format. Read-only.
73 dbus::Property<std::string> modalias; member in struct:chromeos::BluetoothAdapterClient::Properties
H A Dbluetooth_device_client.h76 // Remote Device ID information in Linux kernel modalias format. Read-only.
77 dbus::Property<std::string> modalias; member in struct:chromeos::BluetoothDeviceClient::Properties
H A Dbluetooth_adapter_client.cc41 RegisterProperty(bluetooth_adapter::kModaliasProperty, &modalias);
H A Dbluetooth_device_client.cc42 RegisterProperty(bluetooth_device::kModaliasProperty, &modalias);
H A Dfake_bluetooth_device_client.cc243 properties->modalias.ReplaceValue("usb:v05ACp030Dd0306");
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc62 std::string modalias = properties->modalias.value(); local
66 if (sscanf(modalias.c_str(), "bluetooth:v%04xp%04xd%04x",
69 } else if (sscanf(modalias.c_str(), "usb:v%04xp%04xd%04x",
H A Dbluetooth_chromeos_unittest.cc3134 // structure so we can adjust the underlying modalias property.
3145 ASSERT_EQ("usb:v05ACp030Dd0306", properties->modalias.value());
3153 properties->modalias.ReplaceValue("bluetooth:v00E0p2400d0400");
3161 properties->modalias.ReplaceValue("usb:x00E0p2400d0400");
3169 properties->modalias.ReplaceValue("bluetooth:x00E0p2400d0400");
3177 properties->modalias.ReplaceValue("chrome:v00E0p2400d0400");

Completed in 119 milliseconds