Home
last modified time | relevance | path

Searched refs:UEVENT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_netlink_monitor.cpp61 constexpr int BUFFER_SIZE = UEVENT_BUFFER_SIZE * 2; in MonitorThread()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd.c39 #define UEVENT_BUFFER_SIZE (2048 + 1) macro
293 char ueventBuffer[UEVENT_BUFFER_SIZE] = {}; in ProcessUevent()