Searched refs:nfcState (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_param_util.cpp | 38 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 D | nfc_hisysevent.cpp | 38 "CURRENT_NFC_STATE", failedParams->nfcState, in WriteNfcFailedHiSysEvent() 103 nfcFailedParams.nfcState = 0; in BuildFailedParams()
|
H A D | nfc_hisysevent.h | 60 int nfcState; member
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_routing_manager.cpp | 45 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 D | infc_controller_callback.h | 30 virtual void OnNfcStateChanged(int nfcState) = 0;
|
/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/ |
H A D | nfccontroller_fuzzer.cpp | 34 void OnNfcStateChanged(int nfcState) override
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_callback_stub_test.cpp | 41 void OnNfcStateChanged(int nfcState) override
|
H A D | nfc_controller_test.cpp | 45 void OnNfcStateChanged(int nfcState) override
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller_event.cpp | 164 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 D | nfccontrollerstub_fuzzer.cpp | 36 void OnNfcStateChanged(int nfcState) override
|
Completed in 5 milliseconds