/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); 80 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 99 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 150 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 190 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 208 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 244 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); 262 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); [all …]
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | ce_service.cpp | 36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciC… in CeService() function in OHOS::NFC::CeService 48 CeService::~CeService() in ~CeService() 213 void CeService::ClearAidEntriesCache() in ClearAidEntriesCache() 364 void CeService::ConfigRoutingAndCommit() in ConfigRoutingAndCommit() 480 void CeService::HandleFieldActivated() in HandleFieldActivated() 503 void CeService::HandleFieldDeactivated() in HandleFieldDeactivated() 552 void CeService::Initialize() in Initialize() 567 bool CeService::InitDefaultPaymentApp() in InitDefaultPaymentApp() 594 void CeService::Deinitialize() in Deinitialize() 640 void CeService::ClearHceInfo() in ClearHceInfo() [all …]
|
H A D | host_card_emulation_manager.h | 34 class CeService; variable 46 std::weak_ptr<CeService> ceService); 84 std::weak_ptr<CeService> ceService_{}; 85 friend class CeService; variable
|
H A D | ce_service.h | 35 class CeService : public IDefaultPaymentServiceChangeCallback, 36 public std::enable_shared_from_this<CeService>, 50 …explicit CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCe… 51 ~CeService();
|
H A D | host_card_emulation_manager.cpp | 45 std::weak_ptr<CeService> ceService) in HostCardEmulationManager()
|
/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() 75 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationActivated() 85 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationDeactivated() 95 std::weak_ptr<CeService> ceService; in FuzzRegHceCmdCallback() 109 std::weak_ptr<CeService> ceService; in FuzzUnRegHceCmdCallback() 121 std::weak_ptr<CeService> ceService; in FuzzUnRegAllCallback() 132 std::weak_ptr<CeService> ceService; in FuzzSendHostApduData() 146 std::weak_ptr<CeService> ceService; in FuzzHandleQueueData()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 65 std::weak_ptr<CeService> ceService; 204 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 248 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 270 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 292 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 315 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 337 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 360 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); 383 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); [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; 84 std::shared_ptr<CeService> ceService = nullptr; 105 std::shared_ptr<CeService> ceService = nullptr; 125 std::shared_ptr<CeService> ceService = nullptr; 145 std::shared_ptr<CeService> ceService = nullptr; 165 std::shared_ptr<CeService> ceService = nullptr; 185 std::shared_ptr<CeService> ceService = nullptr; 200 std::shared_ptr<CeService> ceService = nullptr;
|
/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); 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy);
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | nfc_event_handler.h | 25 class CeService; variable 37 std::weak_ptr<CeService> ceService, 69 std::weak_ptr<CeService> ceService_ {};
|
H A D | nfc_service.h | 73 std::weak_ptr<CeService> GetCeService() override; 122 std::shared_ptr<CeService> ceService_ {}; 147 friend class CeService; variable
|
H A D | infc_service.h | 34 class CeService; variable 119 virtual std::weak_ptr<CeService> GetCeService() = 0 ;
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.h | 66 std::weak_ptr<CeService> ceService_{};
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 83 std::weak_ptr<CeService> NfcService::GetCeService() in GetCeService() 107 ceService_ = std::make_shared<CeService>(shared_from_this(), nciCeProxy_); in Initialize()
|
H A D | nfc_event_handler.cpp | 241 std::weak_ptr<CeService> ceService, in Intialize()
|
/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();
|