Searched refs:IsNfcEnabled (Results 1 – 13 of 13) sorted by relevance
63 if (!nfcService_.lock()->IsNfcEnabled()) { in Connect()92 if (!nfcService_.lock()->IsNfcEnabled()) { in IsConnected()112 if (!nfcService_.lock()->IsNfcEnabled()) { in Reconnect()131 if (nfcService_.expired() || nciTagProxy_.expired() || !nfcService_.lock()->IsNfcEnabled()) { in Disconnect()150 if (!nfcService_.lock()->IsNfcEnabled()) { in SetTimeout()170 if (!nfcService_.lock()->IsNfcEnabled()) { in GetTimeout()187 if (!nfcService_.lock()->IsNfcEnabled()) { in ResetTimeout()251 if (!nfcService_.lock()->IsNfcEnabled()) { in SendRawFrame()303 if (!nfcService_.lock()->IsNfcEnabled()) { in NdefWrite()330 if (!nfcService_.lock()->IsNfcEnabled()) { in NdefMakeReadOnly()[all …]
86 if (!nfcService_.lock()->IsNfcEnabled()) { in StartPollingLoop()156 if (!nfcService_.lock()->IsNfcEnabled()) { in EnableForegroundDispatch()220 if (!nfcService_.lock()->IsNfcEnabled()) { in EnableReaderMode()
75 if (!nfcService_.lock()->IsNfcEnabled()) { in HandleComputeRoutingParams()
513 bool NfcService::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcService
26 bool IsNfcEnabled() override;
32 bool NfcServiceFuzz::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcServiceFuzz
25 bool IsNfcEnabled() override;
32 bool NfcServiceImpl::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcServiceImpl
110 virtual bool IsNfcEnabled() = 0;
65 bool IsNfcEnabled() override;
245 if (!nfcService_.lock()->IsNfcEnabled()) { in OnDefaultPaymentServiceChange()293 if (!nfcService_.lock()->IsNfcEnabled()) { in OnAppAddOrChangeOrRemove()620 if (!nfcService_.lock()->IsNfcEnabled()) { in StartHce()
294 if (!nfcService_.lock()->IsNfcEnabled()) { in RegHceCmdCallback()331 if (!nfcService_.lock()->IsNfcEnabled()) { in SendHostApduData()
64 isOpen = nfcService_.lock()->IsNfcEnabled(); in IsNfcOpen()