Searched refs:NciTagProxy (Results 1 – 5 of 5) sorted by relevance
21 NciTagProxy::NciTagProxy() in NciTagProxy() function in OHOS::NFC::NCI::NciTagProxy82 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 …]
22 class NciTagProxy final : public INciTagInterface {24 NciTagProxy();
61 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 …]
44 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 …]
98 nciTagProxy_ = std::make_shared<NFC::NCI::NciTagProxy>(); in Initialize()