Searched refs:GetInt32 (Results 1 - 25 of 52) sorted by last modified time

123

/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1417 fPrintOptions.SetOption((enum PrintOptions::Option)settings->GetInt32(
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp760 int32 buttons = msg->GetInt32("buttons", 0);
/haiku/src/kits/interface/
H A DTextView.cpp1013 int32 key = message->GetInt32("key", 0);
1014 int32 modifiers = message->GetInt32("modifiers", 0);
1021 int32 key = message->GetInt32("key", 0);
1022 int32 modifiers = message->GetInt32("modifiers", 0);
1029 int32 key = message->GetInt32("key", 0);
1030 int32 modifiers = message->GetInt32("modifiers", 0);
H A DView.cpp5048 FrameResized(message->GetInt32("width", 0),
5049 message->GetInt32("height", 0));
/haiku/src/apps/mail/
H A DMailWindow.cpp3362 return marked->Message()->GetInt32("charset", defaultCharSet);
H A DHeader.cpp637 if (message->GetInt32("id", -1) == id) {
654 fAccountID = item->Message()->GetInt32("id", -1);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp648 int32 i = msg->GetInt32("index", fPlaylist->CountItems());
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp564 int32 opcode = message->GetInt32("opcode", 0);
565 team_id team = (team_id)message->GetInt32("team", -1);
598 team_id team = (team_id)message->GetInt32("be:team", -1);
1337 limit = filter.GetInt32("limit", 0);
1410 uid_t user = (uid_t)message->GetInt32("user", -1);
H A DJob.cpp321 return found->second.GetInt32("port", -1);
515 port_id port = iterator->second.GetInt32("port", -1);
585 iterator->second.GetInt32("port", -1));
625 const int32 capacity = iterator->second.GetInt32("capacity",
/haiku/src/system/kernel/events/
H A DNotifications.cpp311 uint32 eventMask = eventSpecifier->GetInt32(kEventMaskString, 0);
324 uint32 eventMask = eventSpecifier->GetInt32(kEventMaskString, 0);
419 int32 eventCode = event->GetInt32("event", -1);
420 team_id team = event->GetInt32("team", -1);
/haiku/src/apps/terminal/
H A DTermView.cpp2601 int32 buttons = currentMessage->GetInt32("buttons", 0);
2624 int32 buttons = Window()->CurrentMessage()->GetInt32("buttons", 0);
/haiku/src/system/kernel/
H A Dmodule.cpp1201 int32 opcode = event->GetInt32("opcode", -1);
1202 dev_t device = event->GetInt32("device", -1);
1240 if (event->GetInt32("opcode", -1) != B_STAT_CHANGED
1241 || (event->GetInt32("fields", 0) & B_STAT_MODIFICATION_TIME) == 0)
1244 dev_t device = event->GetInt32("device", -1);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp955 dev_t device = eventSpecifier->GetInt32("device", -1);
957 uint32 flags = eventSpecifier->GetInt32("flags", 0);
973 dev_t device = eventSpecifier->GetInt32("device", -1);
975 uint32 flags = eventSpecifier->GetInt32("flags", 0);
992 dev_t device = eventSpecifier->GetInt32("device", -1);
H A Dvfs_boot.cpp336 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
569 int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DMatchHeaderSettings.h31 return (rule_action)fSettings.GetInt32("action", -1);
56 return fSettings.GetInt32("account", -1);
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp170 switch (message->GetInt32("opcode", 0)) {
427 if ((message->GetInt32("fields", 0) & B_STAT_MODIFICATION_TIME) != 0) {
/haiku/src/apps/deskbar/
H A DBarApp.cpp325 settings.state = prefs.GetInt32("state",
344 settings.iconSize = prefs.GetInt32("iconSize",
354 settings.recentDocsCount = prefs.GetInt32("recentDocsCount",
356 settings.recentFoldersCount = prefs.GetInt32("recentFoldersCount",
358 settings.recentAppsCount = prefs.GetInt32("recentAppsCount",
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp502 int32 account = msg->GetInt32("account", -1);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp243 message->GetInt32("be:value", B_CONTROL_OFF) == B_CONTROL_ON);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp827 int32 modifiers = message->GetInt32("modifiers", 0);
835 uint32 keyCode = message->GetInt32("key", 0);
/haiku/src/servers/app/
H A DAppServer.cpp111 int32 userID = message->GetInt32("user", 0);
112 int32 version = message->GetInt32("version", 0);
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp805 int32 opcode = event->GetInt32("opcode", -1);
807 || (event->GetInt32("fields", 0) & B_STAT_MODIFICATION_TIME) == 0)
812 legacy_driver* driver = find_driver(event->GetInt32("device", -1),
1062 int32 opcode = event->GetInt32("opcode", -1);
1063 dev_t device = event->GetInt32("device", -1);
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp794 auto id = observer->messages[0].GetInt32(BPrivate::Network::UrlEventData::Id, -1);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp424 status_t finalStatus = message->GetInt32("status", B_OK);
445 status_t finalStatus = message->GetInt32("status", B_OK);
/haiku/src/preferences/input/
H A DInputWindow.cpp70 int32 index = message->GetInt32("index", 0);

Completed in 271 milliseconds

123