Home
last modified time | relevance | path

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

/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); 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 Dce_service.cpp36 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 Dhost_card_emulation_manager.h34 class CeService;
46 std::weak_ptr<CeService> ceService);
84 std::weak_ptr<CeService> ceService_{};
85 friend class CeService;
H A Dce_service.h35 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 Dhost_card_emulation_manager.cpp45 std::weak_ptr<CeService> ceService) in HostCardEmulationManager()
/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; 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 Dhostcardemulationmanager_fuzzer.cpp63 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 Dcardemulation_test.cpp115 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 Dnfc_event_handler.h25 class CeService;
37 std::weak_ptr<CeService> ceService,
69 std::weak_ptr<CeService> ceService_ {};
H A Dinfc_service.h34 class CeService;
119 virtual std::weak_ptr<CeService> GetCeService() = 0 ;
H A Dnfc_service.h73 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 Dnfc_event_handler_test.cpp65 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 Dhce_session.h66 std::weak_ptr<CeService> ceService_{};
/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()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp313 std::weak_ptr<NFC::CeService> ceService = nfcService->GetCeService(); in HWTEST_F()

Completed in 10 milliseconds