Searched refs:ndefMsgType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | ndef_msg_callback_proxy.cpp | 27 …backProxy::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) in OnNdefMsgDiscovered() argument 40 data.WriteInt32(ndefMsgType); in OnNdefMsgDiscovered()
|
H A D | ndef_msg_callback_proxy.h | 30 …bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) over…
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | ndef_msg_callback_stub.cpp | 35 …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 D | ndef_msg_callback_stub.h | 39 …bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) over…
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | indef_msg_callback.h | 24 … bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) = 0;
|