Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_listener.cpp38 WrapperListener::WrapperListener(int32_t socket, std::function<void(int32_t)> recvFunc) in WrapperListener() argument
41 startReceiveFunc_ = recvFunc; in WrapperListener()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_listener.h27 WrapperListener(int32_t socketFd, RecvFunc recvFunc);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h201 fillpRecvFunc recvFunc; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c234 pcb->fpcb.recvFunc = SpungePcbRecv; in SpungePcbNew()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c421 if (pcb->recvFunc(FILLP_GET_CONN(pcb), itemPool, count) != ERR_OK) { in FillpUploadRecvBox()