Searched refs:WriteOpenAndCloseHiSysEvent (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_hisysevent.h | 70 static void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
|
H A D | external_deps_proxy.cpp | 133 void ExternalDepsProxy::WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt, in WriteOpenAndCloseHiSysEvent() function in OHOS::NFC::ExternalDepsProxy 136 NfcHisysEvent::WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, in WriteOpenAndCloseHiSysEvent()
|
H A D | nfc_hisysevent.cpp | 44 void NfcHisysEvent::WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt, in WriteOpenAndCloseHiSysEvent() function in OHOS::NFC::NfcHisysEvent
|
H A D | external_deps_proxy.h | 74 void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 309 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 D | externaldepsproxy_fuzzer.cpp | 179 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent( in FuzzWriteOpenAndCloseHiSysEvent()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | external_deps_proxy_test.cpp | 227 …externalDepsProxy->WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, closeRequestCnt, close…
|