OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyChangedCallback
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/chromium_org/chromeos/dbus/
nfc_manager_client.h
28
const
PropertyChangedCallback
& callback);
bluetooth_gatt_service_client.h
39
const
PropertyChangedCallback
& callback);
bluetooth_input_client.h
31
const
PropertyChangedCallback
& callback);
fake_nfc_manager_client.h
23
explicit Properties(const
PropertyChangedCallback
& callback);
nfc_property_set.h
25
const
PropertyChangedCallback
& callback);
bluetooth_gatt_descriptor_client.h
34
const
PropertyChangedCallback
& callback);
fake_bluetooth_adapter_client.h
27
explicit Properties(const
PropertyChangedCallback
& callback);
fake_bluetooth_gatt_service_client.h
28
explicit Properties(const
PropertyChangedCallback
& callback);
fake_bluetooth_input_client.h
24
explicit Properties(const
PropertyChangedCallback
& callback);
fake_nfc_device_client.h
28
explicit Properties(const
PropertyChangedCallback
& callback);
fake_nfc_record_client.h
29
explicit Properties(const
PropertyChangedCallback
& callback);
fake_nfc_tag_client.h
26
explicit Properties(const
PropertyChangedCallback
& callback);
nfc_adapter_client.h
57
const
PropertyChangedCallback
& callback);
nfc_device_client.h
37
const
PropertyChangedCallback
& callback);
nfc_record_client.h
73
const
PropertyChangedCallback
& callback);
nfc_tag_client.h
48
const
PropertyChangedCallback
& callback);
bluetooth_adapter_client.h
77
const
PropertyChangedCallback
& callback);
bluetooth_gatt_characteristic_client.h
43
const
PropertyChangedCallback
& callback);
fake_bluetooth_gatt_descriptor_client.h
26
explicit Properties(const
PropertyChangedCallback
& callback);
fake_nfc_adapter_client.h
28
explicit Properties(const
PropertyChangedCallback
& callback);
nfc_property_set.cc
14
const
PropertyChangedCallback
& callback)
50
// successful, this will invoke the
PropertyChangedCallback
passed to the
bluetooth_gatt_service_client.cc
19
const
PropertyChangedCallback
&callback)
bluetooth_input_client.cc
23
const
PropertyChangedCallback
& callback)
fake_bluetooth_gatt_characteristic_client.h
29
explicit Properties(const
PropertyChangedCallback
& callback);
/external/chromium_org/dbus/
property.h
42
// const
PropertyChangedCallback
callback)
203
typedef base::Callback<void(const std::string& name)>
PropertyChangedCallback
;
212
const
PropertyChangedCallback
& property_changed_callback);
313
PropertyChangedCallback
property_changed_callback_;
339
// code using PropertySet::
PropertyChangedCallback
to be notified of changes,
Completed in 312 milliseconds
1
2
3