Searched refs:FILE_EVENT_TRANS_STATUS (Results 1 – 4 of 4) sorted by relevance
177 event.type = FILE_EVENT_TRANS_STATUS; in NotifySocketSendResult()188 if (event.type == FILE_EVENT_TRANS_STATUS || event.type == FILE_EVENT_SEND_ERROR) { in NotifySocketSendResult()336 event.type = FILE_EVENT_TRANS_STATUS; in NotifySocketRecvResult()347 if (event.type == FILE_EVENT_TRANS_STATUS || event.type == FILE_EVENT_RECV_ERROR) { in NotifySocketRecvResult()
45 case FILE_EVENT_TRANS_STATUS: in OnFile()
52 case FILE_EVENT_TRANS_STATUS: in OnFile()
174 FILE_EVENT_TRANS_STATUS, /**< Transmission status of the files */ enumerator