Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.h69 static void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
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,
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()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp304 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(DEFAULT_COUNT, DEFAULT_COUNT, in DoTurnOn()
333 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(DEFAULT_COUNT, NOT_COUNT, NOT_COUNT, NOT_COUNT); in DoTurnOn()
359 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent(NOT_COUNT, NOT_COUNT, DEFAULT_COUNT, NOT_COUNT); in DoTurnOff()
/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp179 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent( in FuzzWriteOpenAndCloseHiSysEvent()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp217 * @tc.desc: Test ExternalDepsProxyTest WriteOpenAndCloseHiSysEvent.
227 externalDepsProxy->WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, closeRequestCnt, closeFailCnt); in HWTEST_F()

Completed in 4 milliseconds