Home
last modified time | relevance | path

Searched refs:eventSize (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp106 int32_t eventSize = cJSON_GetArraySize(eventInfo); in ParseEvents() local
107 for (int32_t i = 0; i < eventSize; ++i) { in ParseEvents()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp509 int32_t eventSize = currentStats->events_.Size(); in QueryBundleEvents() local
510 for (int32_t i = eventBeginIdx; i < eventSize; i++) { in QueryBundleEvents()
577 int32_t eventSize = currentStats->events_.Size(); in GetCachedSystemEvents() local
580 for (int32_t i = eventBeginIdx; i < eventSize; i++) { in GetCachedSystemEvents()
633 int32_t eventSize = currentStats->events_.Size(); in GetCachedNotificationEvents() local
636 for (int32_t i = eventBeginIdx; i < eventSize; i++) { in GetCachedNotificationEvents()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c94 int32_t eventSize; member
691 int32_t ret = OH_HiSysEvent_Query(&queryArg, queryParam->queryRules, queryParam->eventSize, &queryParam->callback); in SoftBusEventQueryInfo()
1043 param->eventSize = SOFTBUS_ONE; in UpdateSysEventQueryParam()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1093 size_t eventSize = 0; in ReadNotifyLocked() local
1098 eventSize = sizeof(*event) + event->len; in ReadNotifyLocked()
1099 res -= eventSize; in ReadNotifyLocked()
1100 eventPos += eventSize; in ReadNotifyLocked()

Completed in 7 milliseconds