/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); in HWTEST_F() 80 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 99 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 117 std::weak_ptr<CeService> ceService = nfcService->GetCeService(); in HWTEST_F() 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 150 std::shared_ptr<CeService> ceServic in HWTEST_F() [all...] |
/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> nciCeProxy) in CeService() function in OHOS::NFC::CeService 45 DebugLog("CeService constructor end"); in CeService() 48 CeService::~CeService() in ~CeService() 62 DebugLog("CeService deconstructor end"); in ~CeService() 65 void CeService::PublishFieldOnOrOffCommonEvent(bool isFieldOn) in PublishFieldOnOrOffCommonEvent() 70 bool CeService::RegHceCmdCallback(const sptr<KITS::IHceCmdCallback> &callback, const std::string &type, in RegHceCmdCallback() 80 bool CeService::UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID callerToken) in UnRegHceCmdCallback() 89 bool CeService [all...] |
H A D | host_card_emulation_manager.h | 34 class CeService; 46 std::weak_ptr<CeService> ceService); 84 std::weak_ptr<CeService> ceService_{}; 85 friend class CeService;
|
H A D | ce_service.h | 35 class CeService : public IDefaultPaymentServiceChangeCallback, class 36 public std::enable_shared_from_this<CeService>, 50 explicit CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy); 51 ~CeService();
|
H A D | host_card_emulation_manager.cpp | 45 std::weak_ptr<CeService> ceService) in HostCardEmulationManager()
|
/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; in HWTEST_F() 84 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 105 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 125 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 145 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 165 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 185 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F() 200 std::shared_ptr<CeService> ceService = nullptr; in HWTEST_F()
|
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 63 std::weak_ptr<CeService> ceService; in FuzzOnHostCardEmulationDataNfcA() 77 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in FuzzOnHostCardEmulationDataNfcA1() 91 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in FuzzOnHostCardEmulationDataNfcA2() 106 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationActivated() 116 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationDeactivated() 126 std::weak_ptr<CeService> ceService; in FuzzRegHceCmdCallback() 140 std::weak_ptr<CeService> ceService; in FuzzRegHceCmdCallback1() 154 std::weak_ptr<CeService> ceServic in FuzzUnRegHceCmdCallback() [all...] |
/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);
in HWTEST_F() 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy);
in HWTEST_F()
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_event_handler.h | 25 class CeService;
37 std::weak_ptr<CeService> ceService,
69 std::weak_ptr<CeService> ceService_ {};
|
H A D | infc_service.h | 34 class CeService;
119 virtual std::weak_ptr<CeService> GetCeService() = 0 ;
|
H A D | nfc_service.h | 73 std::weak_ptr<CeService> GetCeService() override;
121 std::shared_ptr<CeService> ceService_ {};
146 friend class CeService;
|
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 65 std::weak_ptr<CeService> ceService; in HWTEST_F() 86 std::weak_ptr<CeService> ceService; in HWTEST_F() 107 std::weak_ptr<CeService> ceService; in HWTEST_F() 128 std::weak_ptr<CeService> ceService; in HWTEST_F() 151 std::weak_ptr<CeService> ceService; in HWTEST_F() 174 std::weak_ptr<CeService> ceService; in HWTEST_F() 204 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); in HWTEST_F() 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(servic in HWTEST_F() [all...] |
/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.h | 66 std::weak_ptr<CeService> ceService_{};
|
/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()
|
/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(); in HWTEST_F()
|