Home
last modified time | relevance | path

Searched refs:NfcService (Results 1 - 25 of 54) sorted by relevance

123

/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp75 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
89 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
103 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
118 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
133 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
[all...]
H A Dtag_session_stub_test.cpp76 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
92 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
108 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
124 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
140 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
[all...]
H A Dwifi_connection_manager_test.cpp63 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
79 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
99 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
118 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
138 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
[all...]
H A Dbt_connection_manager_test.cpp63 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
81 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
95 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
113 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
132 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp40 uint32_t NfcService::unloadStaSaTimerId{0};
42 NfcService::NfcService() in NfcService() function in OHOS::NFC::NfcService
50 NfcService::~NfcService() in ~NfcService()
63 std::weak_ptr<NfcService> NfcService::GetInstance() const in GetInstance()
68 std::weak_ptr<NCI::INciTagInterface> NfcService::GetNciTagProxy(void) in GetNciTagProxy()
73 std::weak_ptr<NfcPollingManager> NfcService::GetNfcPollingManager() in GetNfcPollingManager()
78 std::weak_ptr<NfcRoutingManager> NfcService
[all...]
H A Dnfc_event_handler.cpp41 explicit ScreenChangedReceiver(std::weak_ptr<NfcService> nfcService,
49 std::weak_ptr<NfcService> nfcService_ {};
53 NfcEventHandler::ScreenChangedReceiver::ScreenChangedReceiver(std::weak_ptr<NfcService> nfcService, in ScreenChangedReceiver()
115 explicit PackageChangedReceiver(std::weak_ptr<NfcService> nfcService,
123 std::weak_ptr<NfcService> nfcService_ {};
127 NfcEventHandler::PackageChangedReceiver::PackageChangedReceiver(std::weak_ptr<NfcService> nfcService, in PackageChangedReceiver()
155 explicit ShutdownEventReceiver(std::weak_ptr<NfcService> nfcService,
163 std::weak_ptr<NfcService> nfcService_ {};
167 NfcEventHandler::ShutdownEventReceiver::ShutdownEventReceiver(std::weak_ptr<NfcService> nfcService, in ShutdownEventReceiver()
191 explicit DataShareChangedReceiver(std::weak_ptr<NfcService> nfcServic
[all...]
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp42 std::shared_ptr<NfcService> nfcService_ {};
72 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
85 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
99 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
115 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
128 std::shared_ptr<NfcService> servic in HWTEST_F()
[all...]
H A Dnfc_event_handler_test.cpp63 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
84 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
105 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
126 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
149 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp42 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzIsDefaultService()
52 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzStartHce()
62 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzStopHce()
71 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzRegHceCmdCallbackByToken()
81 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzUnRegHceCmdCallback()
[all...]
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp60 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>(); in HWTEST_F()
76 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>(); in HWTEST_F()
93 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>(); in HWTEST_F()
110 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>(); in HWTEST_F()
128 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>(); in HWTEST_F()
[all...]
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp61 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
74 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
87 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
101 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
117 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
132 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
147 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in HWTEST_F()
161 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
175 std::shared_ptr<NfcService> nfcServic in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dtagsessionstub_fuzzer.cpp42 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleConnect()
57 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleReconnect()
72 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleDisconnect()
87 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleSetTimeout()
102 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleGetTimeout()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp58 std::shared_ptr<NFC::NfcService> service = nullptr; in FuzzResetTimeout()
68 std::shared_ptr<NFC::NfcService> service = nullptr; in FuzzIsTagFieldOn()
78 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzGetFgDataVecSize()
85 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzGetReaderDataVecSize()
92 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleAppStateChanged()
104 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzRegForegroundDispatch()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollerimpl_test/nfccontrollerimpl/nfccontrollerimpl_fuzzer/
H A Dnfccontrollerimpl_fuzzer.cpp40 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzGetState()
48 std::shared_ptr<NfcService> service = nullptr; in FuzzUnRegisterAllCallBack()
56 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzUnRegisterAllCallBack1()
64 std::shared_ptr<NfcService> service = nullptr; in FuzzRegNdefMsgCallback()
72 std::shared_ptr<NfcService> service = nullptr; in FuzzRegQueryApplicationCb()
80 std::shared_ptr<NfcService> service = nullptr; in FuzzRegCardEmulationNotifyCb()
87 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzGetHceServiceIface()
[all...]
/foundation/communication/nfc/services/include/
H A Dnfc_service.h41 class NfcService final : public NCI::INciTagInterface::ITagListener,
44 public std::enable_shared_from_this<NfcService> {
46 NfcService();
47 ~NfcService() override;
48 NfcService& operator=(const NfcService&) = delete;
49 NfcService(const NfcService&) = delete;
51 std::weak_ptr<NfcService> GetInstance() const;
110 std::weak_ptr<NfcService> nfcService
[all...]
H A Dnfc_routing_manager.h23 class NfcService;
29 std::weak_ptr<NfcService> nfcService);
42 std::weak_ptr<NfcService> nfcService_ {};
H A Dtag_dispatcher.h31 class NfcService;
35 explicit TagDispatcher(std::shared_ptr<NfcService> nfcService);
55 std::shared_ptr<NfcService> nfcService_ {};
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp61 std::weak_ptr<NfcService> nfcService; in FuzzOnHostCardEmulationDataNfcA()
75 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in FuzzOnHostCardEmulationDataNfcA1()
89 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in FuzzOnHostCardEmulationDataNfcA2()
104 std::weak_ptr<NfcService> nfcService; in FuzzOnCardEmulationActivated()
114 std::weak_ptr<NfcService> nfcService; in FuzzOnCardEmulationDeactivated()
124 std::weak_ptr<NfcService> nfcService; in FuzzRegHceCmdCallback()
138 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in FuzzRegHceCmdCallback1()
[all...]
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp60 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
78 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
97 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
115 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in HWTEST_F()
129 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
148 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
168 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in HWTEST_F()
188 std::shared_ptr<NfcService> nfcServic in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/tagdispatcher_test/tagdispatcher/tagdispatcher_fuzzer/
H A Dtagdispatcher_fuzzer.cpp39 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagFound()
50 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagLost()
57 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagDebounce()
66 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzOnNotificationButtonClicked()
/foundation/communication/nfc/test/fuzztest/services_test/wificonnectionmanager_test/wificonnectionmanager/wificonnectionmanager_fuzzer/
H A Dwificonnectionmanager_fuzzer.cpp47 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzTryConnectWifi()
60 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzOnWifiNtfClicked()
74 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleWifiEnableFailed()
88 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleWifiConnectFailed()
102 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzOnWifiEnabled()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H A Dbtconnectionmanager_fuzzer.cpp44 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzTryPairBt()
56 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzOnBtNtfClicked()
69 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleBtEnableFailed()
82 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleBtPairFailed()
95 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleBtConnectFailed()
[all...]
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/
H A Dhost_card_emulation_manager_test.cpp61 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
82 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
103 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
123 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
143 std::shared_ptr<NfcService> nfcService = nullptr; in HWTEST_F()
163 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in HWTEST_F()
183 std::shared_ptr<NfcService> nfcService = std::make_shared<NfcService>(); in HWTEST_F()
198 std::shared_ptr<NfcService> nfcServic in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp41 std::weak_ptr<NfcService> nfcService; in FuzzStartPollingLoop()
52 std::weak_ptr<NfcService> nfcService; in FuzzEnableForegroundDispatch()
65 std::weak_ptr<NfcService> nfcService; in FuzzDisableForegroundDispatch()
76 std::weak_ptr<NfcService> nfcService; in FuzzDisableForegroundByDeathRcpt()
86 std::weak_ptr<NfcService> nfcService; in FuzzIsForegroundEnabled()
96 std::weak_ptr<NfcService> nfcService; in FuzzSendTagToForeground()
106 std::weak_ptr<NfcService> nfcService; in FuzzIsReaderModeEnabled()
116 std::weak_ptr<NfcService> nfcService; in FuzzSendTagToReaderApp()
/foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/
H A Dnfccontrollerstub_fuzzer.cpp59 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleGetState()
74 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleTurnOn()
89 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleTurnOff()
104 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleRegisterCallBack()
119 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleUnRegisterCallBack()
134 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleIsNfcOpen()
149 std::weak_ptr<NFC::NfcService> nfcService; in FuzzHandleGetNfcTagInterface()
164 std::weak_ptr<NFC::NfcService> nfcService; in FuzzUnregisterCallback()
179 std::weak_ptr<NFC::NfcService> nfcService; in FuzzregisterCallback()
189 std::weak_ptr<NFC::NfcService> nfcServic in FuzzHandleRegNdefMsgCb()
[all...]

Completed in 13 milliseconds

123