Home
last modified time | relevance | path

Searched refs:ndefMsgType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dndef_msg_callback_proxy.cpp27 …backProxy::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) in OnNdefMsgDiscovered() argument
40 data.WriteInt32(ndefMsgType); in OnNdefMsgDiscovered()
H A Dndef_msg_callback_proxy.h30 …bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) over…
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dndef_msg_callback_stub.cpp35 …lbackStub::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) in OnNdefMsgDiscovered() argument
39 return callback_->OnNdefMsgDiscovered(tagUid, ndef, ndefMsgType); in OnNdefMsgDiscovered()
H A Dndef_msg_callback_stub.h39 …bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) over…
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dindef_msg_callback.h24 … bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) = 0;