Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp200 ShutdownSession(peerDeviceId, sessionId); in AddNewPeerSession()
227 ShutdownSession(peerDeviceId, sessionId); in CreateSessionRecord()
262 ShutdownSession(peerDeviceId, sessionId); in DisconnectDevice()
270 void DSchedTransportSoftbusAdapter::ShutdownSession(const std::string &peerDeviceId, int32_t sessio… in ShutdownSession() function in OHOS::DistributedSchedule::DSchedTransportSoftbusAdapter
314 ShutdownSession(peerDeviceId, sessionId); in OnShutdown()
345 ShutdownSession(peerDeviceId, iter->first); in ReleaseChannel()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.h71 void ShutdownSession(const std::string &peerDeviceId, int32_t sessionId);
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/
H A Ddschedtransportsoftbusadapter_fuzzer.cpp83 dschedTransportSoftbusAdapter.ShutdownSession(peerDeviceId, sessionId); in FuzzConnectDevice()