Home
last modified time | relevance | path

Searched refs:IsNdef (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dndef_tag.cpp109 if (tagSession->IsNdef(GetTagRfDiscId())) { in ReadNdef()
141 if (!tagSession->IsNdef(GetTagRfDiscId())) { in WriteNdef()
H A Dndef_formatable_tag.cpp64 if (!tagSession->IsNdef(tagRfDiscId)) { in Format()
H A Dtag_session_proxy.h49 bool IsNdef(int tagRfDiscId) override;
H A Dtag_session_proxy.cpp219 bool TagSessionProxy::IsNdef(int tagRfDiscId) in IsNdef() function in OHOS::NFC::TAG::TagSessionProxy
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h96 virtual bool IsNdef(int tagRfDiscId) = 0;
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h139 bool IsNdef(int tagRfDiscId) override;
H A Dtag_session_stub.cpp220 reply.WriteBool(IsNdef(tagRfDiscId)); in HandleIsNdef()
H A Dtag_session.cpp231 bool TagSession::IsNdef(int tagRfDiscId) in IsNdef() function in OHOS::NFC::TAG::TagSession
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp451 bool isNdef = tagSession->IsNdef(tagRfDiscId);