Searched defs:NfcPropertySet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.h21 class NfcPropertySet : public dbus::PropertySet { class in namespace:chromeos
23 NfcPropertySet(dbus::ObjectProxy* object_proxy,
29 virtual ~NfcPropertySet();
53 DISALLOW_COPY_AND_ASSIGN(NfcPropertySet);
H A Dnfc_property_set.cc12 NfcPropertySet::NfcPropertySet(dbus::ObjectProxy* object_proxy, function in class:chromeos::NfcPropertySet
18 NfcPropertySet::~NfcPropertySet() {
21 void NfcPropertySet::ConnectSignals() {
29 void NfcPropertySet::SetAllPropertiesReceivedCallback(
34 void NfcPropertySet::Get(dbus::PropertyBase* property,
39 void NfcPropertySet::GetAll() {
48 void NfcPropertySet::OnGetAll(dbus::Response* response) {
57 VLOG(2) << "NfcPropertySet
[all...]

Completed in 507 milliseconds