Home
last modified time | relevance | path

Searched refs:IsNfcOpen (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_foreground.cpp62 NfcController::GetInstance().IsNfcOpen(isNfcOpen); in RegForeground()
79 NfcController::GetInstance().IsNfcOpen(isNfcOpen); in UnregForeground()
98 NfcController::GetInstance().IsNfcOpen(isNfcOpen); in RegReaderMode()
115 NfcController::GetInstance().IsNfcOpen(isNfcOpen); in UnregReaderMode()
H A Dbasic_tag_session.cpp32 NfcController::GetInstance().IsNfcOpen(isNfcOpen); in GetTagSessionProxy()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_adapter.cpp76 napi_value IsNfcOpen(napi_env env, napi_callback_info info) in IsNfcOpen() function
80 int statusCode = nfcCtrl.IsNfcOpen(isOpen); in IsNfcOpen()
H A Dnfc_napi_controller_adapter.h34 napi_value IsNfcOpen(napi_env env, napi_callback_info info);
H A Dnfc_napi_controller.cpp72 DECLARE_NAPI_FUNCTION("isNfcOpen", IsNfcOpen), in InitJs()
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp143 int statusCode = ctrl.IsNfcOpen(isOpen);
151 statusCode = ctrl.IsNfcOpen(isOpen);
210 ASSERT_TRUE(impl->IsNfcOpen(isOpen) == ErrorCode::ERR_NFC_PARAMETERS);
H A Dnfc_controller_impl_test.cpp103 int isNfcOpen = nfcControllerImpl->IsNfcOpen(isOpen);
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinfc_controller_service.h55 virtual int IsNfcOpen(bool &isOpen) = 0;
/ohos5.0/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/
H A Dnfccontroller_fuzzer.cpp50 ctrl.IsNfcOpen(isOpen); in FuzzIsNfcOpen()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.h40 int IsNfcOpen(bool &isOpen) override;
H A Dnfc_controller.h73 int IsNfcOpen(bool &isOpen);
H A Dnfc_controller.cpp158 int NfcController::IsNfcOpen(bool &isOpen) in IsNfcOpen() function in OHOS::NFC::KITS::NfcController
H A Dnfc_controller_proxy.cpp91 int NfcControllerProxy::IsNfcOpen(bool &isOpen) in IsNfcOpen() function in OHOS::NFC::NfcControllerProxy
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.h32 int IsNfcOpen(bool &isOpen) override;
H A Dnfc_controller_impl.cpp59 int NfcControllerImpl::IsNfcOpen(bool &isOpen) in IsNfcOpen() function in OHOS::NFC::NfcControllerImpl
H A Dnfc_controller_stub.cpp112 int statusCode = IsNfcOpen(isOpen); in HandleIsNfcOpen()