Searched refs:FindInt32 (Results 1 - 25 of 570) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DMessage.h154 status_t FindInt32(const char *name, int32 *value) const;
155 status_t FindInt32(const char *name, int32 index, int32 *value) const;
264 int32 FindInt32(const char *, int32 n = 0) const;
/haiku/headers/private/bluetooth/
H A DCommandManager.h98 reply.FindInt32("result", result);
/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/add-ons/accelerants/radeon/
H A Dsettings.cpp57 settings.FindInt32( "TVStandard", &tmp );
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp49 if (message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp99 if (from->FindInt32("rqBits", (int32*) &fRequiredBits) != B_OK)
102 if (from->FindInt32("fbBits", (int32*) &fForbiddenBits) != B_OK)
249 if (from->FindInt32("mMin", (int32*)&fMinNum) != B_OK)
H A DCommandActuators.cpp237 from->FindInt32("buttons", &fWhichButtons);
618 for (int32 i = 0; from->FindInt32("ooffsets", i, &temp) == B_OK; i++) {
621 if (from->FindInt32("overrides", i, &temp) != B_OK)
626 if (from->FindInt32("omods", i, &temp) != B_OK)
631 if (from->FindInt32("okeys", i, &temp) != B_OK)
1283 (void)original->FindInt32("buttons", &buttons);
H A DKeyCommandMap.cpp135 if (keyMessage->FindInt32("modifiers", (int32*)&modifiers) == B_OK
136 && keyMessage->FindInt32("key", &key) == B_OK
237 if (message->FindInt32("device", &device) != B_OK
262 if (message.FindInt32("key", (int32*)&key) == B_OK
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp47 if (message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp175 if (message->FindInt32(field_name, index, &value) >= B_OK) {
H A DPenInputLooper.cpp180 if (message->FindInt32("buttons", &buttons) == B_OK) {
200 if (message->FindInt32("buttons", &buttons) == B_OK) {
H A DPenInputServerMethod.cpp156 if (message->FindInt32("buttons", &buttons) == B_OK) {
168 if (message->FindInt32("buttons", &buttons) == B_OK)
170 if (message->FindInt32("modifiers", &modifiers) == B_OK)
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp169 if (message->FindInt32("t9mode", &v) < B_OK)
H A DT9InputServerMethod.cpp170 if (message->FindInt32("t9mode", &v) < B_OK)
/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/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp67 if (reply.FindInt32("error", &error) != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp344 if (reply.FindInt32("permissions", (int32*)permissions) != B_OK)
373 if (reply.FindInt32("error", &error) != B_OK)
406 if (reply->FindInt32("error", &result) != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.cpp37 if (message->FindInt32("device", &volumeID) != B_OK
56 if (message->FindInt32("device", &volumeID) != B_OK
74 if (message->FindInt32("device", &volumeID) != B_OK
95 if (message->FindInt32("device", &volumeID) != B_OK
111 if (message->FindInt32("device", &volumeID) != B_OK
129 if (message->FindInt32("new device", &newVolumeID) != B_OK
130 || message->FindInt32("device", &volumeID) != B_OK
145 if (message->FindInt32("device", &volumeID) != B_OK)
H A DSecurityContext.cpp459 error = userArchive.FindInt32(path, (int32*)&permissions);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp186 item->Message()->FindInt32("account id"));
208 fAction = message->FindInt32("action");
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp60 int32 method = archive->FindInt32("notification_method");
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp213 if ((status = replyMessage.FindInt32("error", &errorCode)) != B_OK)
247 || replyMessage.FindInt32("error", &errorCode) != B_OK)
275 errorCode = replyMessage.FindInt32("error", &errorCode);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp43 if (fMessage.FindInt32("port", &port) == B_OK)
/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);

Completed in 115 milliseconds

1234567891011>>