Home
last modified time | relevance | path

Searched refs:FILE_EVENT_RECV_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.h145 FILE_EVENT_RECV_PROCESS, /**< Receiving file */ enumerator
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h171 FILE_EVENT_RECV_PROCESS, /**< Receiving file */ enumerator
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_receive_listener_test.cpp123 event.type = FILE_EVENT_RECV_PROCESS;
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h171 FILE_EVENT_RECV_PROCESS, /**< Receiving file */ enumerator
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp43 case FILE_EVENT_RECV_PROCESS: in OnFile()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c327 event.type = FILE_EVENT_RECV_PROCESS; in NotifySocketRecvResult()
349 } else if (event.type == FILE_EVENT_RECV_PROCESS) { in NotifySocketRecvResult()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1557 .type = FILE_EVENT_RECV_PROCESS, in UpdateFileReceptionStatus()