Searched refs:handler (Results 1 - 25 of 281) sorted by path

1234567891011>>

/haiku/headers/os/add-ons/tracker/
H A DTrackerAddOn.h15 void populate_menu(BMessage* msg, BMenu* menu, BHandler* handler);
/haiku/headers/os/app/
H A DApplication.h85 BHandler* handler);
H A DHandler.h44 virtual void SetNextHandler(BHandler* handler);
H A DInvoker.h25 const BHandler* handler,
34 virtual status_t SetTarget(const BHandler* handler,
41 virtual status_t SetHandlerForReply(BHandler* handler);
H A DLooper.h45 status_t PostMessage(uint32 command, BHandler* handler,
47 status_t PostMessage(BMessage* message, BHandler* handler,
51 BHandler* handler);
56 BHandler* handler, bool& _detached);
61 void AddHandler(BHandler* handler);
62 bool RemoveHandler(BHandler* handler);
65 int32 IndexOf(BHandler* handler) const;
68 void SetPreferredHandler(BHandler* handler);
131 status_t _PostMessage(BMessage* msg, BHandler* handler,
H A DMessenger.h26 BMessenger(const BHandler* handler,
65 status_t SetTo(const BHandler* handler,
87 void _InitData(const BHandler* handler,
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h52 void (*handler)(int, void *,
H A Dss.h35 void (*handler)(void *info, u_int events); member in struct:ss_callback_t
/haiku/headers/os/net/
H A DNetworkNotifications.h44 extern status_t start_watching_network(uint32 flags, const BHandler* handler,
48 extern status_t stop_watching_network(const BHandler* handler,
/haiku/headers/os/storage/
H A DNodeMonitor.h88 const BHandler* handler, const BLooper* looper = NULL);
93 const BHandler* handler, const BLooper* looper = NULL);
96 extern status_t stop_watching(const BHandler* handler, const BLooper* looper = NULL);
/haiku/headers/private/bluetooth/
H A DCodeHandler.h14 * for handler and 4 for the protocol
43 static void SetHandler(uint32* code, uint16 handler) argument
45 *code = *code | ((handler & 0xFFFF) << 0);
H A DPortListener.h19 PortListener(const char* name, port_listener_func handler) argument
21 fInformation.func = handler;
142 port_listener_func handler = ((struct PortListenerInfo*)data)->func; local
164 status = handler(buffer, code, ssizePort);
173 dprintf("Error in PortListener handler=%s port=%s\n", strerror(status),
176 printf("Error in PortListener handler=%s port=%s\n", strerror(status),
/haiku/headers/private/debug/
H A DDebugLooper.h29 BDebugMessageHandler* handler);
/haiku/headers/private/debugger/model/
H A DSignalInfo.h18 const struct sigaction& handler,
22 const struct sigaction& handler,
/haiku/headers/private/debugger/value/
H A DTypeHandlerRoster.h43 Type* type, TypeHandler* handler,
45 // handler can be null if automatic
49 bool RegisterHandler(TypeHandler* handler);
50 void UnregisterHandler(TypeHandler* handler);
/haiku/headers/private/interface/
H A DBMCPrivate.h27 virtual filter_result Filter(BMessage* message, BHandler** handler);
H A DMenuWindow.h30 BHandler* handler);
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_cpu.h73 extern bool mipsel_set_fault_handler(addr_t *handlerLocation, addr_t handler)
/haiku/headers/private/kernel/
H A Dksignal.h54 void* handler; member in struct:signal_frame_data
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h224 AttributeHandler* handler);
309 ReaderImplBase::PushAttributeHandler(AttributeHandler* handler) argument
311 fAttributeHandlerStack.Add(handler);
/haiku/headers/private/print/
H A DPrintPanel.h54 virtual void DispatchMessage(BMessage* message, BHandler* handler);
/haiku/headers/private/storage/
H A DAddOnMonitor.h30 AddOnMonitor(AddOnMonitorHandler* handler);
36 void SetHandler(AddOnMonitorHandler* handler);
H A DDiskDeviceList.h27 virtual void SetNextHandler(BHandler *handler);
H A DPathMonitor.h71 const BHandler* handler,
75 virtual status_t StopWatching(const BHandler* handler,
/haiku/headers/private/userlandfs/private/
H A DRequestPort.h29 RequestHandler* handler,
34 status_t HandleRequests(RequestHandler* handler,

Completed in 289 milliseconds

1234567891011>>