Lines Matching refs:reply

266 	BMessage reply;
269 // Build and send the message, read the reply
274 err = BRoster::Private().SendTo(&message, &reply, true);
277 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
280 err = reply.FindInt32("result", &result);
296 BMessage reply;
299 // Build and send the message, read the reply
304 err = BRoster::Private().SendTo(&message, &reply, true);
307 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
310 err = reply.FindInt32("result", &result);
479 BMessage reply;
482 // Build and send the message, read the reply
496 err = BRoster::Private().SendTo(&message, &reply, true);
499 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
502 err = reply.FindInt32("result", &result);
519 BMessage reply;
522 // Build and send the message, read the reply
530 err = BRoster::Private().SendTo(&message, &reply, true);
532 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
534 err = reply.FindInt32("result", &result);
549 BMessage reply;
552 // Build and send the message, read the reply
563 err = BRoster::Private().SendTo(&message, &reply, true);
566 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
569 err = reply.FindInt32("result", &result);
586 BMessage reply;
589 // Build and send the message, read the reply
603 err = BRoster::Private().SendTo(&message, &reply, true);
606 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
609 err = reply.FindInt32("result", &result);
626 BMessage reply;
629 // Build and send the message, read the reply
643 err = BRoster::Private().SendTo(&message, &reply, true);
646 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
649 err = reply.FindInt32("result", &result);
702 // Build and send the message, read the reply
783 BMessage reply;
786 // Build and send the message, read the reply
797 err = BRoster::Private().SendTo(&message, &reply, true);
800 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
803 err = reply.FindInt32("result", &result);
865 BMessage reply;
871 // Build and send the message, read the reply
900 err = BRoster::Private().SendTo(&message, &reply, true);
903 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
906 err = reply.FindInt32("result", &result);
925 BMessage reply;
928 // Build and send the message, read the reply
947 err = BRoster::Private().SendTo(&message, &reply, true);
949 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
951 err = reply.FindInt32("result", &result);
987 BMessage reply;
990 // Build and send the message, read the reply
999 err = BRoster::Private().SendTo(&message, &reply, true);
1002 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1005 err = reply.FindInt32("result", &result);
1032 BMessage reply;
1036 // Build and send the message, read the reply
1041 err = BRoster::Private().SendTo(&message, &reply, true);
1044 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1047 err = reply.FindInt32("result", &result);
1053 err = reply.FindString("mime type", &str);
1069 BMessage reply;
1073 // Build and send the message, read the reply
1078 err = BRoster::Private().SendTo(&message, &reply, true);
1081 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1084 err = reply.FindInt32("result", &result);
1090 err = reply.FindString("mime type", &str);
1106 BMessage reply;
1110 // Build and send the message, read the reply
1115 err = BRoster::Private().SendTo(&message, &reply, true);
1118 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1121 err = reply.FindInt32("result", &result);
1127 err = reply.FindString("mime type", &str);
1141 BMessage reply;
1145 // Build and send the message, read the reply
1148 err = BRoster::Private().SendTo(&message, &reply, true);
1151 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1154 err = reply.FindInt32("result", &result);
1168 BMessage reply;
1172 // Build and send the message, read the reply
1175 err = BRoster::Private().SendTo(&message, &reply, true);
1178 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1181 err = reply.FindInt32("result", &result);
1270 // Build and send the message, read the reply
1272 BMessage reply;
1288 err = BRoster::Private().SendTo(&message, &reply, true);
1291 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1294 err = reply.FindInt32("result", &result);
1321 BMessage &reply = *types;
1324 // Build and send the message, read the reply
1329 err = BRoster::Private().SendTo(&message, &reply, true);
1332 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
1335 err = reply.FindInt32("result", &result);