Home
last modified time | relevance | path

Searched defs:nciTagProxy (Results 1 – 9 of 9) sorted by relevance

/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>(); variable
76 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
89 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
102 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
115 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
129 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
142 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
155 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
170 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
183 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); variable
[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() local
50 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTechList() local
58 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetConnectedTech() local
66 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTechExtrasData() local
74 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzGetTagUid() local
85 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzConnect() local
95 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzDisconnect() local
103 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzReconnect() local
111 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzTransceive() local
121 std::shared_ptr<NciTagProxy> nciTagProxy = std::make_shared<NciTagProxy>(); in FuzzReadNdef() local
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/isodep_card_handler_test/
H A Disodep_card_handler_test.cpp60 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; variable
73 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; variable
88 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; variable
104 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; variable
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp43 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzStartPollingLoop() local
54 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzEnableForegroundDispatch() local
67 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzDisableForegroundDispatch() local
78 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzDisableForegroundByDeathRcpt() local
88 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzIsForegroundEnabled() local
98 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzSendTagToForeground() local
108 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzIsReaderModeEnabled() local
118 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzSendTagToReaderApp() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/isodepcardhandler_test/isodepcardhandler/isodepcardhandler_fuzzer/
H A Disodepcardhandler_fuzzer.cpp41 std::weak_ptr<INciTagInterface> nciTagProxy; in FuzzInitTransportCardInfo() local
50 std::weak_ptr<INciTagInterface> nciTagProxy; in FuzzGetCardName() local
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp26 std::weak_ptr<NCI::INciTagInterface> nciTagProxy) in NfcPollingManager()
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp26 IsodepCardHandler::IsodepCardHandler(std::weak_ptr<NCI::INciTagInterface> nciTagProxy) in IsodepCardHandler()
H A Dndef_har_data_parser.cpp38 NdefHarDataParser::NdefHarDataParser(std::weak_ptr<NCI::INciTagInterface> nciTagProxy) in NdefHarDataParser()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp130 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; variable