Searched refs:PortLink (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/kits/app/
H A DPortLink.cpp10 #include <PortLink.h>
16 PortLink::PortLink(port_id send, port_id receive) function in class:BPrivate::PortLink
23 PortLink::~PortLink()
/haiku/headers/private/app/
H A DPortLink.h18 class PortLink : public ServerLink { class in namespace:BPrivate
20 PortLink(port_id sender = -1,
22 virtual ~PortLink();
H A DDesktopLink.h12 #include <PortLink.h>
17 class DesktopLink : public PortLink {
H A DAppServerLink.h13 #include <PortLink.h>
H A DApplicationPrivate.h19 static inline BPrivate::PortLink *ServerLink()
/haiku/src/preferences/appearance/
H A DSysCursorAPI.cpp1 #include <PortLink.h>
13 PortLink link(server);
27 PortLink link(server);
42 BPrivate::PortLink link(server);
62 BPrivate::PortLink link(server);
H A DCurView.cpp36 #include <PortLink.h>
401 BPrivate::PortLink link(port);
/haiku/src/servers/app/
H A DMessageLooper.h12 #include <PortLink.h>
51 BPrivate::PortLink fLink;
H A DServerPicture.h31 class PortLink;
68 status_t ExportData(BPrivate::PortLink& link);
H A DTestServerLoopAdapter.cpp18 #include <PortLink.h>
H A DView.h34 class PortLink;
200 void AddTokensForViewsInRegion(BPrivate::PortLink& link,
H A DServerWindow.h26 #include <PortLink.h>
H A DServerApp.h39 class PortLink;
H A DAppServer.cpp19 #include <PortLink.h>
H A DWindow.h68 class PortLink;
166 void BeginUpdate(BPrivate::PortLink& link);
H A DCursorSet.cpp15 #include <PortLink.h>
/haiku/src/tests/kits/app/messaging/
H A DPortLinkTest.cpp1 #include <PortLink.h>
12 get_next_message(BPrivate::PortLink &link, int32 expectedCode)
31 BPrivate::PortLink sender(port, -1);
32 BPrivate::PortLink receiver(-1, port);
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h33 #include <PortLink.h>
40 class PortLink;
88 BPrivate::PortLink fLink;
H A DAppServer.h27 class PortLink;
52 void DispatchMessage(int32 code, BPrivate::PortLink &link);
H A DAppServer.cpp38 #include <PortLink.h>
176 BPrivate::PortLink pmsg(-1, fMessagePort);
212 AppServer::DispatchMessage(int32 code, BPrivate::PortLink &msg)
280 BPrivate::PortLink replylink(clientReplyPort);
/haiku/headers/private/interface/
H A DViewPrivate.h90 class PortLink;
100 void UpdateServerFontState(BPrivate::PortLink &link);
101 void UpdateServerState(BPrivate::PortLink &link);
103 void UpdateFrom(BPrivate::PortLink &link);
H A DWindowStack.h41 BPrivate::PortLink* fLink;
/haiku/headers/os/app/
H A DApplication.h29 class PortLink;
152 ::BPrivate::PortLink* fServerLink;
/haiku/src/kits/interface/
H A DWindowStack.cpp18 #include <PortLink.h>
/haiku/headers/os/interface/
H A DWindow.h23 class PortLink;
406 ::BPrivate::PortLink* fLink;

Completed in 157 milliseconds

12