Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/ipc/controller/
H A Dndef_msg_callback_proxy.cpp27 bool NdefMsgCallbackProxy::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) override;
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dndef_msg_callback_stub.cpp35 bool NdefMsgCallbackStub::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) override;
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dindef_msg_callback.h24 virtual bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) = 0;

Completed in 2 milliseconds