Searched refs:AddInt64 (Results 1 - 25 of 110) sorted by relevance

12345

/haiku/src/apps/mediaplayer/support/
H A DMessageEvent.cpp44 msg.AddInt64("time", Time());
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt64ItemTest.h25 &BMessage::AddInt64,
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolDispatchingListener.cpp97 message.AddInt64("url:bytesReceived", bytesReceived);
98 message.AddInt64("url:bytesTotal", bytesTotal);
109 message.AddInt64("url:bytesSent", bytesSent);
110 message.AddInt64("url:bytesTotal", bytesTotal);
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp187 m.AddInt64("perfTime", op.targetTime);
188 m.AddInt64("position", op.position);
/haiku/headers/private/shared/
H A DMessageBuilder.h38 status_t AddInt64(const char* name, int64 value);
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp110 copy.AddInt64("when", system_time());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp115 copy.AddInt64("when", system_time());
/haiku/src/apps/autoraise/
H A Dsettings.cpp66 _settingsMessage.AddInt64(AR_DELAY, _confDelay);
H A DAutoRaiseIcon.cpp131 msg->AddInt64(AR_DELAY, 100000LL);
137 msg->AddInt64(AR_DELAY, 200000LL);
143 msg->AddInt64(AR_DELAY, 500000LL);
149 msg->AddInt64(AR_DELAY, 1000000LL);
155 msg->AddInt64(AR_DELAY, 2000000LL);
161 msg->AddInt64(AR_DELAY, 3000000LL);
167 msg->AddInt64(AR_DELAY, 4000000LL);
173 msg->AddInt64(AR_DELAY, 5000000LL);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp327 msg.AddInt64("left", fLeftTime);
332 msg.AddInt64("main", fMainTime);
336 msg.AddInt64("right", fRightTime);
356 msg.AddInt64("right", fRightTime);
361 msg.AddInt64("main", fMainTime);
365 msg.AddInt64("left", fLeftTime);
380 msg.AddInt64("main", fMainTime);
385 msg.AddInt64("right", fRightTime);
390 msg.AddInt64("left", fLeftTime);
/haiku/src/kits/shared/
H A DMessageBuilder.cpp179 BMessageBuilder::AddInt64(const char* name, int64 value) function in class:BPrivate::BMessageBuilder
181 return fCurrentMessage->AddInt64(name, value);
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp258 entryMessage.AddInt64("node", model.NodeRef()->node);
259 entryMessage.AddInt64("directory", model.EntryRef()->directory);
/haiku/src/add-ons/kernel/network/stack/
H A Dnotifications.cpp90 message.AddInt64("link speed", device->link_speed);
/haiku/src/servers/input/
H A DBottomlineWindow.cpp103 newEvent->AddInt64("when", system_time());
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp280 message->AddInt64("when", movements.timestamp);
337 message->AddInt64("when", movements.timestamp);
349 message->AddInt64("when", movements.timestamp);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp251 message.AddInt64("directory", directory);
252 message.AddInt64("node", node);
694 message.AddInt64("directory", directory);
695 message.AddInt64("node", node);
745 message.AddInt64("from directory", fromDirectory);
746 message.AddInt64("to directory", toDirectory);
748 message.AddInt64("node", node);
799 message.AddInt64("node", node);
859 message.AddInt64("directory", directory);
860 message.AddInt64("nod
[all...]
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp278 message->AddInt64("when", movements.timestamp);
288 message->AddInt64("when", movements.timestamp);
308 message->AddInt64("when", movements.timestamp);
/haiku/src/apps/mediaplayer/
H A DControllerObserver.cpp156 message.AddInt64("seek frame", seekFrame);
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp158 || gBootVolume.AddInt64("client MAC",
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp130 update.AddInt64("interval", kUpdateIntervals[level] * 1000LL);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp875 update.AddInt64("offset", fViewOffset);
950 update.AddInt64("offset", fViewOffset);
1038 update.AddInt64("file_size", newSize);
1046 update.AddInt64("offset", fViewOffset);
1047 update.AddInt64("size", fViewSize);
1132 progress.AddInt64("position", position);
1193 progress.AddInt64("position", foundAt >= 0 ? foundAt : savedOffset);
1216 update.AddInt64("offset", offset);
1217 update.AddInt64("size", size);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp135 msg.AddInt64("directory", nref->node);
153 msg->AddInt64("directory", ref->directory);
/haiku/src/kits/app/
H A DMessageRunner.cpp247 result = request.AddInt64("interval", interval);
313 result = request.AddInt64("interval", interval);
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp169 fSettings.AddInt64(name, value);
/haiku/src/apps/cortex/support/
H A DObservableLooper.cpp239 archive->AddInt64("quitTimeout", m_quitTimeout);

Completed in 162 milliseconds

12345