Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c177 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()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp45 case FILE_EVENT_TRANS_STATUS: in OnFile()
H A Dsoftbus_file_receive_listener.cpp52 case FILE_EVENT_TRANS_STATUS: in OnFile()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h174 FILE_EVENT_TRANS_STATUS, /**< Transmission status of the files */ enumerator