Home | History | Annotate | Download | only in dbus

Lines Matching refs:Properties

21 FakeBluetoothInputClient::Properties::Properties(
23 : BluetoothInputClient::Properties(
29 FakeBluetoothInputClient::Properties::~Properties() {
32 void FakeBluetoothInputClient::Properties::Get(
39 void FakeBluetoothInputClient::Properties::GetAll() {
43 void FakeBluetoothInputClient::Properties::Set(
55 // Clean up Properties structures
70 FakeBluetoothInputClient::Properties*
83 Properties* properties = new Properties(base::Bind(
96 properties->reconnect_mode.ReplaceValue(
99 properties->reconnect_mode.ReplaceValue(
103 properties_map_[object_path] = properties;