Home
last modified time | relevance | path

Searched refs:WriteTagFoundHiSysEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.h76 static void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
H A Dexternal_deps_proxy.cpp156 void ExternalDepsProxy::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent() function in OHOS::NFC::ExternalDepsProxy
158 NfcHisysEvent::WriteTagFoundHiSysEvent(techList); in WriteTagFoundHiSysEvent()
H A Dnfc_hisysevent.cpp54 void NfcHisysEvent::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent() function in OHOS::NFC::NfcHisysEvent
H A Dexternal_deps_proxy.h80 void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp274 externalDepsProxy->WriteTagFoundHiSysEvent(techList);
276 externalDepsProxy->WriteTagFoundHiSysEvent(techList);
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp250 ExternalDepsProxy::GetInstance().WriteTagFoundHiSysEvent(techList); in DispatchTag()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp208 ExternalDepsProxy::GetInstance().WriteTagFoundHiSysEvent(discTechList); in FuzzWriteTagFoundHiSysEvent()