Home
last modified time | relevance | path

Searched refs:DeleteSessionInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_pool_test.cpp80 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName1);
83 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName2);
118 SoftBusSessionPool::GetInstance().DeleteSessionInfo(testName);
H A Dsoftbus_handler_test.cpp262 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName1);
H A Dsoftbus_handler_asset_test.cpp119 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName);
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp127 HiDumper::GetInstance().DeleteSessionInfo(remoteDevId);
130 HiDumper::GetInstance().DeleteSessionInfo(remoteDevId1);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_pool.h38 void DeleteSessionInfo(const std::string &sessionName);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_pool.cpp49 void SoftBusSessionPool::DeleteSessionInfo(const std::string &sessionName) in DeleteSessionInfo() function in OHOS::Storage::DistributedFile::SoftBusSessionPool
H A Dsoftbus_session_listener.cpp121 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName); in OnSessionOpened()
H A Dsoftbus_handler.cpp332 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName); in CloseSession()
H A Dsoftbus_handler_asset.cpp139 SoftBusSessionPool::GetInstance().DeleteSessionInfo(ASSET_LOCAL_SESSION_NAME); in DeleteAssetLocalSessionServer()
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhidumper.h63 void DeleteSessionInfo(const std::string &remoteDevId);
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp160 void HiDumper::DeleteSessionInfo(const std::string &remoteDevId) in DeleteSessionInfo() function in OHOS::DistributedHardware::DistributedInput::HiDumper
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/
H A Ddistributed_input_transport_base.cpp316 HiDumper::GetInstance().DeleteSessionInfo(remoteDevId); in StopSession()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp630 SoftBusSessionPool::GetInstance().DeleteSessionInfo(sessionName); in DeleteSessionAndListener()