Searched refs:AddInt32 (Results 1 - 25 of 491) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DMessage.h114 status_t AddInt32(const char *name, int32 value);
/haiku/headers/private/bluetooth/
H A DCommandManager.h89 request.AddInt32("hci_id", hId);
/haiku/headers/private/kernel/util/
H A DKMessage.h78 inline status_t AddInt32(const char* name, int32 value);
313 KMessage::AddInt32(const char* name, int32 value) function in class:KMessage
/haiku/headers/private/shared/
H A DMessageBuilder.h36 status_t AddInt32(const char* name, int32 value);
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp86 settings.AddInt32( "TVStandard", tmp );
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp57 request.AddInt32("hci_id", lDevice->ID());
/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/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp111 into->AddInt32("rqBits", fRequiredBits);
112 into->AddInt32("fbBits", fForbiddenBits);
277 into->AddInt32("mMin", fMinNum);
H A DCommandActuators.cpp250 into->AddInt32("buttons", fWhichButtons);
273 fakeMouse->AddInt32("buttons", fWhichButtons);
854 result = into->AddInt32("ooffsets",
859 result = into->AddInt32("overrides",
864 result = into->AddInt32("omods",
869 result = into->AddInt32("okeys",
888 temp.AddInt32("modifiers", fModCodes[i]);
890 temp.AddInt32("key", fKeyCodes[i]);
892 temp.AddInt32("raw_char", (int32) nextChar);
1288 newMessage->AddInt32("button
[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/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp95 msg->AddInt32("t9mode", WordMode);
101 msg->AddInt32("t9mode", CharMode);
105 msg->AddInt32("t9mode", NumMode);
H A DT9InputServerMethod.cpp96 msg->AddInt32("t9mode", WordMode);
102 msg->AddInt32("t9mode", CharMode);
106 msg->AddInt32("t9mode", NumMode);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp438 reply.AddInt32("error", error);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp45 status_t error = request.AddInt32("uid", uid);
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp311 || request.AddInt32("permissions", (int32)permissions)) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp543 error = userArchive->AddInt32(entry.key.path.GetString(),
/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/add-ons/kernel/network/stack/
H A Dnotifications.cpp34 message.AddInt32("opcode", B_NETWORK_INTERFACE_ADDED);
50 message.AddInt32("opcode", B_NETWORK_INTERFACE_REMOVED);
67 message.AddInt32("opcode", B_NETWORK_INTERFACE_CHANGED);
70 message.AddInt32("old flags", oldFlags);
71 message.AddInt32("new flags", newFlags);
87 message.AddInt32("opcode", B_NETWORK_DEVICE_LINK_CHANGED);
89 message.AddInt32("media", device->media);
91 message.AddInt32("link quality", device->link_quality);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp104 message->AddInt32("account id", account->AccountID());
131 message->AddInt32("action", (int32)kActions[i].action);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp1828 status_t CRadeonProducer::AddInt32( function in class:CRadeonProducer
1836 return msg->AddInt32( name, value );
1844 if( (res = AddInt32( out, P_SOURCE, fSource )) != B_OK ||
1845 (res = AddInt32( out, P_STANDARD, BeToVideoInStandard( fStandard ))) != B_OK ||
1846 (res = AddInt32( out, P_MODE, fMode )) != B_OK ||
1847 (res = AddInt32( out, P_FORMAT, fFormat )) != B_OK ||
1848 (res = AddInt32( out, P_RESOLUTION, fResolution )) != B_OK ||
1849 (res = AddInt32( out, P_TUNER, fTuner )) != B_OK ||
1850 (res = AddInt32( out, P_BRIGHTNESS, fBrightness )) != B_OK ||
1851 (res = AddInt32( ou
[all...]
H A DRadeonProducer.h209 status_t AddInt32(
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp371 settings->AddInt32("Interface", static_cast<int32>(fWatching));
H A DTextRequestDialog.cpp74 message.AddInt32("which", 1);
110 toSend.AddInt32("which", which);
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp128 if (message.AddInt32("uid", userID) == B_OK
129 && message.AddInt32("gid", groupID) == B_OK
136 && message.AddInt32("last changed", time(NULL)) == B_OK
137 && message.AddInt32("min", min) == B_OK
138 && message.AddInt32("max", max) == B_OK
139 && message.AddInt32("warn", warn) == B_OK
140 && message.AddInt32("inactive", inactive) == B_OK
141 && message.AddInt32("expiration", expiration) == B_OK
142 && message.AddInt32("flags", 0) == B_OK
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp134 fSetupMsg->AddInt32("copies", copies);
137 fSetupMsg->AddInt32("first_page", from);
140 fSetupMsg->AddInt32("last_page", to);

Completed in 733 milliseconds

1234567891011>>