Home
last modified time | relevance | path

Searched refs:connectedTagTech_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp34 connectedTagTech_ = KITS::TagTechnology::NFC_INVALID_TECH; in TagInfo()
41 connectedTagTech_ = KITS::TagTechnology::NFC_INVALID_TECH; in ~TagInfo()
142 connectedTagTech_ = connectedTagTech; in SetConnectedTagTech()
147 return connectedTagTech_; in GetConnectedTagTech()
H A Dtaginfo.h78 KITS::TagTechnology connectedTagTech_; variable