Searched refs:GetInt32 (Results 1 - 25 of 52) sorted by relevance

123

/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/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp53 return fMessage.GetInt32("flavor", 1) == 1;
95 return fMessage.GetInt32("max connections", 1);
109 return fMessage.GetInt32("partial_download_limit", -1);
/haiku/src/apps/showimage/
H A DShowImageSettings.h28 int32 GetInt32(const char* name, int32 defaultValue);
H A DShowImageSettings.cpp63 ShowImageSettings::GetInt32(const char* name, int32 defaultValue) function in class:ShowImageSettings
/haiku/src/tests/kits/shared/
H A DDriverSettingsMessageAdapterTest.cpp130 CPPUNIT_ASSERT_EQUAL(42, message.GetInt32("int32", 0));
131 CPPUNIT_ASSERT_EQUAL(-42, message.GetInt32("negative_int32", 0));
271 CPPUNIT_ASSERT_EQUAL(42, message.GetInt32("test", 0, 0));
272 CPPUNIT_ASSERT_EQUAL(43, message.GetInt32("test", 1, 0));
291 CPPUNIT_ASSERT_EQUAL(42, message.GetInt32("test", 0, 0));
292 CPPUNIT_ASSERT_EQUAL(43, message.GetInt32("test", 1, 0));
/haiku/src/servers/app/
H A DAppServer.cpp111 int32 userID = message->GetInt32("user", 0);
112 int32 version = message->GetInt32("version", 0);
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp83 int32 opcode = message->GetInt32("opcode", -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/kits/debugger/settings/
H A DTeamSignalSettings.cpp85 return fValues.GetInt32(skDefaultSignalFieldName,
/haiku/src/add-ons/kernel/network/notifications/
H A Dnotifications.cpp58 uint32 opcode = event.GetInt32("opcode", 0);
/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/mail/
H A DQueryList.cpp121 int32 opcode = message->GetInt32("opcode", -1);
123 int32 device = message->GetInt32("device", -1);
/haiku/src/servers/registrar/
H A DRegistrar.cpp365 team_id team = (team_id)message->GetInt32("team", -1);
366 if (team >= 0 && message->GetInt32("opcode", 0) == B_TEAM_DELETED)
/haiku/headers/private/kernel/util/
H A DKMessage.h124 inline int32 GetInt32(const char* name,
126 inline int32 GetInt32(const char* name, int32 index,
520 KMessage::GetInt32(const char* name, int32 defaultValue) const function in class:KMessage
527 KMessage::GetInt32(const char* name, int32 index, int32 defaultValue) const function in class:KMessage
/haiku/src/kits/app/
H A DAppMisc.cpp231 port_id desktopPort = reply.GetInt32("port", B_ERROR);
H A DMessenger.cpp331 info.port = data.GetInt32("port", -1);
332 team = data.GetInt32("team", -5);
/haiku/src/preferences/input/
H A DInputWindow.cpp70 int32 index = message->GetInt32("index", 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/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/kits/interface/
H A DStringView.cpp82 fAlign = (alignment)archive->GetInt32("_align", B_ALIGN_LEFT);
83 fTruncation = (uint32)archive->GetInt32("_truncation", B_NO_TRUNCATION);
/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/system/libroot/posix/
H A Dsyslog.cpp119 sSystemLoggerPort = data.GetInt32("logger_port", -1);
/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/preferences/shortcuts/
H A DShortcutsWindow.cpp827 int32 modifiers = message->GetInt32("modifiers", 0);
835 uint32 keyCode = message->GetInt32("key", 0);

Completed in 150 milliseconds

123