Home
last modified time | relevance | path

Searched refs:NciTagProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp21 NciTagProxy::NciTagProxy() in NciTagProxy() function in OHOS::NFC::NCI::NciTagProxy
82 std::string NciTagProxy::GetTagUid(uint32_t tagDiscId) in GetTagUid()
109 bool NciTagProxy::Disconnect(uint32_t tagDiscId) in Disconnect()
122 bool NciTagProxy::Reconnect(uint32_t tagDiscId) in Reconnect()
150 std::string NciTagProxy::ReadNdef(uint32_t tagDiscId) in ReadNdef()
204 bool NciTagProxy::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly()
244 bool NciTagProxy::IsTagFieldOn(uint32_t tagDiscId) in IsTagFieldOn()
268 void NciTagProxy::StopFieldChecking() in StopFieldChecking()
305 void NciTagProxy::ResetTimeout(uint32_t tagDiscId) in ResetTimeout()
328 bool NciTagProxy::IsExtendedLengthApduSupported() in IsExtendedLengthApduSupported()
[all …]
H A Dnci_tag_proxy.h22 class NciTagProxy final : public INciTagInterface {
24 NciTagProxy();
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp61 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
76 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
89 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
102 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
115 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
129 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
142 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
155 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
170 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
183 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>();
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp44 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzSetTagListener()
50 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTechList()
58 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetConnectedTech()
66 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTechExtrasData()
74 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTagUid()
85 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzConnect()
95 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzDisconnect()
103 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzReconnect()
111 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzTransceive()
121 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzReadNdef()
[all …]
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp98 nciTagProxy_ = std::make_shared<NFC::NCI::NciTagProxy>(); in Initialize()