Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_callback_proxy.cpp27 void NfcControllerCallBackProxy::OnNfcStateChanged(int nfcRfState) in OnNfcStateChanged() argument
38 data.WriteInt32(nfcRfState); in OnNfcStateChanged()
H A Dnfc_controller_callback_proxy.h33 void OnNfcStateChanged(int nfcRfState) override;
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp25 void NfcTagCallBackProxy::OnNotify(int nfcRfState) in OnNotify() argument
35 data.WriteInt32(nfcRfState); in OnNotify()
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp33 void NfcTagCallbackStub::OnNotify(int nfcRfState) in OnNotify() argument
37 callback_->OnNotify(nfcRfState); in OnNotify()
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_callback_stub.cpp36 void NfcControllerCallBackStub::OnNfcStateChanged(int nfcRfState) in OnNfcStateChanged() argument
40 callback_->OnNfcStateChanged(nfcRfState); in OnNfcStateChanged()
H A Dnfc_controller_callback_stub.h40 void OnNfcStateChanged(int nfcRfState) override;
/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/
H A Dinfc_tag_callback.h24 virtual void OnNotify(int nfcRfState) = 0;
H A Dnfc_tag_callback_stub.h36 void OnNotify(int nfcRfState) override;
/foundation/communication/connected_nfc_tag/services/include/
H A Dnfc_tag_callback_proxy.h29 void OnNotify(int nfcRfState) override;
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp134 void OnNotify(int nfcRfState) override
136 HILOGI("OnNotify rcvd nfcRfState: %{public}d", nfcRfState);
137 CheckAndNotify(EVENT_NOTIFY, nfcRfState);

Completed in 4 milliseconds