Searched refs:M_OBSERVER_ADDED (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/cortex/support/
H A DObservableLooper.cpp111 // sends M_OBSERVER_ADDED to the newly-added observer
115 BMessage m(M_OBSERVER_ADDED);
278 reply.what = M_OBSERVER_ADDED;
H A Dobserve.h87 M_OBSERVER_ADDED, enumerator in enum:target_message_t
H A DObservableHandler.cpp112 // sends M_OBSERVER_ADDED to the newly-added observer
116 BMessage m(M_OBSERVER_ADDED);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h145 M_OBSERVER_ADDED =NodeGroup_message_base, enumerator in enum:NodeGroup::message_t
H A DNodeManager.h134 M_OBSERVER_ADDED =NodeManager_message_base, enumerator in enum:NodeManager::outbound_message_t
H A DNodeRef.h86 M_OBSERVER_ADDED =NodeRef_message_base, enumerator in enum:NodeRef::message_t
H A DNodeGroup.cpp839 BMessage m(M_OBSERVER_ADDED);
H A DNodeRef.cpp1357 BMessage m(M_OBSERVER_ADDED);
H A DNodeManager.cpp1528 BMessage m(M_OBSERVER_ADDED);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp392 case NodeGroup::M_OBSERVER_ADDED:
396 "* TransportView::MessageReceived(NodeGroup::M_OBSERVER_ADDED)\n"
402 "* TransportView::MessageReceived(NodeGroup::M_OBSERVER_ADDED)\n"

Completed in 103 milliseconds