Home
last modified time | relevance | path

Searched defs:eventSize (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmy_file_descriptor_listener.cpp52 int32_t eventSize = sizeof(struct TransferMedicalSensorEvents); in OnReadable() local
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_file_descriptor_listener.cpp68 int32_t eventSize = static_cast<int32_t>(sizeof(SensorData)); in ExcuteCallback() local
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dvibrator_infos.cpp188 int32_t eventSize { 0 }; in Unmarshalling() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader.cpp68 uint32_t eventSize = contentSize - GetContentHeaderSize() + sizeof(EventStore::ContentHeader) - in ReadRawData() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp495 int32_t eventSize = currentStats->events_.Size(); in QueryBundleEvents() local
563 int32_t eventSize = currentStats->events_.Size(); in GetCachedSystemEvents() local
619 int32_t eventSize = currentStats->events_.Size(); in GetCachedNotificationEvents() local
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp106 int32_t eventSize = cJSON_GetArraySize(eventInfo); in ParseEvents() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_data_processer.cpp217 size_t eventSize = events.size(); in SendRawData() local
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_data_processer.cpp239 size_t eventSize = event.size(); in SendRawData() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp364 int64_t eventSize = static_cast<int64_t>(eventStr.size()); in AppendEvent() local
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp407 int32_t eventSize = static_cast<int32_t>(vibrateEvents.size()); in ConvertVibratePackage() local
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c257 size_t eventSize = HdfSbufGetDataSize(event->data); in EventDataProcess() local
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1093 size_t eventSize = 0; in ReadNotifyLocked() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c94 int32_t eventSize; member