Searched refs:notify (Results 1 - 25 of 68) sorted by path

123

/haiku/headers/private/net/
H A Dnet_stack.h31 sem_id notify; member in struct:net_fifo
H A Dnet_socket.h91 status_t (*notify)(net_socket* socket, uint8 event, int32 value); member in struct:net_socket_module_info
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h95 BPackageVersionData& versionData, bool notify);
/haiku/headers/private/storage/mime/
H A DDatabase.h127 bool notify; member in struct:BPrivate::Storage::Mime::Database::DeferredInstallNotification
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h130 bool notify);
132 PackageNode* endNode, bool notify);
135 PackageNode* node, bool notify);
138 PackageNode* endPackageNode, bool notify);
141 PackageNode* packageNode, bool notify,
145 bool notify);
/haiku/src/apps/cortex/support/
H A DIObservable.h79 virtual status_t notify(
83 // released. should notify all targets with an appropriate
H A DObservableHandler.cpp64 // notify
138 status_t ObservableHandler::notify( function in class:ObservableHandler
153 notify(&m);
H A DObservableHandler.h91 virtual status_t notify(
H A DObservableLooper.cpp133 status_t ObservableLooper::notify( function in class:ObservableLooper
144 notify(&m);
H A DObservableLooper.h96 virtual status_t notify(
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp120 bool notify = false; local
128 notify = true;
142 if (notify)
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp251 BAlert* notify; local
258 notify = new BAlert("removal_success",
263 notify = new BAlert("removal_failed",
270 notify->SetFlags(notify->Flags() | B_CLOSE_ON_ESCAPE);
271 notify->Go();
/haiku/src/kits/interface/
H A DChannelControl.cpp290 bool notify = false; local
291 BMessage invokeMessage(InvokeKind(&notify));
308 bool notify = false; local
309 BMessage invokeMessage(InvokeKind(&notify));
H A DControl.cpp414 bool notify = false; local
415 uint32 kind = InvokeKind(&notify);
417 if (!message && !notify)
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp279 BMessage notify; local
280 notify.AddInt32("be:op", B_MIDI_UNREGISTERED);
281 ChangeEvent(&notify, endp);
382 BMessage notify; local
384 notify.AddInt32("be:op", B_MIDI_REGISTERED);
386 notify.AddInt32("be:op", B_MIDI_UNREGISTERED);
388 ChangeEvent(&notify, endp);
407 BMessage notify; local
408 notify.AddInt32("be:op", B_MIDI_CHANGED_NAME);
409 notify
428 BMessage notify; local
451 BMessage notify; local
465 BMessage notify; local
525 BMessage notify; local
[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/shared/
H A DCalendarView.cpp305 bool notify = false; local
306 uint32 kind = InvokeKind(&notify);
311 if (!message && !notify)
377 // notify that selection changed
/haiku/src/kits/storage/
H A DPathMonitor.cpp554 bool notify);
556 bool notify);
565 bool dryRun, bool notify, Entry** _entry);
568 bool notify, Entry** _keepEntry);
579 bool isDirectory, bool notify,
581 void _DeleteNode(Node* node, bool notify);
586 bool isDirectory, bool notify,
588 void _DeleteEntry(Entry* entry, bool notify);
590 Entry* entry, bool notify);
965 PathHandler::_StartWatchingAncestors(Ancestor* startAncestor, bool notify) argument
1012 _StopWatchingAncestors(Ancestor* ancestor, bool notify) argument
1375 _EntryCreated(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify, Entry** _entry) argument
1505 _EntryRemoved(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry) argument
1643 _AddNode(const node_ref& nodeRef, bool isDirectory, bool notify, Entry* entry, Node** _node) argument
1728 _DeleteNode(Node* node, bool notify) argument
1755 _AddEntryIfNeeded(Directory* directory, const char* name, const node_ref& nodeRef, bool isDirectory, bool notify, Entry** _entry) argument
1793 _DeleteEntry(Entry* entry, bool notify) argument
1801 _DeleteEntryAlreadyRemovedFromParent(Entry* entry, bool notify) argument
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp47 // check whether to notify the listeners depending on the button policy
48 bool notify = false; local
52 // always notify on selection changes
53 notify = true;
56 // only notify when the user interaction has been finished
57 notify = !fPressed;
61 if (notify) {
62 // notify synchronous listeners
/haiku/headers/private/file_systems/
H A DQueryParser.h160 status_t (*notify)(port_id, int32, dev_t, ino_t,
1495 // notify query listeners
1496 status_t (*notify)(port_id, int32, dev_t, ino_t, const char*, ino_t);
1499 notify = notify_query_attr_changed;
1501 notify = notify_query_entry_created;
1503 notify = notify_query_entry_removed;
1506 _SendEntryNotification(entry, notify);
1510 _SendEntryNotification(entry, notify);
1536 // The entry stays in the query, notify query listeners about the rename
1597 status_t (*notify)(port_i
[all...]
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h289 bool notify);
/haiku/headers/private/print/
H A DJobs.h109 bool AddJob(BEntry& entry, bool notify = true);
/haiku/headers/private/wmi/
H A Dwmi.h37 status_t (*get_event_data)(wmi_device device, uint32 notify,
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp631 struct virtio_pci_notify_cap notify; local
647 if (virtio_pci_find_capability(bus, VIRTIO_PCI_CAP_NOTIFY_CFG, &notify,
648 sizeof(notify)) != B_OK) {
657 if (notify.cap.length > 0) {
658 bars[notify.cap.bar] = max_c(bars[notify.cap.bar], notify.cap.offset
659 + notify.cap.length);
684 bus->notifyAddr = registers[notify.cap.bar] + notify
[all...]
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp43 sem_id notify; member in struct:__anon127
63 device->notify = create_sem(0, "usb_raw callback notify");
64 if (device->notify < B_OK) {
132 delete_sem(device->notify);
238 delete_sem(device->notify);
275 release_sem(device->notify);
746 status = acquire_sem_etc(device->notify, 1, B_KILL_CAN_INTERRUPT, 0);
749 acquire_sem(device->notify);
873 status = acquire_sem_etc(device->notify,
[all...]

Completed in 163 milliseconds

123