| /foundation/communication/nfc/test/unittest/services/services_tags_test/ |
| D | tag_session_test.cpp | 75 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 …]
|
| D | tag_session_stub_test.cpp | 76 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/ |
| D | basic_tag_session.cpp | 39 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
|
| D | ndef_tag.cpp | 103 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
|
| D | tag_foreground.cpp | 61 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in RegForeground() local 72 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in UnregForeground() local
|
| D | isodep_tag.cpp | 57 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in IsExtendedApduSupported() local
|
| D | ndef_formatable_tag.cpp | 50 OHOS::sptr<TAG::ITagSession> tagSession = GetTagSessionProxy(); in Format() local
|
| /foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/ |
| D | tagsessionstub_fuzzer.cpp | 43 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/ |
| D | foreground_death_recipient.cpp | 24 sptr<TAG::TagSessionStub> tagSession, Security::AccessToken::AccessTokenID callerToken) in ForegroundDeathRecipient()
|
| /foundation/communication/nfc/frameworks/js/napi/tag/ |
| D | nfc_napi_tag_sesstion.h | 48 std::shared_ptr<BasicTagSession> tagSession = nullptr; member
|
| D | nfc_napi_tag_ndef_formatable.cpp | 25 static bool CheckTagSessionAndThrow(const napi_env &env, const NdefFormatableTag *tagSession) in CheckTagSessionAndThrow()
|
| D | nfc_napi_tag_mifare_ul.cpp | 24 static bool CheckTagSessionAndThrow(const napi_env &env, const MifareUltralightTag *tagSession) in CheckTagSessionAndThrow()
|
| D | nfc_napi_tag_ndef.cpp | 27 static bool CheckTagSessionAndThrow(const napi_env &env, const NdefTag *tagSession) in CheckTagSessionAndThrow()
|
| D | nfc_napi_tag_mifare_classic.cpp | 24 static bool CheckTagSessionAndThrow(const napi_env &env, MifareClassicTag *tagSession) in CheckTagSessionAndThrow()
|