Home
last modified time | relevance | path

Searched refs:PortLink (Results 1 – 25 of 34) sorted by relevance

12

/haiku/src/kits/app/
H A DPortLink.cpp16 PortLink::PortLink(port_id send, port_id receive) in PortLink() function in BPrivate::PortLink
23 PortLink::~PortLink() in ~PortLink()
H A DJamfile58 PortLink.cpp
/haiku/headers/private/app/
H A DPortLink.h18 class PortLink : public ServerLink {
20 PortLink(port_id sender = -1,
22 virtual ~PortLink();
H A DDesktopLink.h17 class DesktopLink : public PortLink {
H A DApplicationPrivate.h19 static inline BPrivate::PortLink *ServerLink() in ServerLink()
/haiku/src/tests/kits/app/messaging/
H A DJamfile10 PortLink.cpp
14 # PortLink accesses some private stuff directly
22 SEARCH on [ FGristFiles PortLink.cpp LinkReceiver.cpp LinkSender.cpp ]
H A DPortLinkTest.cpp12 get_next_message(BPrivate::PortLink &link, int32 expectedCode) in get_next_message()
31 BPrivate::PortLink sender(port, -1); in main()
32 BPrivate::PortLink receiver(-1, port); in main()
/haiku/headers/private/interface/
H A DViewPrivate.h90 class PortLink; variable
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/src/preferences/appearance/
H A DSysCursorAPI.cpp42 BPrivate::PortLink link(server); in get_syscursor()
62 BPrivate::PortLink link(server); in setcursor()
H A DCurView.cpp401 BPrivate::PortLink link(port); in SetDefaults()
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h40 class PortLink; variable
88 BPrivate::PortLink fLink;
H A DAppServer.h27 class PortLink; variable
52 void DispatchMessage(int32 code, BPrivate::PortLink &link);
H A DAppServer.cpp176 BPrivate::PortLink pmsg(-1, fMessagePort); in MainLoop()
212 AppServer::DispatchMessage(int32 code, BPrivate::PortLink &msg) in DispatchMessage()
280 BPrivate::PortLink replylink(clientReplyPort); in DispatchMessage()
/haiku/src/servers/app/
H A DServerPicture.h31 class PortLink; variable
68 status_t ExportData(BPrivate::PortLink& link);
H A DMessageLooper.h51 BPrivate::PortLink fLink;
H A DView.h34 class PortLink; variable
200 void AddTokensForViewsInRegion(BPrivate::PortLink& link,
H A DServerApp.h39 class PortLink; variable
H A DWindow.h68 class PortLink; variable
166 void BeginUpdate(BPrivate::PortLink& link);
/haiku/docs/develop/servers/app_server/
H A DAppServer.rst75 Sent by a new BApplication object via synchronous PortLink messaging.
139 screen settings via synchronous PortLink messaging. This is a
153 2. Attach via PortLink and reply to sender
260 2. Create a PortLink instance and set its message code to the passed
262 3. Iterate through the application list, targeting the PortLink instance
320 6. Create a PortLink instance, target the active ServerApp's sender
362 3. Create a PortLink instance, target the active ServerApp's sender
392 2. Create a PortLink instance, target the active ServerApp's sender
422 2. Create a PortLink instance, target the active ServerApp's sender
452 2. Create a PortLink instance, target the active ServerApp's sender
H A Dmessaging.rst18 utilized indirectly by means of the PortLink class, which simply makes
H A DLayer.rst21 8. get ServerWindow's window port and create a PortLink pointed at it
30 4. delete the internal PortLink
232 2. set the PortLink opcode to B_DRAW
235 5. flatten the message to a buffer, attach it to the PortLink, and Flush() it.
278 PortLink \*GetLink(void)
281 Returns the layer's internal PortLink object so a message can be sent
H A DServerApp.rst103 Sent by a new BWindow object via synchronous PortLink messaging. Set
215 2) Create a PortLink instance and set its message code to the passed
217 3) Iterate through the window list, targeting the PortLink instance to
/haiku/headers/os/app/
H A DApplication.h29 class PortLink; variable
152 ::BPrivate::PortLink* fServerLink;
/haiku/headers/os/interface/
H A DWindow.h23 class PortLink; variable
406 ::BPrivate::PortLink* fLink;

12