HomeSort by relevance Sort by last modified time
    Searched defs:NfcPropertySet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_property_set.h 21 class NfcPropertySet : public dbus::PropertySet {
23 NfcPropertySet(dbus::ObjectProxy* object_proxy,
29 virtual ~NfcPropertySet();
53 DISALLOW_COPY_AND_ASSIGN(NfcPropertySet);
nfc_property_set.cc 12 NfcPropertySet::NfcPropertySet(dbus::ObjectProxy* object_proxy,
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::GetAll returned successfully."
    [all...]

Completed in 447 milliseconds