Searched refs:WriteOpenAndCloseHiSysEvent (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_hisysevent.h | 69 static void WriteOpenAndCloseHiSysEvent(int openRequestCnt, int openFailCnt,
|
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,
|
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()
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 304 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 D | externaldepsproxy_fuzzer.cpp | 179 ExternalDepsProxy::GetInstance().WriteOpenAndCloseHiSysEvent( in FuzzWriteOpenAndCloseHiSysEvent()
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | external_deps_proxy_test.cpp | 217 * @tc.desc: Test ExternalDepsProxyTest WriteOpenAndCloseHiSysEvent. 227 externalDepsProxy->WriteOpenAndCloseHiSysEvent(openRequestCnt, openFailCnt, closeRequestCnt, closeFailCnt); in HWTEST_F()
|
Completed in 4 milliseconds