Home
last modified time | relevance | path

Searched refs:GetSessIdBySessName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp271 int32_t existSessId = GetSessIdBySessName(mySessName, peerDevId); in OpenSoftbusChannel()
322 int32_t sessionId = GetSessIdBySessName(sessName, peerDevId); in CloseSoftbusChannel()
342 int32_t existSessId = GetSessIdBySessName(sessName, peerDevId); in SendBytesData()
365 int32_t existSessId = GetSessIdBySessName(sessName, peerDevId); in SendStreamData()
445 int32_t SoftbusChannelAdapter::GetSessIdBySessName(const std::string& sessName, const std::string &… in GetSessIdBySessName() function in OHOS::DistributedHardware::SoftbusChannelAdapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h78 int32_t GetSessIdBySessName(const std::string &sessName, const std::string &peerDevId);