Searched refs:softbusSessionListener (Results 1 – 2 of 2) sorted by relevance
25 static SoftbusSessionManager softbusSessionListener; in GetInstance() local26 return softbusSessionListener; in GetInstance()137 …sSessionManager::AddSessionListener(std::shared_ptr<SoftbusSessionListener> softbusSessionListener) in AddSessionListener() argument139 if (softbusSessionListener == nullptr) { in AddSessionListener()145 sessionListeners_.emplace_back(softbusSessionListener); in AddSessionListener()
49 void AddSessionListener(std::shared_ptr<SoftbusSessionListener> softbusSessionListener);