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.h56 struct Session { struct
57 Session(int32_t socket) : socket_(socket) {} in Session() argument
58 Session(const Session &other) : socket_(other.socket_) {} in Session() function
61 Session& operator=(const Session &other) = delete; argument
78 int32_t OpenSession(const std::string &networkId) override; argument