Home
last modified time | relevance | path

Searched refs:OnSendFileShutdown (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_file_send_listener.h34 static void OnSendFileShutdown(int32_t sessionId, ShutdownReason reason);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp94 void SoftBusFileSendListener::OnSendFileShutdown(int32_t sessionId, ShutdownReason reason) in OnSendFileShutdown() function in OHOS::Storage::DistributedFile::SoftBusFileSendListener
H A Dsoftbus_handler.cpp113 fileSendListener.OnShutdown = DistributedFile::SoftBusFileSendListener::OnSendFileShutdown; in SoftBusHandler()