/haiku/src/kits/app/ |
H A D | PortLink.cpp | 16 PortLink::PortLink(port_id send, port_id receive) in PortLink() function in BPrivate::PortLink 23 PortLink::~PortLink() in ~PortLink()
|
H A D | Jamfile | 58 PortLink.cpp
|
/haiku/headers/private/app/ |
H A D | PortLink.h | 18 class PortLink : public ServerLink { 20 PortLink(port_id sender = -1, 22 virtual ~PortLink();
|
H A D | DesktopLink.h | 17 class DesktopLink : public PortLink {
|
H A D | ApplicationPrivate.h | 19 static inline BPrivate::PortLink *ServerLink() in ServerLink()
|
/haiku/src/tests/kits/app/messaging/ |
H A D | Jamfile | 10 PortLink.cpp 14 # PortLink accesses some private stuff directly 22 SEARCH on [ FGristFiles PortLink.cpp LinkReceiver.cpp LinkSender.cpp ]
|
H A D | PortLinkTest.cpp | 12 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 D | ViewPrivate.h | 90 class PortLink; variable 100 void UpdateServerFontState(BPrivate::PortLink &link); 101 void UpdateServerState(BPrivate::PortLink &link); 103 void UpdateFrom(BPrivate::PortLink &link);
|
H A D | WindowStack.h | 41 BPrivate::PortLink* fLink;
|
/haiku/src/preferences/appearance/ |
H A D | SysCursorAPI.cpp | 42 BPrivate::PortLink link(server); in get_syscursor() 62 BPrivate::PortLink link(server); in setcursor()
|
H A D | CurView.cpp | 401 BPrivate::PortLink link(port); in SetDefaults()
|
/haiku/src/tests/apps/fake_app_server/ |
H A D | ServerApp.h | 40 class PortLink; variable 88 BPrivate::PortLink fLink;
|
H A D | AppServer.h | 27 class PortLink; variable 52 void DispatchMessage(int32 code, BPrivate::PortLink &link);
|
H A D | AppServer.cpp | 176 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 D | ServerPicture.h | 31 class PortLink; variable 68 status_t ExportData(BPrivate::PortLink& link);
|
H A D | MessageLooper.h | 51 BPrivate::PortLink fLink;
|
H A D | View.h | 34 class PortLink; variable 200 void AddTokensForViewsInRegion(BPrivate::PortLink& link,
|
H A D | ServerApp.h | 39 class PortLink; variable
|
H A D | Window.h | 68 class PortLink; variable 166 void BeginUpdate(BPrivate::PortLink& link);
|
/haiku/docs/develop/servers/app_server/ |
H A D | AppServer.rst | 75 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 D | messaging.rst | 18 utilized indirectly by means of the PortLink class, which simply makes
|
H A D | Layer.rst | 21 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 D | ServerApp.rst | 103 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 D | Application.h | 29 class PortLink; variable 152 ::BPrivate::PortLink* fServerLink;
|
/haiku/headers/os/interface/ |
H A D | Window.h | 23 class PortLink; variable 406 ::BPrivate::PortLink* fLink;
|