/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_preferences_test.cpp | 77 int getNfcState = nfcPreferences->GetNfcState(); 89 int getNfcState = nfcPreferences->GetNfcState();
|
H A D | nfc_controller_test.cpp | 77 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 D | nfc_napi_controller_adapter.cpp | 60 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 D | nfc_napi_controller_adapter.h | 32 napi_value GetNfcState(napi_env env, napi_callback_info info);
|
H A D | nfc_napi_controller.cpp | 70 DECLARE_NAPI_FUNCTION("getNfcState", GetNfcState), in InitJs()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_impl.cpp | 40 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 D | nfc_controller.cpp | 134 int NfcController::GetNfcState() in GetNfcState() function in OHOS::NFC::KITS::NfcController 160 isOpen = (GetNfcState() == NfcState::STATE_ON); in IsNfcOpen()
|
H A D | nfc_controller.h | 61 int GetNfcState();
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/ |
H A D | nfc_service_fuzz.h | 27 int GetNfcState() override;
|
H A D | nfc_service_fuzz.cpp | 27 int NfcServiceFuzz::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcServiceFuzz
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | nfc_service_tdd.h | 26 int GetNfcState() override;
|
H A D | nfc_service_tdd.cpp | 27 int NfcServiceImpl::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcServiceImpl
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_preferences.h | 37 int GetNfcState();
|
H A D | nfc_preferences.cpp | 125 int NfcPreferences::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcPreferences
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | infc_service.h | 111 virtual int GetNfcState() = 0;
|
H A D | nfc_service.h | 66 int GetNfcState() override;
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_routing_manager.cpp | 45 int nfcState = nfcService_.lock()->GetNfcState(); in HandleCommitRouting()
|
H A D | nfc_service.cpp | 490 int NfcService::GetNfcState() in GetNfcState() function in OHOS::NFC::NfcService
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.cpp | 159 .append(std::to_string(nfcService_.lock()->GetNfcState())) in GetDumpInfo()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 750 .append(std::to_string(nfcService_.lock()->GetNfcState())) in GetDumpInfo()
|