Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h80 virtual void SetPeerSessionName(const std::string &name) = 0;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H A Dsessionimpl_fuzzer.cpp34 session.SetPeerSessionName(sessionName); in SessionTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.cpp52 void SessionImpl::SetPeerSessionName(const std::string &name) in SetPeerSessionName() function in Communication::SoftBus::SessionImpl
H A Dsession_impl.h49 void SetPeerSessionName(const std::string &name) override;
H A Dsession_service_impl.cpp165 session->SetPeerSessionName(peerSessionName); in CreateSession()