Home
last modified time | relevance | path

Searched refs:SocketConnection (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/init/
H A Dproperty_service.cpp230 class SocketConnection { class
232 SocketConnection() = default;
234 SocketConnection(SocketConnection&&) = default;
293 SocketConnection& operator=(SocketConnection&&) = default;
365 DISALLOW_COPY_AND_ASSIGN(SocketConnection);
371 void Write(std::string name, std::string value, SocketConnection socket);
380 std::deque<std::tuple<std::string, std::string, SocketConnection>> work_;
438 SocketConnection* socket, std::string* error) { in SendControlMessage()
598 SocketConnection socket(s, cr); in handle_property_set_fd()
1452 std::tuple<std::string, std::string, SocketConnection> item; in Work()
[all …]