Home
last modified time | relevance | path

Searched refs:IsNfcEnabled (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp63 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 …]
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp86 if (!nfcService_.lock()->IsNfcEnabled()) { in StartPollingLoop()
156 if (!nfcService_.lock()->IsNfcEnabled()) { in EnableForegroundDispatch()
220 if (!nfcService_.lock()->IsNfcEnabled()) { in EnableReaderMode()
H A Dnfc_routing_manager.cpp75 if (!nfcService_.lock()->IsNfcEnabled()) { in HandleComputeRoutingParams()
H A Dnfc_service.cpp513 bool NfcService::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcService
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dnfc_service_fuzz.h26 bool IsNfcEnabled() override;
H A Dnfc_service_fuzz.cpp32 bool NfcServiceFuzz::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcServiceFuzz
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dnfc_service_tdd.h25 bool IsNfcEnabled() override;
H A Dnfc_service_tdd.cpp32 bool NfcServiceImpl::IsNfcEnabled() in IsNfcEnabled() function in OHOS::NFC::NfcServiceImpl
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h110 virtual bool IsNfcEnabled() = 0;
H A Dnfc_service.h65 bool IsNfcEnabled() override;
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp245 if (!nfcService_.lock()->IsNfcEnabled()) { in OnDefaultPaymentServiceChange()
293 if (!nfcService_.lock()->IsNfcEnabled()) { in OnAppAddOrChangeOrRemove()
620 if (!nfcService_.lock()->IsNfcEnabled()) { in StartHce()
H A Dhost_card_emulation_manager.cpp294 if (!nfcService_.lock()->IsNfcEnabled()) { in RegHceCmdCallback()
331 if (!nfcService_.lock()->IsNfcEnabled()) { in SendHostApduData()
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp64 isOpen = nfcService_.lock()->IsNfcEnabled(); in IsNfcOpen()