Home
last modified time | relevance | path

Searched refs:GetNfcState (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_preferences_test.cpp77 int getNfcState = nfcPreferences->GetNfcState();
89 int getNfcState = nfcPreferences->GetNfcState();
H A Dnfc_controller_test.cpp77 int state = ctrl.GetNfcState();
96 int state = ctrl.GetNfcState();
112 int state = ctrl.GetNfcState();
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_adapter.cpp60 napi_value GetNfcState(napi_env env, napi_callback_info info) in GetNfcState() function
64 napi_create_int32(env, nfcCtrl.GetNfcState(), &result); in GetNfcState()
H A Dnfc_napi_controller_adapter.h32 napi_value GetNfcState(napi_env env, napi_callback_info info);
H A Dnfc_napi_controller.cpp70 DECLARE_NAPI_FUNCTION("getNfcState", GetNfcState), in InitJs()
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp40 return nfcService_.lock()->GetNfcState(); in GetState()
176 .append(std::to_string(nfcService_.lock()->GetNfcState())) in GetDumpInfo()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.cpp134 int NfcController::GetNfcState() in GetNfcState() function in OHOS::NFC::KITS::NfcController
160 isOpen = (GetNfcState() == NfcState::STATE_ON); in IsNfcOpen()
H A Dnfc_controller.h61 int GetNfcState();
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dnfc_service_fuzz.h27 int GetNfcState() override;
H A Dnfc_service_fuzz.cpp27 int NfcServiceFuzz::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcServiceFuzz
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dnfc_service_tdd.h26 int GetNfcState() override;
H A Dnfc_service_tdd.cpp27 int NfcServiceImpl::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcServiceImpl
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.h37 int GetNfcState();
H A Dnfc_preferences.cpp125 int NfcPreferences::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcPreferences
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h111 virtual int GetNfcState() = 0;
H A Dnfc_service.h66 int GetNfcState() override;
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp45 int nfcState = nfcService_.lock()->GetNfcState(); in HandleCommitRouting()
H A Dnfc_service.cpp490 int NfcService::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcService
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp159 .append(std::to_string(nfcService_.lock()->GetNfcState())) in GetDumpInfo()
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp750 .append(std::to_string(nfcService_.lock()->GetNfcState())) in GetDumpInfo()