Home
last modified time | relevance | path

Searched refs:CeService (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp62 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 Dce_service.cpp36 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 Dhost_card_emulation_manager.h34 class CeService; variable
46 std::weak_ptr<CeService> ceService);
84 std::weak_ptr<CeService> ceService_{};
85 friend class CeService; variable
H A Dce_service.h35 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 Dhost_card_emulation_manager.cpp45 std::weak_ptr<CeService> ceService) in HostCardEmulationManager()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp61 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 Dnfc_event_handler_test.cpp65 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 Dhost_card_emulation_manager_test.cpp62 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 Dcardemulation_test.cpp115 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 Dnfc_event_handler.h25 class CeService; variable
37 std::weak_ptr<CeService> ceService,
69 std::weak_ptr<CeService> ceService_ {};
H A Dnfc_service.h73 std::weak_ptr<CeService> GetCeService() override;
122 std::shared_ptr<CeService> ceService_ {};
147 friend class CeService; variable
H A Dinfc_service.h34 class CeService; variable
119 virtual std::weak_ptr<CeService> GetCeService() = 0 ;
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.h66 std::weak_ptr<CeService> ceService_{};
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp83 std::weak_ptr<CeService> NfcService::GetCeService() in GetCeService()
107 ceService_ = std::make_shared<CeService>(shared_from_this(), nciCeProxy_); in Initialize()
H A Dnfc_event_handler.cpp241 std::weak_ptr<CeService> ceService, in Intialize()
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp313 std::weak_ptr<NFC::CeService> ceService = nfcService->GetCeService();