Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 1 of 1) sorted by relevance

/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
Ddsoftbus_adapter_impl.h60 struct Session { struct
61 Session(int32_t socket) : socket_(socket) {} in Session() argument
62 Session(const Session &other) : socket_(other.socket_) {} in Session() function
65 Session& operator=(const Session &other) = delete; argument
82 int32_t OpenSession(const std::string &networkId) override; argument