Searched refs:NfcTagChromeOS (Results 1 – 5 of 5) sorted by relevance
52 NfcTagChromeOS::NfcTagChromeOS(const dbus::ObjectPath& object_path) in NfcTagChromeOS() function in chromeos::NfcTagChromeOS59 NfcTagChromeOS::~NfcTagChromeOS() { in ~NfcTagChromeOS()63 void NfcTagChromeOS::AddObserver(NfcTag::Observer* observer) { in AddObserver()67 void NfcTagChromeOS::RemoveObserver(NfcTag::Observer* observer) { in RemoveObserver()71 std::string NfcTagChromeOS::GetIdentifier() const { in GetIdentifier()75 NfcTag::TagType NfcTagChromeOS::GetType() const { in GetType()82 bool NfcTagChromeOS::IsReadOnly() const { in IsReadOnly()88 NfcTag::Protocol NfcTagChromeOS::GetSupportedProtocol() const { in GetSupportedProtocol()96 NfcTagChromeOS::GetSupportedTechnologies() const { in GetSupportedTechnologies()125 bool NfcTagChromeOS::IsReady() const { in IsReady()[all …]
22 class NfcTagChromeOS : public device::NfcTag,49 explicit NfcTagChromeOS(const dbus::ObjectPath& object_path);50 virtual ~NfcTagChromeOS();65 DISALLOW_COPY_AND_ASSIGN(NfcTagChromeOS);
17 class NfcTagChromeOS; variable46 friend class NfcTagChromeOS;51 explicit NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag);
234 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path); in TagAdded()289 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path); in SetAdapter()
23 NfcNdefTagTechnologyChromeOS::NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag) in NfcNdefTagTechnologyChromeOS()