Searched refs:FindInt32 (Results 201 - 225 of 570) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp141 if (message->FindInt32("be:addon_id", &addOnID) != B_OK) {
173 int32 buttons = message->FindInt32("buttons");
/haiku/src/servers/app/
H A DCursorSet.cpp197 (color_space)message.FindInt32("_cspace"), true);
250 message.FindRect("_frame"), (color_space)message.FindInt32("_cspace"),
H A DEventStream.cpp70 if (reply.FindInt32("event port", &fPort) != B_OK)
72 if (reply.FindInt32("cursor semaphore", &fCursorSemaphore) != B_OK)
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp114 int32 buttons = message->FindInt32("buttons");
122 if (message->FindInt32("modifiers") == fBehavior.fLastModifiers
225 int32 buttons = message->FindInt32("buttons");
526 int32 buttons = message->FindInt32("buttons");
648 int32 buttons = message->FindInt32("buttons");
741 fLastModifiers = message->FindInt32("modifiers");
742 int32 buttons = message->FindInt32("buttons");
971 if (_IsWindowModifier(message->FindInt32("modifiers")))
/haiku/src/servers/input/
H A DAddOnManager.cpp656 if ((err = reply.FindInt32("result", &uid)) != B_OK)
685 if (((err = reply->FindInt32("error", &e)) != B_OK) || (e != B_OK))
716 if (((err = reply->FindInt32("error", &e)) != B_OK) || (e != B_OK))
728 if (!((message->FindInt32("type", &type) != B_OK)
814 if (message->FindInt32("type", deviceType) != B_OK)
854 if (!((message->FindInt32("type", &type) != B_OK)
861 if (message->FindInt32("code", (int32*)&code) != B_OK)
920 if (message->FindInt32("opcode", &opcode) != B_OK)
/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp161 if (message->FindInt32("be:value", (int32*)&policy) == B_OK) {
179 if (message->FindInt32("be:value",
/haiku/src/add-ons/translators/shared/
H A DTranslatorSettings.cpp257 if (pmsg->FindInt32(defaults[i].name, &value) != B_OK) {
466 fSettingsMsg.FindInt32(def->name, &prevValue);
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp241 if (message->FindInt32("opcode", &opcode) < B_OK)
253 && message->FindInt32("device", (int32*)&device) >= B_OK) {
/haiku/src/apps/terminal/
H A DSmartTabView.cpp93 Window()->CurrentMessage()->FindInt32("buttons", &buttons);
94 Window()->CurrentMessage()->FindInt32("clicks", &clickCount);
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp204 if (message->FindInt32("value", &value) == B_OK
205 || message->FindInt32("be:value", &value) == B_OK) {
/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp233 if (message->FindInt32("value", &value) == B_OK
234 || message->FindInt32("be:value", &value) == B_OK) {
/haiku/src/servers/mount/
H A DAutoMounter.cpp193 if (fPrevious.FindInt32(mountFlagsKey.String(),
438 if (message->FindInt32("event", &event) != B_OK
444 if (message->FindInt32("id", &deviceID) != B_OK)
454 if (message->FindInt32("opcode", &opcode) != B_OK)
483 if (message->FindInt32("device", &parentDevice) != B_OK) {
594 if (message->FindInt32("id", &id) != B_OK)
747 if (message->FindInt32("id", &id) == B_OK) {
761 if (message->FindInt32("device_id", &device) != B_OK)
/haiku/src/apps/mail/
H A DPrefs.cpp360 && itemMessage->FindInt32("id") == *(int32 *)&fAccount) {
400 if (itemMessage->FindInt32("encoding", &encoding) == B_OK
430 if (msg->FindInt32("parent_index", &family_menu_index) == B_OK)
436 msg->FindInt32("size", &new_size);
454 msg->FindInt32("id",(int32*)fNewAccount);
457 msg->FindInt32("replyTo", fNewReplyTo);
462 if (msg->FindInt32("index", &index) < B_OK)
490 msg->FindInt32("encoding", (int32*)fNewEncoding);
/haiku/src/apps/tv/
H A DMainWin.cpp439 uint32 buttons = msg->FindInt32("buttons");
451 // if (1 == msg->FindInt32("buttons") && msg->FindInt32("clicks") == 1) {
453 if (1 == buttons && msg->FindInt32("clicks") % 2 == 0) {
462 if (2 == buttons && msg->FindInt32("clicks") % 2 == 0) {
511 uint32 buttons = msg->FindInt32("buttons");
980 uint32 key = msg->FindInt32("key");
981 uint32 raw_char = msg->FindInt32("raw_char");
982 uint32 modifiers = msg->FindInt32("modifiers");
1114 if (msg->FindInt32("ke
[all...]
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp212 message->FindInt32("itemIndex", &itemIndex);
214 message->FindInt32("team", &team);
/haiku/headers/private/kernel/util/
H A DKMessage.h97 inline status_t FindInt32(const char* name, int32* value) const;
98 inline status_t FindInt32(const char* name, int32 index,
409 KMessage::FindInt32(const char* name, int32* value) const function in class:KMessage
411 return FindInt32(name, 0, value);
416 KMessage::FindInt32(const char* name, int32 index, int32* value) const function in class:KMessage
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp542 CHK(message.FindInt32("opcode", &opcode) == B_OK);
543 CHK(message.FindInt32("new device", &device) == B_OK);
544 CHK(message.FindInt32("device", &parentDevice) == B_OK);
554 CHK(message.FindInt32("opcode", &opcode) == B_OK);
555 CHK(message.FindInt32("device", &device) == B_OK);
/haiku/src/kits/interface/
H A DChannelControl.cpp110 archive->FindInt32("be:_m_channel_count", &fChannelCount);
111 archive->FindInt32("be:_m_value_channel", &fCurrentChannel);
125 archive->FindInt32("be:_m_channel_min", c, &fChannelMin[c]);
126 archive->FindInt32("be:_m_channel_max", c, &fChannelMax[c]);
127 archive->FindInt32("be:_m_channel_val", c, &fChannelValues[c]);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp289 status_t result = message->FindInt32("result");
323 || message->FindInt32("result", &result) != B_OK) {
580 if (settings.FindInt32(fieldName.String(), &mode) == B_OK) {
584 if (item->Message()->FindInt32("mode") == mode) {
599 int32 mode = item->Message()->FindInt32("mode");
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp76 fUseSSL = fSettings.FindInt32("flavor") == 1 ? true : false;
85 fFetchBodyLimit = fSettings.FindInt32("partial_download_limit");
99 fSettings.FindInt32("port"), fSettings.FindInt32("flavor"));
106 fSettings.FindInt32("auth_method"));
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp261 int32 authMethod = fSettingsMessage.FindInt32("auth_method");
279 fSettingsMessage.FindInt32("port"), authMethod == 1);
285 if (fSettingsMessage.FindInt32("port") > 0)
286 errorMessage << ":" << fSettingsMessage.FindInt32("port");
367 use_ssl = (fSettingsMessage.FindInt32("flavor") == 1);
/haiku/src/servers/media/
H A DDefaultManager.cpp207 if (settings->FindInt32(kDefaultManagerType,
448 if (msg->FindInt32(kDefaultManagerType, &msgType) == B_OK
452 msg->FindInt32(kDefaultManagerAddon, &msgDninfo.addon);
453 msg->FindInt32(kDefaultManagerFlavorId, &msgDninfo.flavor_id);
454 msg->FindInt32(kDefaultManagerInput, &input_id);
/haiku/src/servers/midi/
H A DMidiServerApp.cpp187 if (msg->FindInt32("midi:port", &endpoint->port) == B_OK
244 if (msg->FindInt32("midi:id", &id) == B_OK) {
334 if (msg->FindInt32("midi:producer", &producerID) == B_OK
335 && msg->FindInt32("midi:consumer", &consumerID) == B_OK) {
584 if (msg->FindInt32("midi:id", &id) == B_OK) {
/haiku/src/kits/tracker/
H A DDeskWindow.cpp318 if (message.FindInt32("key", &key) == B_OK) {
351 if (message.FindInt32("mcidx", 0, &value) == B_OK)
354 if (message.FindInt32("mcidx", 1, &value) == B_OK)
357 if (message.FindInt32("mcidx", 3, &value) == B_OK)
636 || message->FindInt32("device", &device) != B_OK
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp87 status_t CRadeonProducer::FindInt32( function in class:CRadeonProducer
99 res = config->FindInt32( name, value );
156 if( (res = FindInt32( config, P_SOURCE, 0, C_VIDEO_IN_SOURCE_MAX,
159 (res = FindInt32( config, P_STANDARD, 0, C_VIDEO_IN_STANDARD_MAX,
161 (res = FindInt32( config, P_MODE, 0, C_VIDEO_IN_CAPTURE_MODE_MAX,
163 (res = FindInt32( config, P_FORMAT, -2147483647L-1, 2147483647L,
165 (res = FindInt32( config, P_RESOLUTION, 0, C_RESOLUTION_MAX,
167 (res = FindInt32( config, P_TUNER, 0, C_CHANNEL_MAX,
169 (res = FindInt32( config, P_BRIGHTNESS, -100, +100,
171 (res = FindInt32( confi
[all...]

Completed in 281 milliseconds

1234567891011>>