Searched refs:FindString (Results 276 - 300 of 426) sorted by last modified time

<<1112131415161718

/haiku/src/bin/
H A Dlaunch_roster.cpp89 || item.FindString("message", &message) != B_OK)
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp118 while (from->FindString("largv", idx++, &temp) == B_OK) {
614 if (from->FindString("sequence", 0, &sequence) == B_OK)
974 if (from->FindString("mimeType", 0, &temp) == B_OK)
1632 if (from->FindString("signature", 0, &temp) == B_OK)
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp107 status_t error = archive.FindString("teamName", &fTeamName);
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp66 status_t result1 = settings.FindString(key_name, index, &foundName);
67 status_t result2 = settings.FindString(key_url, index, &foundUrl);
H A DRepositoriesView.cpp343 status_t result = message->FindString(key_details, &errorDetails);
H A DRepositoriesWindow.cpp140 status_t result = message->FindString(key_url, &url);
/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/print/
H A DTransport.Scripting.cpp44 && (rc=spec.FindString("property",&propName)) == B_OK) {
H A DPrinter.Scripting.cpp52 (rc=spec.FindString("property",&propName)) == B_OK) {
H A DPrintServerApp.Scripting.cpp61 spec.FindString("property",&propName) == B_OK) {
82 if (msg->FindString("data", &newActivePrinter) == B_OK) {
103 if (msg->FindString("name", &name) == B_OK
104 && msg->FindString("driver", &driver) == B_OK
105 && msg->FindString("transport", &transport) == B_OK
106 && msg->FindString("config", &config) == B_OK) {
154 if (msg->FindString("name", &name) == B_OK)
187 if (msg->FindString("name", &name) == B_OK)
H A DConfigWindow.cpp280 if (m->FindString("name", &printer) == B_OK) {
/haiku/src/kits/interface/
H A DControl.cpp95 if (data->FindString("_label", &label) == B_OK)
219 if (message->FindString("data", &label) == B_OK) {
H A DPrintJob.cpp313 fSetupMessage->FindString(PSRV_FIELD_CURRENT_PRINTER, &printerName);
440 && message->FindString("printer_name", &name) == B_OK
683 reply.FindString("printer_name", &printerName);
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp98 if (message->FindString("port name", &fPortPath) == B_OK) {
155 && message->FindString("name", &filename) == B_OK) {
171 BString protocol = message->FindString("protocol");
288 BString bits = message->FindString("data");
313 BString bits = message->FindString("data");
333 BString path = message->FindString("data");
/haiku/src/servers/notification/
H A DAppUsage.cpp102 msg.FindString("name", &fAppName);
103 msg.FindString("signature", &fSignature);
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp129 msg->FindString(name, j, &string);
/haiku/src/tests/kits/shared/
H A DJsonToMessageTest.cpp43 message.FindString("0", &stringValue));
54 subMessage.FindString("0", &stringValue));
58 subMessage.FindString("1", &stringValue));
62 subMessage.FindString("2", &stringValue));
81 message.FindString("0", &stringValue));
85 message.FindString("1", &stringValue));
95 subSubMessage.FindString("0", &stringValue));
111 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindString("weather", &stringValue));
114 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindString("humidity", &stringValue));
119 CPPUNIT_ASSERT_EQUAL(B_OK, subMessage.FindString("
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp117 if(device.FindString(MDSU_VALUES, &name) != B_OK || name != kKernelModuleName)
124 || parameter.FindString(MDSU_VALUES, &fInterfaceName) != B_OK)
134 || parameter.FindString(MDSU_VALUES, &fServiceName) != B_OK)
303 const char *name = message->FindString("text");
H A DGeneralAddon.cpp129 if(device.FindString(MDSU_VALUES, &fDeviceName) != B_OK)
156 for(int32 index = 0; item.FindString(MDSU_VALUES, index, &name) == B_OK; index++) {
176 && parameter.FindString(MDSU_VALUES, &fUsername) == B_OK) {
184 && parameter.FindString(MDSU_VALUES, &fPassword) == B_OK) {
247 if(authentication.FindString(kGeneralTabAuthenticators,
339 entry->FindString("KernelModuleName", &name);
357 authenticator.FindString("KernelModuleName", &name);
447 authentication.FindString(kGeneralTabAuthenticators, &authenticator);
452 && item->Message()->FindString("KernelModuleName",
487 return marked->Message()->FindString("KernelModuleNam
[all...]
H A DMessageDriverSettingsUtils.cpp30 if(save->FindString(MDSU_NAME, &string) == B_OK
47 for(int32 index = 0; message.FindString(MDSU_VALUES, index, &value) == B_OK;
77 name = current.FindString(MDSU_NAME);
173 if(parameter.FindString(MDSU_NAME, &name) != B_OK || !name)
186 for(int32 index = 0; parameter.FindString(MDSU_VALUES, index, &name) == B_OK;
H A DDialUpView.cpp202 const char *name = message->FindString("text");
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp152 if (msg->FindString("name", &filename) != B_OK
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp123 if (fSetupMsg->FindString("preview:paper_size", &label) != B_OK)
/haiku/src/servers/input/
H A DMethodReplicant.cpp67 message->FindString("add_on", &signature);
317 if (message->FindString("name", &name) != B_OK) {
357 if (message->FindString("name", &name) != B_OK) {
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp87 outboundSettings.FindString("destination", &fOutboundDirectory);
151 BString senderName = _ExtractName(attributes.FindString(B_MAIL_ATTR_FROM));
156 BString name = attributes.FindString(B_MAIL_ATTR_SUBJECT);
181 BString workerName = attributes.FindString(B_MAIL_ATTR_FROM);

Completed in 220 milliseconds

<<1112131415161718