Home
last modified time | relevance | path

Searched refs:nfcState (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_param_util.cpp38 char nfcState[PROPERTY_VALUE_MAX] = {0}; in GetNfcStateFromParam() local
39 int errCode = GetParameter(NFC_SWITCH_STATE_PARAM_NAME, "", nfcState, PROPERTY_VALUE_MAX); in GetNfcStateFromParam()
44 InfoLog("GetNfcStateFromParam, nfc state[%{publib}d]", nfcState); in GetNfcStateFromParam()
47 long int num = std::strtol(nfcState, &endptr, DECIMAL_NOTATION); in GetNfcStateFromParam()
H A Dnfc_hisysevent.cpp38 "CURRENT_NFC_STATE", failedParams->nfcState, in WriteNfcFailedHiSysEvent()
103 nfcFailedParams.nfcState = 0; in BuildFailedParams()
H A Dnfc_hisysevent.h60 int nfcState; member
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp45 int nfcState = nfcService_.lock()->GetNfcState(); in HandleCommitRouting() local
46 if (nfcState == KITS::STATE_OFF || nfcState == KITS::STATE_TURNING_OFF) { in HandleCommitRouting()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinfc_controller_callback.h30 virtual void OnNfcStateChanged(int nfcState) = 0;
/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/
H A Dnfccontroller_fuzzer.cpp34 void OnNfcStateChanged(int nfcState) override
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_callback_stub_test.cpp41 void OnNfcStateChanged(int nfcState) override
H A Dnfc_controller_test.cpp45 void OnNfcStateChanged(int nfcState) override
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.cpp164 void OnNfcStateChanged(int nfcState) override
166 InfoLog("OnNotify rcvd nfcRfState: %{public}d", nfcState);
167 CheckAndNotify(EVENT_NFC_STATE_CHANGE, nfcState);
/foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/
H A Dnfccontrollerstub_fuzzer.cpp36 void OnNfcStateChanged(int nfcState) override

Completed in 5 milliseconds