Searched refs:SMLooper (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp0 // SMLooper.cpp
5 #include "SMLooper.h"
8 // SMLooper
11 SMLooper::SMLooper() function in class:SMLooper
21 SMLooper::~SMLooper()
27 SMLooper::MessageReceived(BMessage *message)
60 SMLooper::BlockUntil(bigtime_t unblockTime)
68 SMLooper
[all...]
H A DSMReplyTarget.h9 class SMLooper;
23 SMLooper *fLooper;
H A DSMLooper.h0 // SMLooper.h
9 class SMLooper : public BLooper { class in inherits:BLooper
11 SMLooper();
12 virtual ~SMLooper();
H A DSMReplyTarget.cpp7 #include "SMLooper.h"
15 fLooper = new SMLooper;
H A DSMTarget.h9 class SMLooper;
39 SMLooper *fLooper;
H A DSMRemoteTargetApp.cpp10 #include "SMLooper.h"
30 SMLooper *looper = new SMLooper;
H A DSMTarget.cpp14 #include "SMLooper.h"
70 fLooper = new SMLooper;

Completed in 43 milliseconds