Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c51 static void ReadEventHandle(void *arg);
1024 ReadEventHandle(session); in DFileMainLoop()
1630 static void ReadEventHandle(void *arg) in ReadEventHandle() function
1728 …if (PostEvent(&session->eventNodeChain, session->epollfd, ReadEventHandle, session) != NSTACKX_EOK… in PostReadEventToMainLoop()