/ohos5.0/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 62 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 80 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 99 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 117 std::weak_ptr<CeService> ceService = nfcService->GetCeService(); variable 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 150 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 170 std::weak_ptr<CeService> ceService = nfcService->GetCeService(); variable 190 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 208 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable [all …]
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/ |
H A D | host_card_emulation_manager_test.cpp | 62 std::shared_ptr<CeService> ceService = nullptr; variable 84 std::shared_ptr<CeService> ceService = nullptr; variable 105 std::shared_ptr<CeService> ceService = nullptr; variable 125 std::shared_ptr<CeService> ceService = nullptr; variable 145 std::shared_ptr<CeService> ceService = nullptr; variable 165 std::shared_ptr<CeService> ceService = nullptr; variable 185 std::shared_ptr<CeService> ceService = nullptr; variable 200 std::shared_ptr<CeService> ceService = nullptr; variable
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 61 std::weak_ptr<CeService> ceService; in FuzzOnHostCardEmulationDataNfcA() local 75 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationActivated() local 85 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationDeactivated() local 95 std::weak_ptr<CeService> ceService; in FuzzRegHceCmdCallback() local 109 std::weak_ptr<CeService> ceService; in FuzzUnRegHceCmdCallback() local 121 std::weak_ptr<CeService> ceService; in FuzzUnRegAllCallback() local 132 std::weak_ptr<CeService> ceService; in FuzzSendHostApduData() local 146 std::weak_ptr<CeService> ceService; in FuzzHandleQueueData() local
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 65 std::weak_ptr<CeService> ceService; variable 86 std::weak_ptr<CeService> ceService; variable 107 std::weak_ptr<CeService> ceService; variable 128 std::weak_ptr<CeService> ceService; variable 151 std::weak_ptr<CeService> ceService; variable 174 std::weak_ptr<CeService> ceService; variable 204 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); variable 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); variable 248 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); variable 270 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); variable [all …]
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/cardemulation_test/ |
H A D | cardemulation_test.cpp | 115 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); variable
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_event_handler.cpp | 241 std::weak_ptr<CeService> ceService, in Intialize()
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.cpp | 45 std::weak_ptr<CeService> ceService) in HostCardEmulationManager()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 313 std::weak_ptr<NFC::CeService> ceService = nfcService->GetCeService(); variable
|