/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/ |
H A D | nci_ce_proxy_test.cpp | 62 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 D | ce_service_test.cpp | 61 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 D | host_card_emulation_manager_test.cpp | 63 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 D | hostcardemulationmanager_fuzzer.cpp | 60 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 D | cardemulation_test.cpp | 114 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 D | nfc_event_handler_test.cpp | 157 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 D | nfc_routing_manager.cpp | 27 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in NfcRoutingManager()
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.cpp | 44 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in HostCardEmulationManager()
|
H A D | ce_service.cpp | 36 …ice::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProx… in CeService()
|