Home
last modified time | relevance | path

Searched defs:nfcRfState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp25 void NfcTagCallBackProxy::OnNotify(int nfcRfState) in OnNotify()
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_callback_proxy.cpp27 void NfcControllerCallBackProxy::OnNfcStateChanged(int nfcRfState) in OnNfcStateChanged()
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp33 void NfcTagCallbackStub::OnNotify(int nfcRfState) in OnNotify()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_callback_stub.cpp36 void NfcControllerCallBackStub::OnNfcStateChanged(int nfcRfState) in OnNfcStateChanged()
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.cpp134 void OnNotify(int nfcRfState) override in OnNotify()