OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
();
50
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 110 milliseconds