Searched refs:notify (Results 51 - 68 of 68) sorted by relevance

123

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp897 bool notify = false;
904 notify = true;
919 notify = true;
935 notify = true;
939 if (notify)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1237 gSocketModule->notify(socket, B_SELECT_WRITE, fSendQueue.Free());
1289 gSocketModule->notify(socket, B_SELECT_WRITE, error);
1290 gSocketModule->notify(socket, B_SELECT_ERROR, error);
1372 gSocketModule->notify(socket, B_SELECT_READ, _AvailableData());
1820 bool notify = false; local
1828 notify = _AddData(segment, buffer);
1841 notify = true;
1877 if (notify)
2417 // notify threads waiting on the socket to become writable again
2419 gSocketModule->notify(socke
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp188 // notify observers
191 notify(&m);
226 // notify observers
229 notify(&m);
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp180 // notify
183 notify(&m);
314 notify(&m);
1377 notify(&m);
1641 notify(&m);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp618 bool notify = true; local
624 notify = false;
630 notify = false;
638 if (notify)
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp318 ExtPowerStatusView::Update(bool force, bool notify) argument
H A DPowerStatusView.cpp402 PowerStatusView::Update(bool force, bool notify) argument
515 if (!fOnline && notify && fHasBattery
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp770 // notify parent
871 bool notify = true; local
877 notify = false;
882 notify = false;
892 if (notify && socket->select_pool != NULL) {
896 // always notify read/write on error
/haiku/src/kits/shared/
H A DCalendarView.cpp305 bool notify = false; local
306 uint32 kind = InvokeKind(&notify);
311 if (!message && !notify)
377 // notify that selection changed
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h289 bool notify);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp70 {Reader,Writer}Locker() remove the formerly enqueued Requests and notify
455 bool notify = false; local
458 notify = fRequests[1].WasNotified();
460 notify = fRequests[0].WasNotified();
465 if (notify && fConditionVariable)
531 // check the tty queues and notify the next in line, and send out select
580 // set the number of bytes we need and notify, just in case we're first in
656 // check the tty queues and notify the next in line, and send out select
925 // if nobody is waiting send select events, otherwise notify the waiter
934 // if nobody is waiting send select events, otherwise notify th
[all...]
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp115 BPackageVersionData& versionData, bool notify)
119 fNotify(notify)
458 // notify unless the current attribute has children, in which case
459 // the child-handler will notify when it's done
500 // notify the content handler
113 PackageVersionAttributeHandler( BPackageInfoAttributeValue& packageInfoValue, BPackageVersionData& versionData, bool notify) argument
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp152 BPackageVersionData& versionData, bool notify)
156 fNotify(notify)
684 // notify unless the current attribute has children, in which case
685 // the child-handler will notify when it's done
728 // notify the content handler
150 PackageVersionAttributeHandler( BPackageInfoAttributeValue& packageInfoValue, BPackageVersionData& versionData, bool notify) argument
/haiku/src/system/kernel/debug/
H A Ddebug.cpp84 static void syslog_write(const char* text, int32 length, bool notify);
1202 // the syslog buffer without being allowed to notify us (e.g. in
1275 syslog_write(const char* text, int32 length, bool notify) argument
1304 if (notify)
/haiku/src/kits/interface/
H A DListView.cpp265 // notify items of new width.
1316 bool notify = false; local
1317 uint32 kind = InvokeKind(&notify);
1322 if (!message && !notify)
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp358 bool notify = true)
384 if (notify) {
396 bool notify = true)
413 if (notify) {
1615 // If the device has no select() hook, notify select() now.
1638 // If the device has no select() hook, notify select() now.
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp315 gSocketModule->notify(endpoint->Socket(), B_SELECT_ERROR, error);
/haiku/src/servers/app/
H A DServerApp.cpp285 // notify registrar about the active app
485 BMessage notify(kMsgDeleteServerMemoryArea);
486 notify.AddInt32("server area", serverArea);
488 SendMessageToClient(&notify);
598 // window creation failed, we need to notify the client

Completed in 281 milliseconds

123