Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_rw.cpp70 #define g_commonConnectedType (TagNciAdapterCommon::GetInstance().connectedType_) macro
145 if (g_commonConnectedType == NFC_DISCOVERY_TYPE_POLL_A) { in IsCashbeeCard()
345 idx, discId, g_commonConnectedProtocol, g_commonConnectedType); in Reselect()
355 if (g_commonConnectedType == TagNciAdapterCommon::TARGET_TYPE_ISO14443_3A || in Reselect()
356 g_commonConnectedType == TagNciAdapterCommon::TARGET_TYPE_ISO14443_3B) { in Reselect()
364 } else if (g_commonConnectedType == TagNciAdapterCommon::TARGET_TYPE_MIFARE_CLASSIC) { in Reselect()
387 g_commonConnectedType = TagNciAdapterCommon::TARGET_TYPE_UNKNOWN; in Reselect()
461 wait = transceiveEvent_.Wait(GetTimeout(g_commonConnectedType)); in Reselect()
938 g_commonConnectedType = TagNciAdapterCommon::TARGET_TYPE_UNKNOWN; in Reselect()
954 g_commonConnectedType == TagNciAdapterCommon::TARGET_TYPE_ISO14443_3A)) { in Reselect()
[all …]
H A Dtag_nci_adapter_ntf.cpp74 #define g_commonConnectedType (TagNciAdapterCommon::GetInstance().connectedType_) macro
176 g_commonConnectedType = TagNciAdapterCommon::TARGET_TYPE_ISO14443_3A; in SetCurrRfMode()
178 g_commonConnectedType = TagNciAdapterCommon::TARGET_TYPE_ISO14443_3B; in SetCurrRfMode()