Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp62 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
75 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
87 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
100 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
116 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
128 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); variable
/ohos5.0/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp61 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
79 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
98 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
149 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
189 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
207 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
225 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
243 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
261 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/
H A Dhost_card_emulation_manager_test.cpp63 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
83 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
104 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
124 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
144 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
164 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
184 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
199 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp60 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA() local
74 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationActivated() local
84 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationDeactivated() local
94 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzRegHceCmdCallback() local
108 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzUnRegHceCmdCallback() local
120 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzUnRegAllCallback() local
131 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzSendHostApduData() local
145 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzHandleQueueData() local
/ohos5.0/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H A Dcardemulation_test.cpp114 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; variable
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp157 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; variable
180 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
203 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
225 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
247 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
269 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
291 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
314 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
336 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
359 …std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeI… variable
[all …]
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp27 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in NfcRoutingManager()
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.cpp44 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in HostCardEmulationManager()
H A Dce_service.cpp36 …ice::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProx… in CeService()