Home
last modified time | relevance | path

Searched defs:tagSession (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/nfc/test/unittest/services/services_tags_test/
Dtag_session_test.cpp75 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
89 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
103 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
118 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
133 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
148 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
161 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
176 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
189 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
203 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
[all …]
Dtag_session_stub_test.cpp76 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
92 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
108 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
124 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
140 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
156 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
172 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
188 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
204 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
220 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); variable
[all …]
/foundation/communication/nfc/interfaces/inner_api/src/tags/
Dbasic_tag_session.cpp39 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in Connect() local
67 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in Close() local
87 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in SetTimeout() local
97 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in GetTimeout() local
115 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in SendCommand() local
129 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in GetMaxSendCommandLength() local
Dndef_tag.cpp103 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in ReadNdef() local
134 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in WriteNdef() local
153 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in IsEnableReadOnly() local
167 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in EnableReadOnly() local
Dtag_foreground.cpp61 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in RegForeground() local
72 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in UnregForeground() local
Disodep_tag.cpp57 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in IsExtendedApduSupported() local
Dndef_formatable_tag.cpp50 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in Format() local
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
Dtagsessionstub_fuzzer.cpp43 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleConnect() local
58 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleReconnect() local
73 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleDisconnect() local
88 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleSetTimeout() local
103 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleGetTimeout() local
118 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleGetTechList() local
133 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleIsTagFieldOn() local
148 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleIsNdef() local
163 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleSendRawFrame() local
178 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleNdefRead() local
[all …]
/foundation/communication/nfc/services/src/tags/
Dforeground_death_recipient.cpp24 sptr<TAG::TagSessionStub> tagSession, Security::AccessToken::AccessTokenID callerToken) in ForegroundDeathRecipient()
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tag_sesstion.h48 std::shared_ptr<BasicTagSession> tagSession = nullptr; member
Dnfc_napi_tag_ndef_formatable.cpp25 static bool CheckTagSessionAndThrow(const napi_env &env, const NdefFormatableTag *tagSession) in CheckTagSessionAndThrow()
Dnfc_napi_tag_mifare_ul.cpp24 static bool CheckTagSessionAndThrow(const napi_env &env, const MifareUltralightTag *tagSession) in CheckTagSessionAndThrow()
Dnfc_napi_tag_ndef.cpp27 static bool CheckTagSessionAndThrow(const napi_env &env, const NdefTag *tagSession) in CheckTagSessionAndThrow()
Dnfc_napi_tag_mifare_classic.cpp24 static bool CheckTagSessionAndThrow(const napi_env &env, MifareClassicTag *tagSession) in CheckTagSessionAndThrow()