Home
last modified time | relevance | path

Searched refs:g_commonConnectedRfIface (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.cpp71 #define g_commonConnectedRfIface (TagNciAdapterCommon::GetInstance().connectedRfIface_) macro
263 g_commonConnectedRfIface = rfInterface; in RetryToWaitSuccess()
274 …"g_commonConnectedProtocol = %{public}d", rfInterface, g_commonConnectedRfIface, g_commonConnected… in Reselect()
276 if (isSwitchingIface && (rfInterface == g_commonConnectedRfIface)) { in Reselect()
388 g_commonConnectedRfIface = NFA_INTERFACE_ISO_DEP; in Reselect()
936 g_commonConnectedRfIface = NFA_INTERFACE_ISO_DEP; in Reselect()
943 if (!((g_commonConnectedRfIface == NFA_INTERFACE_FRAME) && in Reselect()
H A Dtag_nci_adapter_ntf.cpp75 #define g_commonConnectedRfIface (TagNciAdapterCommon::GetInstance().connectedRfIface_) macro
165 g_commonConnectedRfIface = rfInterface; in SetCurrRfInterface()