Searched refs:FindInt32 (Results 51 - 75 of 570) sorted by relevance

1234567891011>>

/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp108 size_t bytesWritten = message->FindInt32("url:bytesWritten");
148 = (BUrlProtocolDebugMessage)message->FindInt32("url:type");
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp57 settings.FindInt32( "TVStandard", &tmp );
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.cpp28 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp87 if (repspec.FindInt32("index", &index) == B_OK) {
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp34 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
/haiku/src/apps/launchbox/
H A DPanel.cpp34 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp26 && message->FindInt32("opcode", &opcode) == B_OK) {
/haiku/src/apps/switcher/
H A DApplicationsView.cpp51 be_roster->ActivateApp(message->FindInt32("team"));
/haiku/src/kits/shared/
H A DDragTrackingFilter.cpp46 message->FindInt32("buttons", (int32*)&fClickButtons);
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp66 if (reply.FindInt32("thread_id", &windowThread) != B_OK) {
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp69 if (message->FindInt32("which") == 1) {
/haiku/src/servers/registrar/
H A DPackageWatchingManager.cpp54 if (message->FindInt32("event", &event) != B_OK) {
H A DMIMEManager.cpp262 err = message->FindInt32("force", &force);
355 err = message->FindInt32("which", &which);
409 err = message->FindInt32("icon size", &size);
439 err = message->FindInt32("app verb", &verb);
490 err = message->FindInt32("which", &which);
521 err = message->FindInt32("icon size", &size);
545 err = message->FindInt32("app verb", &verb);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp49 if (message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.cpp60 if (message->FindInt32("queue number", &value) == B_OK)
63 if (message->FindInt32("poly points", &value) == B_OK)
66 if (message->FindInt32("queue depth", &value) == B_OK)
69 if (message->FindInt32("color", &value) == B_OK)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp43 if (fMessage.FindInt32("port", &port) == B_OK)
/haiku/src/servers/notification/
H A DNotificationServer.cpp63 if (message->FindInt32("type", &type) == B_OK) {
/haiku/src/servers/print/
H A DPrintServerApp.Scripting.cpp162 if (msg->FindInt32("index", &idx) == B_OK)
170 if (msg->FindInt32("index", &idx) == B_OK)
195 if (msg->FindInt32("index", &idx) == B_OK)
203 if (msg->FindInt32("index", &idx) == B_OK)
/haiku/src/preferences/notifications/
H A DGeneralView.cpp181 if (msg->FindInt32(kNotificationPositionName, &position) == B_OK) {
205 if (settings.FindInt32(kTimeoutName, &fOriginalTimeout) != B_OK
211 if (settings.FindInt32(kIconSizeName, &setting) != B_OK)
217 if (settings.FindInt32(kNotificationPositionName, &position) != B_OK)
/haiku/src/servers/app/
H A DScreenConfigurations.cpp228 if (stored.FindInt32("id", &id) != B_OK
249 && stored.FindInt32("product id", (int32*)&productID) == B_OK
251 && stored.FindInt32("produced week", &week) == B_OK
252 && stored.FindInt32("produced year", &year) == B_OK) {
/haiku/src/apps/autoraise/
H A Dsettings.cpp41 if (_settingsMessage.FindInt32(AR_MODE, &_confMode) != B_OK)
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp167 if (reply.FindInt32("count", &count) != B_OK)
188 if (reply.FindInt32("status", &status) != B_OK)
263 reply.FindInt32("status", &status);
281 reply.FindInt32("status", &status);
/haiku/src/servers/package/
H A DPackageDaemon.cpp76 if (message->FindInt32("opcode", &opcode) != B_OK)
93 error = message->FindInt32("volume", &nodeRef.device);
259 if (message->FindInt32("new device", &device) != B_OK)
272 if (message->FindInt32("device", &device) != B_OK)
/haiku/src/apps/pairs/
H A DPairsWindow.cpp209 if (message->FindInt32("rows", &rows) == B_OK
210 && message->FindInt32("cols", &cols) == B_OK) {
219 if (message->FindInt32("size", &size) == B_OK) {
237 if (message->FindInt32("button number", &buttonNumber) != B_OK)
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp133 int32 r = msg->FindInt32("which");
187 int32 r = msg->FindInt32("which");
404 if (((err = reply->FindInt32("error", &e)) != B_OK) || (e != B_OK))
441 if ((err = reply.FindInt32("result", &uid)) != B_OK)
523 if ((err = reply.FindInt32("error", &e)) != B_OK)
550 if (((err = reply.FindInt32("error", &e)) != B_OK) || (e != B_OK))
673 err = (fPrefs -> FindInt32 ("TargetShelf", &targetShelf ) );

Completed in 227 milliseconds

1234567891011>>