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

12345

/haiku/headers/build/os/app/
H A DMessage.h116 status_t AddInt64(const char *name, int64 value);
/haiku/headers/private/kernel/util/
H A DKMessage.h79 inline status_t AddInt64(const char* name, int64 value);
320 KMessage::AddInt64(const char* name, int64 value) function in class:KMessage
/haiku/headers/private/shared/
H A DMessageBuilder.h38 status_t AddInt64(const char* name, int64 value);
/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/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp289 fakeMouse->AddInt64("when", when);
1305 newMessage->AddInt64("when", when);
1575 fSendMessage.AddInt64(argString.String(), (int64)atoi(value));
/haiku/src/add-ons/kernel/network/stack/
H A Dnotifications.cpp90 message.AddInt64("link speed", device->link_speed);
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp187 m.AddInt64("perfTime", op.targetTime);
188 m.AddInt64("position", op.position);
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp382 return message->AddInt64(name, v);
/haiku/src/apps/cortex/support/
H A DObservableLooper.cpp239 archive->AddInt64("quitTimeout", m_quitTimeout);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp244 clone.AddInt64("be:when", system_time());
H A DSwatchView.cpp232 message.AddInt64("be:when", system_time());
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp244 msg.AddInt64("be:when", system_time());
/haiku/src/apps/mail/
H A DQueryMenu.cpp313 msg->AddInt64("node", node);
/haiku/src/apps/mediaplayer/
H A DControllerObserver.cpp156 message.AddInt64("seek frame", seekFrame);
/haiku/src/apps/mediaplayer/support/
H A DMessageEvent.cpp44 msg.AddInt64("time", Time());
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp286 ret |= info.AddInt64("package_size", fSpaceNeeded);
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp169 fSettings.AddInt64(name, value);
/haiku/src/kits/app/
H A DApplication.cpp578 return data->AddInt64("_pulse", fPulseRate);
H A DKey.cpp180 || message.AddInt64("creationTime", fCreationTime) != B_OK
H A DMessageRunner.cpp247 result = request.AddInt64("interval", interval);
313 result = request.AddInt64("interval", interval);
/haiku/src/kits/interface/
H A DControl.cpp428 clone.AddInt64("when", (int64)system_time());
/haiku/src/kits/mail/
H A DMailProtocol.cpp486 message.AddInt64("bytes", totalBytes);
H A DMailSettings.cpp262 fData.AddInt64("AutoCheckInterval", interval);
/haiku/src/kits/media/
H A DFormatManager.cpp178 reply.AddInt64("timestamp", system_time());
H A DNotifications.cpp261 msg.AddInt64("when", when);
289 msg.AddInt64("when", when);

Completed in 291 milliseconds

12345