Searched refs:GetBool (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/tests/kits/shared/
H A DDriverSettingsMessageAdapterTest.cpp113 CPPUNIT_ASSERT_EQUAL_MESSAGE("bool1", true, message.GetBool("bool1"));
114 CPPUNIT_ASSERT_EQUAL_MESSAGE("bool2", true, message.GetBool("bool2"));
115 CPPUNIT_ASSERT_EQUAL_MESSAGE("bool3", true, message.GetBool("bool3"));
116 CPPUNIT_ASSERT_EQUAL_MESSAGE("bool4", true, message.GetBool("bool4"));
117 CPPUNIT_ASSERT_EQUAL_MESSAGE("bool5", true, message.GetBool("bool5"));
119 message.GetBool("bool6", true));
121 message.GetBool("bool7", true));
123 message.GetBool("bool8", true));
125 message.GetBool("bool9", true));
127 message.GetBool("empty_boo
[all...]
/haiku/src/apps/showimage/
H A DShowImageSettings.h27 bool GetBool(const char* name, bool defaultValue);
H A DShowImageSettings.cpp52 ShowImageSettings::GetBool(const char* name, bool defaultValue) function in class:ShowImageSettings
/haiku/src/apps/pulse/
H A DPrefs.h33 bool GetBool(const char *name, bool *value, bool *defaultvalue);
H A DPrefs.cpp113 if (!GetBool("normal_fade_colors", &normal_fade_colors, &b)) {
202 Prefs::GetBool(const char *name, bool *value, bool *defaultvalue) function in class:Prefs
/haiku/src/apps/installer/
H A DInstallerApp.cpp81 if (CurrentMessage()->GetBool("install_complete")) {
/haiku/src/apps/mail/
H A DSettings.cpp281 fWrapMode = settings.GetBool("WordWrapMode", fWrapMode);
282 fAutoMarkRead = settings.GetBool("AutoMarkRead", fAutoMarkRead);
305 fColoredQuotes = settings.GetBool("ColoredQuotes", fColoredQuotes);
310 fAttachAttributes = settings.GetBool("AttachAttributes", fAttachAttributes);
311 fWarnAboutUnencodableCharacters = settings.GetBool(
313 fStartWithSpellCheckOn = settings.GetBool("StartWithSpellCheck",
/haiku/src/apps/deskbar/
H A DBarApp.cpp319 settings.vertical = prefs.GetBool("vertical",
321 settings.left = prefs.GetBool("left",
323 settings.top = prefs.GetBool("top",
331 settings.showClock = prefs.GetBool("showClock",
334 settings.trackerAlwaysFirst = prefs.GetBool("trackerAlwaysFirst",
336 settings.sortRunningApps = prefs.GetBool("sortRunningApps",
338 settings.superExpando = prefs.GetBool("superExpando",
340 settings.expandNewTeams = prefs.GetBool("expandNewTeams",
342 settings.hideLabels = prefs.GetBool("hideLabels",
347 settings.recentDocsEnabled = prefs.GetBool("recentDocsEnable
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp53 fAddSpamToSubject = settings.GetBool("AddMarkerToSubject", false);
54 fAutoTraining = settings.GetBool("AutoTraining", true);
56 fNoWordsMeansSpam = settings.GetBool("NoWordsMeansSpam", true);
57 fQuitServerWhenFinished = settings.GetBool("QuitServerWhenFinished", false);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp102 return fMessage.GetBool("idle", true);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp264 if (!fBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE, false)) {
294 if (fBootVolume.GetBool(BOOT_VOLUME_USER_SELECTED, false)
426 if (!bootVolume.GetBool(BOOT_VOLUME_USER_SELECTED, false))
528 if (bootVolume.GetBool(BOOT_VOLUME_PACKAGED, false)
529 || (bootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE, false)
H A Dnode_monitor.cpp953 eventSpecifier->GetBool("kernel", true));
971 eventSpecifier->GetBool("kernel", true));
976 bool addFlags = eventSpecifier->GetBool("add flags", false);
990 eventSpecifier->GetBool("kernel", true));
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp117 bool success = message->GetBool(UrlEventData::Success, false);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp152 fStdoutEnabled->SetValue(settings.GetBool("showStdout", true)
154 fStderrEnabled->SetValue(settings.GetBool("showStderr", true)
/haiku/headers/private/kernel/util/
H A DKMessage.h112 inline bool GetBool(const char* name,
114 inline bool GetBool(const char* name, int32 index,
478 KMessage::GetBool(const char* name, bool defaultValue) const function in class:KMessage
485 KMessage::GetBool(const char* name, int32 index, bool defaultValue) const function in class:KMessage
/haiku/src/system/boot/loader/
H A Dpartitions.cpp297 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE,
322 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE,
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp865 bool force = message->GetBool("force");
913 bool enable = message->GetBool("enable");
960 bool force = message->GetBool("force");
1341 systemOnly = filter.GetBool("systemOnly");
1342 userOnly = filter.GetBool("userOnly");
1509 } else if (targetMessage.GetBool("reset")) {
1604 job->SetEnabled(!message.GetBool("disabled", !job->IsEnabled()));
1609 job->SetCreateDefaultPort(!message.GetBool("legacy", !service));
1879 if (message.GetBool("no_safemode")) {
1901 if (message.GetBool("on_deman
[all...]
H A DConditions.cpp529 bool value = settings.GetBool(fField);
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp143 bool show = msg->GetBool(kShowButtonsKey, true);
H A DGeneralView.cpp197 bool autoStart = settings.GetBool(kAutoStartName, true);
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp105 _SetAlwaysOnTop(settings.GetBool("always on top", false));
/haiku/src/servers/keystore/
H A DKeyring.cpp45 if (message.GetBool("noData", false)) {
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp925 fAutoConfigure = data.GetBool("auto_config", false);
1484 fStandAlone = message.GetBool("stand_alone");
1701 return reply.GetBool("running");
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp919 bool getShadowPwd = message.GetBool("shadow", false);
1024 bool addUser = message.GetBool("add user", false);
1141 bool addGroup = message.GetBool("add group", false);
/haiku/src/system/kernel/events/
H A DNotifications.cpp325 bool addEvents = eventSpecifier->GetBool("add events", false);

Completed in 723 milliseconds

12