Searched refs:FindInt32 (Results 1 - 25 of 570) sorted by relevance

1234567891011>>

/haiku/src/apps/switcher/
H A DSwitcher.cpp54 uint32 location = (uint32)message->FindInt32("location");
62 (team_id)message->FindInt32("team"));
71 if (message->FindInt32("location", (int32*)&location) == B_OK)
/haiku/src/servers/net/
H A DPPPServer.cpp64 if (message->FindInt32("interface", reinterpret_cast<int32*>(&id)) != B_OK)
68 message->FindInt32("type", &type);
69 message->FindInt32("code", &code);
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt32ItemTest.h29 &BMessage::FindInt32,
30 &BMessage::FindInt32,
31 &BMessage::FindInt32,
H A DMessageInt32ItemTest.cpp28 CPPUNIT_ASSERT(msg.FindInt32("an int32", &out) == B_NAME_NOT_FOUND);
30 CPPUNIT_ASSERT(msg.FindInt32("an int32") == 0);
46 CPPUNIT_ASSERT(msg.FindInt32("an int32") == in);
47 CPPUNIT_ASSERT(msg.FindInt32("an int32", &out) == B_OK);
66 CPPUNIT_ASSERT(msg.FindInt32("an int32") == in2);
67 CPPUNIT_ASSERT(msg.FindInt32("an int32", &out) == B_OK);
82 CPPUNIT_ASSERT(msg.FindInt32("an int32", 1, &out) == B_NAME_NOT_FOUND);
84 CPPUNIT_ASSERT(msg.FindInt32("an int32", 1) == 0);
109 CPPUNIT_ASSERT(msg.FindInt32("an int32", i) == in[i]);
110 CPPUNIT_ASSERT(msg.FindInt32("a
[all...]
H A DMessageEasyFindTest.cpp33 CPPUNIT_ASSERT(msg.FindInt32("data") == 0);
/haiku/src/preferences/time/
H A DBaseView.cpp61 if (message->FindInt32("hour", &hour) != B_OK)
65 if (message->FindInt32("minute", &minute) != B_OK)
69 if (message->FindInt32("second", &second) != B_OK)
77 if (message->FindInt32("day", &day) != B_OK)
81 if (message->FindInt32("year", &year) != B_OK)
85 if (message->FindInt32("month", &month) != B_OK)
H A DDateTimeView.cpp87 message->FindInt32(B_OBSERVE_WHAT_CHANGE, &change);
216 if (message->FindInt32("month", &month) == B_OK
217 && message->FindInt32("day", &day) == B_OK
218 && message->FindInt32("year", &year) == B_OK) {
234 if (message->FindInt32("hour", &hour) == B_OK
235 && message->FindInt32("minute", &minute) == B_OK
236 && message->FindInt32("second", &second) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.cpp37 if (message->FindInt32("device", &volumeID) != B_OK
56 if (message->FindInt32("device", &volumeID) != B_OK
74 if (message->FindInt32("device", &volumeID) != B_OK
95 if (message->FindInt32("device", &volumeID) != B_OK
111 if (message->FindInt32("device", &volumeID) != B_OK
129 if (message->FindInt32("new device", &newVolumeID) != B_OK
130 || message->FindInt32("device", &volumeID) != B_OK
145 if (message->FindInt32("device", &volumeID) != B_OK)
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeState.h49 if (pbmPrefs->FindInt32("gridWidth", &fGridWidth) != B_OK)
51 if (pbmPrefs->FindInt32("gridHeight", &fGridHeight) != B_OK)
53 if (pbmPrefs->FindInt32("gridBorder", &fGridBorder) != B_OK)
55 if (pbmPrefs->FindInt32("gridDelay", &fGridDelay) != B_OK)
/haiku/src/tests/system/libroot/os/
H A Dsystem_watching_test.cpp137 if (message.FindInt32("opcode", &opcode) != B_OK)
145 if (message.FindInt32("team", &teamID) == B_OK)
156 if (message.FindInt32("team", &teamID) == B_OK)
167 if (message.FindInt32("team", &teamID) == B_OK)
179 if (message.FindInt32("thread", &threadID) == B_OK)
190 if (message.FindInt32("thread", &threadID) == B_OK)
201 if (message.FindInt32("thread", &threadID) == B_OK)
/haiku/src/preferences/input/
H A DInputMouse.cpp100 if (message->FindInt32("be:value", &type) == B_OK) {
114 if (message->FindInt32("be:value", &mode) == B_OK) {
127 if (message->FindInt32("mode_focus_follows_mouse", &mode) == B_OK) {
158 if (message->FindInt32("be:value", &value) == B_OK) {
170 if (message->FindInt32("be:value", &value) == B_OK) {
183 if (message->FindInt32("be:value", &value) == B_OK) {
197 if (message->FindInt32("index", &index) == B_OK
198 && message->FindInt32("button", &button) == B_OK) {
/haiku/src/tests/kits/support/barchivable/
H A DLocalTestObject.cpp28 data = archive->FindInt32("TIOTest::data");
/haiku/src/kits/storage/
H A DNodeMonitorHandler.cpp50 if (msg->FindInt32("opcode", &opcode) == B_OK) {
154 (msg->FindInt32("device", &device) != B_OK) ||
172 (msg->FindInt32("device", &device) != B_OK) ||
195 (msg->FindInt32("device", &device) != B_OK) ||
196 (msg->FindInt32("node device", &deviceNode) != B_OK) ||
213 (msg->FindInt32("device", &device) != B_OK) ||
214 (msg->FindInt32("fields", &statFields) != B_OK)) {
228 (msg->FindInt32("device", &device) != B_OK)) {
242 if ((msg->FindInt32("new device", &new_device) != B_OK) ||
243 (msg->FindInt32("devic
[all...]
/haiku/src/kits/shared/
H A DLongAndDragTrackingFilter.cpp80 message->FindInt32("buttons", (int32*)&fClickButtons);
81 message->FindInt32("clicks", (int32*)&clicks);
104 message->FindInt32("buttons", (int32*)&fClickButtons);
/haiku/src/tests/kits/support/barchivable/remoteobjectdef/
H A DRemoteTestObject.cpp30 data = archive->FindInt32("TRemoteTestObject::data");
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp57 if (fSettings.FindInt32("windowtab", &value) == B_OK)
59 if (fSettings.FindInt32("timeflags", &value) == B_OK)
62 if (fSettings.FindInt32("timefade", &value) == B_OK)
64 if (fSettings.FindInt32("timestandby", &value) == B_OK)
66 if (fSettings.FindInt32("timesuspend", &value) == B_OK)
68 if (fSettings.FindInt32("timeoff", &value) == B_OK)
71 if (fSettings.FindInt32("cornernow", &value) == B_OK)
73 if (fSettings.FindInt32("cornernever", &value) == B_OK)
79 if (fSettings.FindInt32("lockdelay", &value) == B_OK)
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp53 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK
54 && message->FindInt32("modifiers", (int32*)&modifiers) >= B_OK)
68 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK
69 && message->FindInt32("modifiers", (int32*)&modifiers) >= B_OK)
180 if (message->FindInt32("modifiers", (int32*)&mods) != B_OK)
205 if (!message || message->FindInt32("buttons", (int32*)&buttons) != B_OK)
207 if (!message || message->FindInt32("clicks", (int32*)&clicks) != B_OK)
300 && message->FindInt32("raw_char", (int32*)&key) >= B_OK
301 && message->FindInt32("modifiers", (int32*)&modifiers) >= B_OK) {
316 && message->FindInt32("raw_cha
[all...]
/haiku/src/system/libroot/posix/
H A Dshadow.cpp55 if ((error = sShadowPwdDBReply.FindInt32("count", &count)) != B_OK
178 || (error = reply.FindInt32("last changed", &lastChanged)) != B_OK
179 || (error = reply.FindInt32("min", &min)) != B_OK
180 || (error = reply.FindInt32("max", &max)) != B_OK
181 || (error = reply.FindInt32("warn", &warn)) != B_OK
182 || (error = reply.FindInt32("inactive", &inactive)) != B_OK
183 || (error = reply.FindInt32("expiration", &expiration)) != B_OK
184 || (error = reply.FindInt32("flags", &flags)) != B_OK) {
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp36 if (prefs->FindInt32("ParticleCount", &Config.ParticleCount) != B_OK)
39 if (prefs->FindInt32("ShadeID", &Config.ShadeID) != B_OK)
/haiku/src/kits/support/
H A DBeep.cpp28 if (status != B_OK || reply.FindInt32("error", &status) != B_OK)
55 if (status != B_OK || reply.FindInt32("error", &status) != B_OK)
/haiku/src/kits/interface/
H A DDeskbar.cpp111 if (reply.FindInt32("location", &value) == B_OK)
276 result = reply.FindInt32("id", _id);
317 return reply.FindInt32("count");
367 result = reply.FindInt32("id", _id);
369 reply.FindInt32("error", &result);
386 status = reply.FindInt32("id", _id);
388 reply.FindInt32("error", &status);
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp38 message->FindInt32("interface", reinterpret_cast<int32*>(&fID));
92 message->FindInt32("type", &type);
110 Looper()->CurrentMessage()->FindInt32("buttons", &fLastButtons);
/haiku/src/libs/print/libprint/
H A DJobData.cpp138 return fSettings.FindInt32(key, &value) == B_OK;
147 fSettings.FindInt32(key, &value);
268 fPaper = (Paper)message->FindInt32(kJDPaper);
277 message->FindInt32(kJDResolution, &fResolutionID);
309 fOrientation = (Orientation)message->FindInt32(kJDOrientation);
358 fFirstPage = message->FindInt32(kJDFirstPage);
363 fLastPage = message->FindInt32(kJDLastPage);
368 fNup = message->FindInt32(kJDNup);
383 fPaperSource = (PaperSource)fMsg->FindInt32(kJDPaperSource);
391 fCopies = message->FindInt32(kJDCopie
[all...]
H A DPrintJobReader.cpp190 fJobSettings.FindInt32("first_page", &firstPage);
198 fJobSettings.FindInt32("last_page", &lastPage);
221 fJobSettings.FindInt32("xres", xdpi);
222 fJobSettings.FindInt32("yres", ydpi);
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DDebuggerUiSettingsFactory.cpp58 status_t error = archive.FindInt32("type", &type);

Completed in 175 milliseconds

1234567891011>>