Lines Matching refs:LocalTestServer
135 localServer_ = new LocalTestServer();
284 int LocalTestServer::OnConnection(const LoopHandle loopHandle, const TaskHandle server)
315 void LocalTestServer::SendMessageComplete(const TaskHandle taskHandle, BufferHandle handle)
320 void LocalTestServer::OnClose(const TaskHandle taskHandle)
339 void LocalTestServer::OnReceiveRequest(const TaskHandle taskHandle, const uint8_t *buffer, uint32_t buffLen)
350 int LocalTestServer::Run(const char *socketName, RecvMsgProcess recvMsg)
366 APPSPAWN_LOGI("LocalTestServer path %{public}s fd %{public}d", path, LE_GetSocketFd(serverHandle_));
376 APPSPAWN_LOGI("LocalTestServer exit");
380 void LocalTestServer::Stop()
382 APPSPAWN_LOGI("Stop LocalTestServer ");