Searched refs:FindString (Results 151 - 175 of 426) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DInput.cpp46 reply.FindString("device", &device);
72 while (reply.FindString("device", i, &name) == B_OK) {
H A DShelf.cpp247 if (item->message->FindString("class", &replicantClassName) == B_OK
248 && item->message->FindString("add_on", &replicantAddOn) == B_OK
654 err = repMessage->FindString("add_on", &add_on);
1233 if (item->message->FindString("add_on", &signature) == B_OK
1264 if (data->FindString("shelf_type", &shelfType) == B_OK
1290 if (data->FindString("class", &className) == B_OK
1291 && data->FindString("add_on", &addOn) == B_OK) {
1332 if (data->FindString("add_on", &signature) == B_OK && signature != NULL) {
1498 if (msg->FindString("name", &name) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp175 if (message->FindString("name", &imageName) != B_OK)
208 if (message->FindString("name", &imageName) != B_OK)
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp203 for (int32 l = 0; languages.FindString("language", l, &lang) == B_OK;
289 for (int32 l = 0; languages.FindString("language", l, &lang) == B_OK; ++l) {
H A DFormattingConventions.cpp235 status_t status = archive->FindString("conventions", &conventionsID);
240 status = archive->FindString("dateFormat", s, &format);
244 status = archive->FindString("timeFormat", s, &format);
/haiku/src/servers/input/
H A DAddOnManager.cpp620 if (replicantInfo.FindString("result", &name) == B_OK
729 ^ (message->FindString("device", &name) != B_OK)))
743 if (message->FindString("device", &name) == B_OK) {
808 if (message->FindString("name", &deviceName) != B_OK)
840 if (message->FindString("device", &name) != B_OK
855 ^ (message->FindString("device", &name) != B_OK)))
929 if (message->FindString("watched_path", &watchedPath) != B_OK
930 || message->FindString("path", &path) != B_OK) {
/haiku/src/kits/storage/
H A DResourceStrings.cpp94 if (const char *str = FindString(id))
100 // FindString
112 BResourceStrings::FindString(int32 id) function in class:BResourceStrings
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp184 for (int32 i = 0; types->FindString(kTypesField, i, &type) == B_OK; i++) {
313 for (int i = 0; msg.FindString(kTypesField, i, &type) == B_OK; i++) {
/haiku/headers/private/kernel/util/
H A DKMessage.h107 inline status_t FindString(const char* name,
109 inline status_t FindString(const char* name, int32 index,
451 KMessage::FindString(const char* name, const char** value) const function in class:KMessage
453 return FindString(name, 0, value);
458 KMessage::FindString(const char* name, int32 index, const char** value) const function in class:KMessage
/haiku/headers/build/os/app/
H A DMessage.h141 status_t FindString(const char *name, const char **string) const;
142 status_t FindString(const char *name, int32 index, const char **string) const;
143 status_t FindString(const char *name, BString *string) const;
144 status_t FindString(const char *name, int32 index, BString *string) const;
261 const char *FindString(const char *, int32 n = 0) const;
/haiku/src/kits/mail/
H A DMailAttachment.cpp156 const char *fileName = contentType.FindString("name");
158 fileName = contentType.FindString("filename");
162 fileName = contentType.FindString("name");
165 fileName = contentType.FindString("filename");
169 fileName = contentType.FindString("unlabeled");
/haiku/src/kits/support/
H A DArchivable.cpp651 status_t err = archive->FindString(B_CLASS_FIELD, &className);
661 bool hasSignature = archive->FindString(B_ADD_ON_FIELD, &signature) == B_OK;
763 for (int32 index = 0; from->FindString(B_CLASS_FIELD, index,
806 if (archive->FindString(B_CLASS_FIELD, &name) != B_OK
807 || archive->FindString(B_ADD_ON_FIELD, &signature)) {
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp65 archive->FindString(kArchivedCookieName, &fName);
66 archive->FindString(kArchivedCookieValue, &fValue);
68 archive->FindString(kArchivedCookieDomain, &fDomain);
69 archive->FindString(kArchivedCookiePath, &fPath);
78 if (archive->FindString(kArchivedCookieExpirationDate, &expirationString)
/haiku/src/apps/deskbar/
H A DBarWindow.cpp516 } else if (message->FindString("name", &name) == B_OK) {
545 else if (message->FindString("name", &name) == B_OK)
634 if (message->FindString("name", &name) == B_OK)
642 } else if (message->FindString("name", &name) == B_OK)
660 else if (message->FindString("name", &name) == B_OK)
/haiku/src/servers/notification/
H A DNotificationView.cpp156 if (specifier.FindString("property", &property) != B_OK)
199 if (specifier.FindString("property", &property) != B_OK)
206 if (msg->FindString("data", &value) == B_OK)
210 if (msg->FindString("data", &value) == B_OK)
214 if (msg->FindString("data", &value) == B_OK)
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp511 if (message->FindString("name", &name) == B_OK) {
531 if (message->FindString("name", &name) == B_OK) {
552 if (message->FindString("code", &code) != B_OK)
565 if (message->FindString("name", &name) != B_OK)
580 if (message->FindString("search terms", &searchTerms) != B_OK)
620 status_t status = message->FindString("reason", &reason);
804 if (settings.FindString("username", &nickname) == B_OK
858 if (settings.FindString(SETTING_PACKAGE_LIST_VIEW_MODE,
1012 if (message->FindString("name", &name) == B_OK) {
1194 if (message->FindString(KEY_WORK_STATUS_TEX
[all...]
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp490 settings.FindString("lastSelectedPath", &lastSelectedPath);
513 while (settings.FindString("path", ++i, &userPath) == B_OK) {
545 && message->FindString("path", &pathFromItem) == B_OK
784 if (message && message->FindString("path", &stringPath) == B_OK)
812 settings.FindString("outputFilename", &fOutputFilename);
840 if (msg && msg->FindString("path", &path) == B_OK)
848 if (msg && msg->FindString("path", &path) == B_OK)
/haiku/src/apps/patchbay/
H A DPatchView.cpp231 if (msg->FindString("be:type", &type) != B_OK) {
255 if (msg->FindString("be:type", &type) != B_OK) {
279 if (msg->FindString("be:type", &type) != B_OK) {
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp419 if (message->FindString("title", &panelTitle) != B_OK)
428 if (message->FindString("label", &buttonLabel) != B_OK)
487 if (message->FindString("name", &name) == B_OK)
/haiku/src/servers/registrar/
H A DTRoster.cpp172 if (request->FindString("signature", &signature) != B_OK)
626 if (request->FindString("signature", &signature) != B_OK)
670 if (request->FindString("signature", &signature) != B_OK)
733 if (request->FindString("signature", &signature) != B_OK)
1024 error = request->FindString("app sig", &appSig);
1055 error = request->FindString("app sig", &appSig);
1083 status_t error = request->FindString("app sig", &appSig);
1108 status_t error = request->FindString("filename", &filename);
1133 status_t error = request->FindString("filename", &filename);
1151 if (request->FindString("pat
[all...]
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp70 fMessage.FindString("server", index, &server);
250 for (int32 index = 0; fMessage.FindString(name, index, &string) == B_OK;
405 message->FindString("error string", &errorString);
/haiku/src/apps/terminal/
H A DAppearPrefView.cpp193 if (msg->FindString("font_family", &family) != B_OK
194 || msg->FindString("font_style", &style) != B_OK
195 || msg->FindString("font_size", &size) != B_OK) {
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp142 if (message->FindString("bytes", &bytes) < B_OK)
H A DT9InputServerMethod.cpp143 if (message->FindString("bytes", &bytes) < B_OK)
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp110 if (fSettings.FindString(name, &value) == B_OK)

Completed in 191 milliseconds

1234567891011>>