Searched refs:SetPeerSessionName (Results 1 – 5 of 5) sorted by relevance
80 virtual void SetPeerSessionName(const std::string &name) = 0;
34 session.SetPeerSessionName(sessionName); in SessionTest()
52 void SessionImpl::SetPeerSessionName(const std::string &name) in SetPeerSessionName() function in Communication::SoftBus::SessionImpl
49 void SetPeerSessionName(const std::string &name) override;
165 session->SetPeerSessionName(peerSessionName); in CreateSession()