Home
last modified time | relevance | path

Searched defs:eventCount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_read_test.cpp108 constexpr int eventCount = 1; variable
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicelisten_fuzzer/
H A Dioservicelisten_fuzzer.cpp23 int32_t eventCount; member
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicegrouplisten_fuzzer/
H A Dioservicegrouplisten_fuzzer.cpp21 int32_t eventCount; member
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_pad_device.cpp99 uint64_t eventCount = static_cast<uint64_t>(padEvent.ringEvents.size()); in TransformRingEvent() local
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_ioservice_test.cpp34 int32_t eventCount; member
58 static int eventCount; member in OHOS::IoServiceTest
62 int IoServiceTest::eventCount = 0; member in OHOS::IoServiceTest
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c278 FILLP_INT eventCount = 0; in EpGetEventsAndSignal() local
331 FILLP_INT eventCount = 0; in EpPoll() local
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_analysis_kit.c45 int32_t eventCount = 0; in IsRiskStatusChanged() local
H A Dcode_signature_info.h108 int32_t eventCount; member
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp401 … int eventCount = epoll_wait(pollFd, chkPollEvents, devs_.size(), -1); // -1: Wait indefinitely in Start() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c227 static uint8_t IsBusyInterval(uint32_t eventCount, uint32_t timeMs) in IsBusyInterval()