Home
last modified time | relevance | path

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

/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp126 mSocketPath = testSocketPath(); in FrameworkListenerTest()
127 mSserverFd = serverSocket(mSocketPath); in FrameworkListenerTest()
136 unlink(mSocketPath.c_str()); in ~FrameworkListenerTest()
140 unique_fd client_fd = clientSocket(mSocketPath); in testCommand()
148 std::string mSocketPath; member in FrameworkListenerTest
176 unique_fd client1 = clientSocket(mSocketPath); in TEST_F()
177 unique_fd client2 = clientSocket(mSocketPath); in TEST_F()