Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h140 FILE_EVENT_SEND_PROCESS, /**< Sending file */ enumerator
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp36 case FILE_EVENT_SEND_PROCESS: in OnFile()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h166 FILE_EVENT_SEND_PROCESS, /**< Sending file */ enumerator
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h166 FILE_EVENT_SEND_PROCESS, /**< Sending file */ enumerator
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_send_listener_test.cpp78 FileEvent event = {.type = FILE_EVENT_SEND_PROCESS,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c168 event.type = FILE_EVENT_SEND_PROCESS; in NotifySocketSendResult()
190 } else if (event.type == FILE_EVENT_SEND_PROCESS) { in NotifySocketSendResult()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c599 .type = FILE_EVENT_SEND_PROCESS, in HandleSendProgress()