Home
last modified time | relevance | path

Searched refs:SMLooper (Results 1 – 9 of 9) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp11 SMLooper::SMLooper() in SMLooper() function in SMLooper
21 SMLooper::~SMLooper() in ~SMLooper()
27 SMLooper::MessageReceived(BMessage *message) in MessageReceived()
60 SMLooper::BlockUntil(bigtime_t unblockTime) in BlockUntil()
68 SMLooper::SetReplyDelay(bigtime_t replyDelay) in SetReplyDelay()
75 SMLooper::ReplyDelay() const in ReplyDelay()
82 SMLooper::DeliverySuccess() const in DeliverySuccess()
89 SMLooper::SetDeliveryTime(bigtime_t deliveryTime) in SetDeliveryTime()
96 SMLooper::DeliveryTime() const in DeliveryTime()
103 SMLooper::ReplySuccess() const in ReplySuccess()
[all …]
H A DSMLooper.h9 class SMLooper : public BLooper {
11 SMLooper();
12 virtual ~SMLooper();
H A DSMReplyTarget.h9 class SMLooper; variable
23 SMLooper *fLooper;
H A DSMTarget.h9 class SMLooper; variable
39 SMLooper *fLooper;
H A DSMRemoteTargetApp.cpp30 SMLooper *looper = new SMLooper; in main()
H A DJamfile7 SMLooper.cpp
H A DSMReplyTarget.cpp15 fLooper = new SMLooper; in SMReplyTarget()
H A DSMTarget.cpp70 fLooper = new SMLooper; in LocalSMTarget()
/haiku/src/tests/kits/app/
H A DJamfile125 SMLooper.cpp