Home
last modified time | relevance | path

Searched refs:CloseSessionWithSessionName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_test.cpp425 SoftBusHandler::GetInstance().CloseSessionWithSessionName("");
429 SoftBusHandler::GetInstance().CloseSessionWithSessionName(sessionName);
451 SoftBusHandler::GetInstance().CloseSessionWithSessionName(sessionName);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h51 void CloseSessionWithSessionName(const std::string sessionName);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_listener.cpp131 SoftBusHandler::GetInstance().CloseSessionWithSessionName(sessionName); in OnSessionClosed()
H A Dsoftbus_handler.cpp335 void SoftBusHandler::CloseSessionWithSessionName(const std::string sessionName) in CloseSessionWithSessionName() function in OHOS::Storage::DistributedFile::SoftBusHandler
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp624 SoftBusHandler::GetInstance().CloseSessionWithSessionName(sessionName); in CancelCopyTask()