Searched refs:OnNdefMsgDiscovered (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | ndef_msg_callback_stub.cpp | 35 bool NdefMsgCallbackStub::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) in OnNdefMsgDiscovered() function in OHOS::NFC::NdefMsgCallbackStub 39 return callback_->OnNdefMsgDiscovered(tagUid, ndef, ndefMsgType); in OnNdefMsgDiscovered() 94 bool res = OnNdefMsgDiscovered(tagUid, ndef, type); in RemoteNdefMsgDiscovered()
|
H A D | ndef_msg_callback_stub.h | 39 bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) override;
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | indef_msg_callback.h | 24 virtual bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) = 0;
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | ndef_msg_callback_proxy.h | 30 bool OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType) override;
|
H A D | ndef_msg_callback_proxy.cpp | 27 bool NdefMsgCallbackProxy::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, int ndefMsgType)
in OnNdefMsgDiscovered() function in OHOS::NFC::NdefMsgCallbackProxy 29 DebugLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered");
in OnNdefMsgDiscovered() 34 DebugLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered, Write interface token error");
in OnNdefMsgDiscovered() 45 ErrorLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered, Set Attr %{public}d error: %{public}d",
in OnNdefMsgDiscovered() 51 InfoLog("NdefMsgCallbackProxy::OnNdefMsgDiscovered, COMMAND_ON_NDEF_MSG_NOTIFY reply false");
in OnNdefMsgDiscovered()
|
/foundation/communication/nfc/services/src/tag/ |
H A D | tag_dispatcher.cpp | 85 ndefCbRes_ = ndefCb_->OnNdefMsgDiscovered(tagUid, ndef, msgType);
in HandleNdefDispatch() 120 ndefCbRes_ = ndefCb_->OnNdefMsgDiscovered(tagUid, ndef, msgType);
in HandleNdefDispatch()
|
Completed in 2 milliseconds