Searched refs:SessionCreator (Results 1 – 2 of 2) sorted by relevance
28 using SessionCreator = std::function<std::shared_ptr<SessionBasic>()>; variable32 void Register(const std::string &device_name, SessionCreator &&session_creator);39 std::map<std::string, SessionCreator> session_creators_;44 SessionRegistrar(const std::string &device_name, SessionCreator &&session_creator) { in SessionRegistrar()
27 void SessionFactory::Register(const std::string &device_name, SessionCreator &&session_creator) { in Register()