Searched refs:AddInt32 (Results 101 - 125 of 491) sorted by relevance

1234567891011>>

/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp118 message->AddInt32("type", kTypeMap[i].type);
145 message->AddInt32("supports", kDisplayAsMap[i].supported[j]);
208 message->AddInt32("alignment", kAlignmentMap[i].alignment);
455 newAttributes.AddInt32("attr:type", (int32)item->Type());
457 newAttributes.AddInt32("attr:alignment", item->Alignment());
458 newAttributes.AddInt32("attr:width", item->Width());
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp221 reply.AddInt32("status", status);
279 return reply->AddInt32("count", fLocalDevicesList.CountItems());
350 return reply->AddInt32("hci_id", hid);
417 reply->AddInt32("result", result);
430 reply->AddInt32("result", result);
439 reply->AddInt32("result", result);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp197 message.AddInt32("thread", event.GetThread()->ID());
206 message.AddInt32("thread", event.GetThread()->ID());
215 message.AddInt32("thread", event.GetThread()->ID());
225 message.AddInt32("thread", event.GetThread()->ID());
525 message->AddInt32("frame", i);
557 message->AddInt32("thread", thread->ID());
/haiku/src/kits/interface/
H A DControl.cpp133 status = data->AddInt32("_val", fValue);
221 reply.AddInt32("error", B_OK);
227 reply.AddInt32("result", fValue);
234 reply.AddInt32("error", B_OK);
247 reply.AddInt32("error", B_OK);
430 clone.AddInt32("be:value", fValue);
H A DChannelControl.cpp163 status = data->AddInt32("be:_m_channel_count", fChannelCount);
166 status = data->AddInt32("be:_m_value_channel", fCurrentChannel);
177 status = data->AddInt32("be:_m_channel_min", fChannelMin[i]);
181 status = data->AddInt32("be:_m_channel_max", fChannelMax[i]);
185 status = data->AddInt32("be:_m_channel_val", fChannelValues[i]);
298 invokeMessage.AddInt32("be:current_channel", fCurrentChannel);
316 invokeMessage.AddInt32("be:current_channel", fCurrentChannel);
321 invokeMessage.AddInt32("be:channel_value",
H A DSpinner.cpp133 status = data->AddInt32("_min", fMinValue);
136 status = data->AddInt32("_max", fMaxValue);
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp321 reply.AddInt32("token", info->token);
325 reply.AddInt32("error", error);
360 reply.AddInt32("error", error);
440 reply.AddInt32("error", error);
473 reply.AddInt32("count", info->count);
477 reply.AddInt32("error", error);
/haiku/src/kits/storage/
H A DMimeType.cpp487 err = message.AddInt32("which", B_REG_MIME_PREFERRED_APP);
493 err = message.AddInt32("app verb", verb);
526 err = message.AddInt32("which", B_REG_MIME_ATTR_INFO);
557 err = message.AddInt32("which", B_REG_MIME_FILE_EXTENSIONS);
594 err = message.AddInt32("which", B_REG_MIME_DESCRIPTION);
634 err = message.AddInt32("which", B_REG_MIME_DESCRIPTION);
791 err = message.AddInt32("which", B_REG_MIME_APP_HINT);
876 err = message.AddInt32("which",
889 err = message.AddInt32("icon size", which);
932 err = message.AddInt32("whic
[all...]
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp169 message.AddInt32("location", location);
170 message.AddInt32("team", team);
H A DPanelWindow.cpp53 message.AddInt32("location", fLocation);
155 hide.AddInt32("what", kMsgHide);
/haiku/src/kits/print/
H A DPrinterDriverAddOn.cpp146 parameters.AddInt32("file", (addr_t)&file);
147 parameters.AddInt32("printer", (addr_t)spoolFolder);
/haiku/src/kits/shared/
H A DMessageBuilder.cpp165 BMessageBuilder::AddInt32(const char* name, int32 value) function in class:BPrivate::BMessageBuilder
167 return fCurrentMessage->AddInt32(name, value);
/haiku/src/kits/mail/
H A DMailSettings.cpp130 fData.AddInt32("WindowFollowsCorner", whichCorner);
151 fData.AddInt32("ShowStatusWindow", mode);
219 fData.AddInt32("StatusWindowWorkSpace", workspace);
222 msg.AddInt32("StatusWindowWorkSpace",workspace);
238 fData.AddInt32("StatusWindowLook", look);
241 msg.AddInt32("StatusWindowLook", look);
307 fData.AddInt32("DefaultOutboundAccount", to);
889 settings.AddInt32("id", fAccountID);
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp125 || (error = archive.AddInt32("line", fSourceLocation.Line())) != B_OK
126 || (error = archive.AddInt32("column", fSourceLocation.Column()))
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp167 item->Message()->AddInt32("signal", x);
204 item->Message()->AddInt32("signal", i);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp74 message.AddInt32("which", 1);
110 toSend.AddInt32("which", which);
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp105 ret = into->AddInt32("compression", COMPRESSION_ZLIB);
109 ret = into->AddInt32("format", bitmap->ColorSpace());
/haiku/src/kits/app/
H A DAppMisc.cpp221 request.AddInt32("user", getuid());
222 request.AddInt32("version", AS_PROTOCOL_VERSION);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp234 message->AddInt32("line", line + 1);
235 message->AddInt32("column", column);
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp163 request.AddInt32("hci_id", fHid);
192 request.AddInt32("hci_id", fHid);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp549 msg->AddInt32("modifiers", fNewState.modifiers);
550 msg->AddInt32("be:old_modifiers", fState.modifiers);
575 msg->AddInt32("key", i);
576 msg->AddInt32("modifiers", fNewState.modifiers);
589 msg->AddInt32("raw_char", rawCh);
598 msg->AddInt32("be:key_repeat", 1);
736 msg->AddInt32("clicks", fState.clicks);
774 || msg.AddInt32("buttons", s.buttons) < B_OK
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolDispatchingListener.cpp86 message.AddInt32("url:bytesWritten", bytesWritten);
132 message.AddInt32("url:type", type);
/haiku/src/servers/app/
H A DAppServer.cpp79 data.AddInt32("session", 0);
132 reply.AddInt32("port", desktop->MessagePort());
/haiku/src/kits/tracker/
H A DMountMenu.cpp138 message->AddInt32("id", partition->ID());
213 message->AddInt32("device_id", volume.Device());
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp135 ret = into->AddInt32("line join", line_join());
138 ret = into->AddInt32("inner join", inner_join());

Completed in 114 milliseconds

1234567891011>>