Searched refs:AddInt32 (Results 26 - 50 of 491) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/ui/
H A DTabView.h29 message.AddInt32("tab index", tabIndex);
/haiku/src/apps/serialconnect/
H A DXModem.cpp105 msg.AddInt32("pos", 0);
106 msg.AddInt32("size", 0);
160 msg.AddInt32("pos", fBlockNumber);
161 msg.AddInt32("size", fSourceSize / kBlockSize);
/haiku/src/apps/cortex/AddOnHost/
H A DAddOnHostApp.cpp112 m.AddInt32("node_id", node.node);
117 m.AddInt32("error", err);
154 m.AddInt32("node_id", info.node.node);
159 m.AddInt32("error", err);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp94 difficultyMessage->AddInt32("rows", 4);
95 difficultyMessage->AddInt32("cols", 4);
101 difficultyMessage->AddInt32("rows", 6);
102 difficultyMessage->AddInt32("cols", 6);
107 difficultyMessage->AddInt32("rows", 8);
108 difficultyMessage->AddInt32("cols", 8);
126 iconSizeMessage->AddInt32("size", kSmallIconSize);
131 iconSizeMessage->AddInt32("size", kMediumIconSize);
137 iconSizeMessage->AddInt32("size", kLargeIconSize);
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp73 request.AddInt32("hci_id", hid);
136 request.AddInt32("hci_id", fHid);
162 request.AddInt32("hci_id", fHid);
190 request.AddInt32("hci_id", fHid);
246 request.AddInt32("hci_id", fHid);
284 request.AddInt32("hci_id", fHid);
314 request.AddInt32("hci_id", fHid);
347 request.AddInt32("hci_id", fHid);
384 request.AddInt32("hci_id", fHid);
410 request.AddInt32("hci_i
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp140 mDown->AddInt32("modifiers", 0x0);
141 mDown->AddInt32("key", 94);
142 mDown->AddInt32("raw_char", 32);
169 m->AddInt32("buttons", buttons);
171 m->AddInt32("modifiers", modifiers);
183 m->AddInt32("be:opcode", B_INPUT_METHOD_STARTED);
187 m->AddInt32("be:opcode", B_INPUT_METHOD_LOCATION_REQUEST);
191 m->AddInt32("be:opcode", B_INPUT_METHOD_STOPPED);
/haiku/src/apps/installer/
H A DProgressReporter.cpp106 message.AddInt32("current", fItemsWritten);
107 message.AddInt32("maximum", fItemsToWrite);
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackLOAdapter.cpp32 message.AddInt32("play mode", mode);
41 message.AddInt32("loop mode", mode);
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp48 prefs->AddInt32("ParticleCount", Config.ParticleCount);
49 prefs->AddInt32("ShadeID", Config.ShadeID);
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp77 message->AddInt32("thread", fThreadID);
78 message->AddInt32("priority", priority->priority);
/haiku/src/servers/input/
H A DInputServerMethod.cpp190 msg.AddInt32("cookie", fCookie);
210 msg.AddInt32("cookie", fCookie);
227 msg.AddInt32("cookie", fCookie);
248 msg.AddInt32("cookie", fCookie);
262 msg.AddInt32("cookie", fCookie);
H A DInputServer.cpp408 reply.AddInt32("event port", fAppServerPort);
412 reply.AddInt32("cursor semaphore", fCursorSem);
598 reply.AddInt32("status", status);
651 msg.AddInt32("type", B_POINTING_DEVICE);
652 msg.AddInt32("code", B_MOUSE_TYPE_CHANGED);
657 return reply->AddInt32("mouse_type",
690 msg.AddInt32("type", B_POINTING_DEVICE);
691 msg.AddInt32("code", B_MOUSE_ACCELERATION_CHANGED);
696 return reply->AddInt32("speed", settings->AccelerationFactor());
713 msg.AddInt32("typ
[all...]
H A DBottomlineWindow.cpp102 newEvent->AddInt32("key", 0);
106 newEvent->AddInt32("raw_char", 0xa);
/haiku/src/kits/app/
H A DLaunchRoster.cpp43 status_t status = request.AddInt32("user", getuid());
101 status = request.AddInt32("user", getuid());
155 status_t status = request.AddInt32("user", getuid());
176 status_t status = request.AddInt32("user", getuid());
195 status_t status = request.AddInt32("user", getuid());
212 status_t status = request.AddInt32("user", getuid());
231 status_t status = request.AddInt32("user", getuid());
250 status_t status = request.AddInt32("user", getuid());
293 status_t status = request.AddInt32("user", getuid());
318 status_t status = request.AddInt32("use
[all...]
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp281 message->AddInt32("buttons", movements.buttons);
285 message->AddInt32("clicks", clicks_count);
291 message->AddInt32("x", movements.xdelta);
292 message->AddInt32("y", movements.ydelta);
338 message->AddInt32("buttons", movements.buttons);
339 message->AddInt32("x", xdelta);
340 message->AddInt32("y", ydelta);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp114 message->AddInt32("color", RED);
122 message->AddInt32("color", GREEN);
130 message->AddInt32("color", BLUE);
138 message->AddInt32("color", YELLOW);
146 message->AddInt32("color", PURPLE);
154 message->AddInt32("color", CYAN);
162 message->AddInt32("color", GRAY);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp55 message.AddInt32("type", report.type);
56 message.AddInt32("code", report.code);
63 message.AddInt32("interface", static_cast<int32>(*interfaceID));
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp280 notify.AddInt32("be:op", B_MIDI_UNREGISTERED);
384 notify.AddInt32("be:op", B_MIDI_REGISTERED);
386 notify.AddInt32("be:op", B_MIDI_UNREGISTERED);
408 notify.AddInt32("be:op", B_MIDI_CHANGED_NAME);
429 notify.AddInt32("be:op", B_MIDI_CHANGED_PROPERTIES);
452 notify.AddInt32("be:op", B_MIDI_CHANGED_LATENCY);
470 notify.AddInt32("be:op", B_MIDI_REGISTERED);
505 msg->AddInt32("be:id", endp->ID());
527 notify.AddInt32("be:producer", prod->ID());
528 notify.AddInt32("b
[all...]
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp160 || gBootVolume.AddInt32("client IP", sTFTP.IPAddress()) != B_OK
161 || gBootVolume.AddInt32("server IP", sTFTP.ServerIPAddress()) != B_OK
162 || gBootVolume.AddInt32("server port", sTFTP.ServerPort()) != B_OK
/haiku/src/libs/print/libprint/
H A DJobData.cpp158 fSettings.AddInt32(key, value);
465 message->AddInt32(kJDPaper, fPaper);
468 message->AddInt32(kJDResolution, fResolutionID);
477 message->AddInt32(kJDOrientation, fOrientation);
501 message->AddInt32(kJDMarginUnit, fMarginUnit);
514 message->AddInt32(kJDNup, fNup);
518 message->AddInt32(kJDFirstPage, fFirstPage);
522 message->AddInt32(kJDLastPage, fLastPage);
534 message->AddInt32(kJDPaperSource, fPaperSource);
538 message->AddInt32(kJDCopie
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt32ItemTest.h28 &BMessage::AddInt32,
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp187 inboundArchive.AddInt32("auth_method", authType);
188 inboundArchive.AddInt32("flavor", ssl);
201 outboundArchive.AddInt32("auth_method",
203 outboundArchive.AddInt32("flavor",
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp159 ret = into->AddInt32("type", PathSourceShape::archive_code);
171 ret = into->AddInt32("style ref", globalStyles->IndexOf(style));
179 ret = into->AddInt32("path ref", globalPaths->IndexOf(path));
188 ret = into->AddInt32("type", ReferenceImage::archive_code);
/haiku/src/kits/debugger/settings/
H A DTeamSignalSettings.cpp107 if (setting.AddInt32(skSignalNumberFieldName, signal) != B_OK
108 || setting.AddInt32(skSignalDispositionFieldName, disposition) != B_OK
/haiku/src/servers/app/
H A DTestServerLoopAdapter.cpp76 message.AddInt32("user", userID);
77 message.AddInt32("version", version);

Completed in 237 milliseconds

1234567891011>>