Searched refs:ProcessUevent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_main.c | 70 ProcessUevent(ueventSockFd, NULL, 0); // Not require boot devices in PollUeventdSocketTimeout() 124 ProcessUevent(ueventSockFd, NULL, 0); // Not require boot devices in UeventdDaemon()
|
H A D | ueventd.c | 290 void ProcessUevent(int sockFd, char **devices, int num) in ProcessUevent() function 333 ProcessUevent(sockFd, devices, num); in DoTrigger()
|
/ohos5.0/base/startup/init/ueventd/include/ |
H A D | ueventd.h | 79 void ProcessUevent(int sockFd, char **devices, int num);
|