Searched refs:SendValueChanged (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_service_provider.h30 // mandatory during initialization. In addition, a "SendValueChanged" method is
79 virtual void SendValueChanged(const std::vector<uint8>& value) = 0;
H A Dbluetooth_gatt_descriptor_service_provider.h30 // mandatory during initialization. In addition, a "SendValueChanged" method is
77 virtual void SendValueChanged(const std::vector<uint8>& value) = 0;
H A Dfake_bluetooth_gatt_characteristic_service_provider.h33 virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE;
H A Dfake_bluetooth_gatt_descriptor_service_provider.h32 virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE;
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc56 void FakeBluetoothGattCharacteristicServiceProvider::SendValueChanged( function in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc56 void FakeBluetoothGattDescriptorServiceProvider::SendValueChanged( function in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
H A Dbluetooth_gatt_characteristic_service_provider.cc92 virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE {
H A Dbluetooth_gatt_descriptor_service_provider.cc90 virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE {

Completed in 78 milliseconds