Searched refs:clientLooperPort (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h49 ServerApp(port_id sendport, port_id rcvport, port_id clientLooperPort,
H A DServerApp.cpp50 ServerApp::ServerApp(port_id sendport, port_id rcvport, port_id clientLooperPort, argument
55 fClientLooperPort(clientLooperPort),
H A DAppServer.cpp244 port_id clientLooperPort = -1; local
250 msg.Read<port_id>(&clientLooperPort);
272 ServerApp *app = new ServerApp(clientReplyPort, serverListen, clientLooperPort,
/haiku/src/servers/app/
H A DServerApp.h47 port_id clientLooperPort,
H A DDesktop.cpp2621 port_id clientLooperPort = -1; local
2627 link.Read<port_id>(&clientLooperPort);
2634 clientLooperPort, clientTeamID, htoken, appSignature));
H A DServerApp.cpp93 port_id clientLooperPort, team_id clientTeam,
138 clientLooperPort, clientToken);
92 ServerApp(Desktop* desktop, port_id clientReplyPort, port_id clientLooperPort, team_id clientTeam, int32 clientToken, const char* signature) argument

Completed in 39 milliseconds