Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dmain_loop.cpp37 MainLoop::MainLoop(const std::string& socket_name) in MainLoop() argument
38 : MainLoop(socket_name, std::make_unique<Os>(), in MainLoop()
41 MainLoop::MainLoop(const std::string& socket_name, std::unique_ptr<Os> os, in MainLoop() argument
45 std::tie(sock_fd_, err) = os_->GetControlSocket(socket_name); in MainLoop()
Dmain_loop.h34 explicit MainLoop(const std::string& socket_name);
35 MainLoop(const std::string& socket_name, std::unique_ptr<Os> os,
Draw_os.cpp38 int RawOs::GetControlSocket(const char* socket_name) { in GetControlSocket() argument
39 return android_get_control_socket(socket_name); in GetControlSocket()
Dos.cpp43 const std::string& socket_name) { in GetControlSocket() argument
44 int sock_fd = raw_os_->GetControlSocket(socket_name.c_str()); in GetControlSocket()
Draw_os.h42 virtual int GetControlSocket(const char* socket_name);
Dos.h67 const std::string& socket_name);
/system/connectivity/wifilogd/tests/
Dmock_raw_os.h35 MOCK_METHOD1(GetControlSocket, int(const char* socket_name));
Dmock_os.h38 std::tuple<int, Errno>(const std::string& socket_name));