Home
last modified time | relevance | path

Searched refs:mScoketFd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_netlink_monitor.cpp35 DISPLAY_CHK_RETURN((mScoketFd < 0), DISPLAY_FAILURE, DISPLAY_LOGE("the socket has initial")); in Init()
46 mScoketFd = fd; in Init()
53 if (mScoketFd >= 0) { in ~HdiNetLinkMonitor()
54 close(mScoketFd); in ~HdiNetLinkMonitor()
64 recv(mScoketFd, &buf, sizeof(buf), 0); in MonitorThread()
H A Dhdi_netlink_monitor.h32 int mScoketFd = -1; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_netlink_monitor.cpp43 if (mScoketFd >= 0) { in ~HdiNetLinkMonitor()
44 close(mScoketFd); in ~HdiNetLinkMonitor()
101 mScoketFd = fd; in MonitorThread()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_netlink_monitor.h33 int mScoketFd = -1; variable