Searched refs:FindInt32 (Results 26 - 50 of 570) sorted by relevance

1234567891011>>

/haiku/src/servers/notification/
H A DNotificationReceived.cpp109 msg.FindInt32("notify_type", (int32 *)&fType);
110 msg.FindInt32("notify_lastreceived", (int32 *)&fLastReceived);
/haiku/src/servers/launch/
H A DVolumeWatcher.cpp86 if (message->FindInt32("new device", &device) == B_OK) {
94 if (message->FindInt32("device", &device) == B_OK) {
/haiku/src/kits/debugger/settings/
H A DTeamSignalSettings.cpp133 error = setting.FindInt32(skSignalNumberFieldName, &signal);
137 return setting.FindInt32(skSignalDispositionFieldName, &disposition);
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp206 if (message->FindInt32("databits", (int32*)&dataBits) == B_OK)
209 if (message->FindInt32("stopbits", (int32*)&stopBits) == B_OK)
212 if (message->FindInt32("parity", (int32*)&parity) == B_OK)
215 if (message->FindInt32("flowcontrol", (int32*)&flowcontrol) == B_OK)
218 if (message->FindInt32("baudrate", &baudrate) == B_OK) {
249 int32 rate = message->FindInt32("data");
261 int32 bits = message->FindInt32("data");
273 int32 bits = message->FindInt32("data");
H A DSerialWindow.cpp386 if (message->FindInt32("databits", (int32*)&dataBits) == B_OK) {
390 item->Message()->FindInt32("databits", &code);
397 if (message->FindInt32("stopbits", (int32*)&stopBits) == B_OK) {
401 item->Message()->FindInt32("stopbits", &code);
408 if (message->FindInt32("parity", (int32*)&parity) == B_OK)
413 item->Message()->FindInt32("parity", &code);
420 if (message->FindInt32("flowcontrol", (int32*)&flowcontrol)
425 item->Message()->FindInt32("flowcontrol", &code);
432 if (message->FindInt32("baudrate", &baudrate) == B_OK) {
438 item->Message()->FindInt32("baudrat
[all...]
/haiku/src/kits/app/
H A DClipboard.cpp51 handlerReply.FindInt32("result", &result);
105 && reply.FindInt32("count", &value) == B_OK)
123 reply.FindInt32("result", &result);
141 if (reply.FindInt32("result", &result) == B_OK)
214 if (reply.FindInt32("count", &count) == B_OK)
296 && reply.FindInt32("count", (int32 *)&fCount) == B_OK)
H A DMessageRunner.cpp117 if (reply.FindInt32("count", &_count) == B_OK) {
131 if (reply.FindInt32("error", &result) != B_OK)
265 if (reply.FindInt32("token", &token) != B_OK)
268 if (reply.FindInt32("error", &result) != B_OK)
326 if (reply.FindInt32("error", &result) != B_OK)
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp88 if (archive->FindInt32("Leaves drop rate", &fDropRate) != B_OK)
90 if (archive->FindInt32("Leaves size", &fLeafSize) != B_OK)
92 if (archive->FindInt32("Leaves variation", &fSizeVariation) != B_OK)
192 if (message->FindInt32("be:value", &dropRate) == B_OK)
200 if (message->FindInt32("be:value", &leafSize) == B_OK)
208 if (message->FindInt32("be:value", &sizeVariation) == B_OK)
/haiku/src/kits/storage/
H A DMimeType.cpp280 err = reply.FindInt32("result", &result);
310 err = reply.FindInt32("result", &result);
447 err = signatures->FindInt32("result", &result);
502 err = reply.FindInt32("result", &result);
534 err = reply.FindInt32("result", &result);
569 err = reply.FindInt32("result", &result);
609 err = reply.FindInt32("result", &result);
649 err = reply.FindInt32("result", &result);
675 err = supertypes->FindInt32("result", &result);
713 err = types->FindInt32("resul
[all...]
/haiku/src/kits/tracker/
H A DViewState.cpp151 if (message.FindInt32(kColumnAlignmentName, index, (int32*)&fAlignment)
159 if (message.FindInt32(kColumnAttrHashName, index, (int32*)&fAttrHash)
164 if (message.FindInt32(kColumnAttrTypeName, index, (int32*)&fAttrType)
237 if (message.FindInt32(kColumnVersionName, index, &messageVersion) != B_OK)
373 message.FindInt32(kViewStateViewModeName, (int32*)&fViewMode);
374 message.FindInt32(kViewStateLastIconModeName, (int32*)&fLastIconMode);
375 message.FindInt32(kViewStateLastIconSizeName,(int32*)&fLastIconSize);
376 message.FindInt32(kViewStateIconSizeName, (int32*)&fIconSize);
379 message.FindInt32(kViewStatePrimarySortAttrName,
381 message.FindInt32(kViewStatePrimarySortTypeNam
[all...]
H A DNodePreloader.cpp120 switch (message->FindInt32("opcode")) {
124 message->FindInt32("device", &itemNode.device);
140 message->FindInt32("device", &itemNode.device);
H A DTrashWatcher.cpp99 switch (message->FindInt32("opcode")) {
135 if (message->FindInt32("new device", &device) == B_OK
/haiku/src/servers/media/
H A DNotificationManager.cpp87 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team);
88 msg->FindInt32(NOTIFICATION_PARAM_WHAT, &what);
123 msg->FindInt32(NOTIFICATION_PARAM_TEAM, &team);
124 msg->FindInt32(NOTIFICATION_PARAM_WHAT, &what);
182 msg->FindInt32(NOTIFICATION_PARAM_WHAT, &what);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp532 if (message->FindInt32("nodeID", &nodeID) != B_OK) {
541 if (message->FindInt32("addOnID", &info.addon) != B_OK) {
544 if (message->FindInt32("flavorID", &info.flavor_id) != B_OK) {
553 if (message->FindInt32("source_port", &source.port) != B_OK) {
556 if (message->FindInt32("source_id", &source.id) != B_OK) {
560 if (message->FindInt32("destination_port", &destination.port) != B_OK) {
563 if (message->FindInt32("destination_id", &destination.id) != B_OK) {
572 if (message->FindInt32("destination_port", &destination.port) != B_OK) {
575 if (message->FindInt32("destination_id", &destination.id) != B_OK) {
584 if (message->FindInt32("source_por
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.cpp192 err = reply.FindInt32("node_id", &nodeID);
214 return (reply.FindInt32("error", &err) == B_OK) ? err : B_ERROR;
269 return (reply.FindInt32("error", &err) == B_OK) ? err : B_ERROR;
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp162 if (message->FindInt32("volume", &device) != B_OK
182 message->FindInt32("opcode", &what);
188 message->FindInt32("device", &device);
/haiku/src/kits/print/
H A DFolderWatcher.cpp94 if (msg->FindInt32("device", &entry->device) == B_OK &&
104 return (msg->FindInt32("device", &node->device) == B_OK &&
139 if (fListener == NULL || msg->FindInt32("opcode", &opcode) != B_OK) return;
/haiku/src/servers/input/
H A DMethodReplicant.cpp210 if (message->FindInt32("cookie", &cookie) != B_OK) {
233 if (message->FindInt32("cookie", &cookie) != B_OK) {
261 if (message->FindInt32("cookie", &cookie) != B_OK) {
311 if (message->FindInt32("cookie", &cookie) != B_OK) {
351 if (message->FindInt32("cookie", &cookie) != B_OK) {
412 if (message->FindInt32("cookie", &cookie) != B_OK) {
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp172 if (message->FindInt32("buttons", (int32*)&buttons) != B_OK)
174 if (message->FindInt32("modifiers", modifiers) != B_OK)
/haiku/src/servers/net/
H A DAutoconfigLooper.cpp165 if (device != fDevice || message->FindInt32("opcode", &opcode) != B_OK)
172 if (message->FindInt32("media", &media) != B_OK)
/haiku/src/apps/patchbay/
H A DPatchView.cpp215 if (msg->FindInt32("be:op", &op) != B_OK) {
224 if (msg->FindInt32("be:id", &id) != B_OK) {
248 if (msg->FindInt32("be:id", &id) != B_OK) {
272 if (msg->FindInt32("be:id", &id) != B_OK) {
308 if (msg->FindInt32("be:producer", &prod) != B_OK) {
315 if (msg->FindInt32("be:consumer", &cons) != B_OK) {
328 if (msg->FindInt32("be:producer", &prod) != B_OK) {
335 if (msg->FindInt32("be:consumer", &cons) != B_OK) {
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp125 if (message->FindInt32("thread", &threadID) != B_OK)
138 if (message->FindInt32("frame", &frameIndex) != B_OK)
156 if (message->FindInt32("thread", &threadID) == B_OK)
164 if (message->FindInt32("thread", &threadID) == B_OK)
172 if (message->FindInt32("thread", &threadID) == B_OK)
180 if (message->FindInt32("thread", &threadID) == B_OK)
391 if (message->FindInt32("thread") > threadID)
413 if (message->FindInt32("thread") == threadID) {
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp42 if (data.FindInt32("type") != Type())
102 if (data.FindInt32("type") != Request()->Type())
329 if (data.FindInt32("flags", &fFlags) != B_OK)
380 if (data.FindInt32("thread", &fThread) != B_OK)
383 if (data.FindInt32("flags", &fFlags) != B_OK)
429 if (data.FindInt32("thread", &fThread) != B_OK)
569 if (data.FindInt32("thread", &fThread) != B_OK)
740 return data.FindInt32("length", &fLength);
/haiku/src/apps/processcontroller/
H A DQuitMenu.cpp129 if (msg->FindInt32("be:team", &tmid) == B_OK)
136 if (msg->FindInt32("be:team", &tmid) == B_OK) {
/haiku/src/preferences/input/
H A DInputKeyboard.cpp114 if (message->FindInt32("be:value", &rate) != B_OK)
126 if (message->FindInt32("be:value", &delay) != B_OK)

Completed in 154 milliseconds

1234567891011>>