Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.h70 static void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
H A Dexternal_deps_proxy.cpp133 void ExternalDepsProxy::WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt, in WriteOpenAndCloseHiSysEvent() function in OHOS::NFC::ExternalDepsProxy
136 NfcHisysEvent::WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, in WriteOpenAndCloseHiSysEvent()
H A Dnfc_hisysevent.cpp44 void NfcHisysEvent::WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt, in WriteOpenAndCloseHiSysEvent() function in OHOS::NFC::NfcHisysEvent
H A Dexternal_deps_proxy.h74 void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp309 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(DEFAULT_COUNT, DEFAULT_COUNT, in DoTurnOn()
339 …ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(DEFAULT_COUNT, NOT_COUNT, NOT_COUNT, … in DoTurnOn()
367 …ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(NOT_COUNT, NOT_COUNT, DEFAULT_COUNT, … in DoTurnOff()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp179 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent( in FuzzWriteOpenAndCloseHiSysEvent()
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp227 …externalDepsProxy->WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, closeRequestCnt, close…