Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h77 std::string GetSessionNameById(int32_t sessionId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp539 auto ret = SoftbusChannelAdapter::GetInstance().GetSessionNameById(sessionId);
546 ret = SoftbusChannelAdapter::GetInstance().GetSessionNameById(sessionId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp457 std::string SoftbusChannelAdapter::GetSessionNameById(int32_t sessionId) in GetSessionNameById() function in OHOS::DistributedHardware::SoftbusChannelAdapter