Searched refs:AddInt16 (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp899 msg.AddInt16(UrlEventData::HttpStatusCode, fStatus.code);
967 msg.AddInt16(UrlEventData::HttpStatusCode, fStatus.code);
/haiku/headers/build/os/app/
H A DMessage.h112 status_t AddInt16(const char *name, int16 value);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp145 ret = AddInt16(name, value);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp293 message.AddInt16("id", fKeyboardID);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp669 m.AddInt16("fMaxConnections", fMaxConnections);
/haiku/src/kits/interface/
H A DSlider.cpp290 ret = archive->AddInt16("_hashloc", fHashMarks);
293 ret = archive->AddInt16("_sstyle", fStyle);
H A DView.cpp688 ret = data->AddInt16("_lmcapjoin", (int16)LineCapMode());
690 ret = data->AddInt16("_lmcapjoin", (int16)LineJoinMode());
696 ret = data->AddInt16("_fillrule", (int16)FillRule());
703 ret = data->AddInt16("_blend", (int16)alphaSourceMode);
705 ret = data->AddInt16("_blend", (int16)alphaFunctionMode);
715 ret = data->AddInt16("_show", fShowLevel);
H A DTabView.cpp515 result = archive->AddInt16("_but_width", fTabWidthSetting);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp899 ret = archive->AddInt16("cols", fColumns);
902 ret = archive->AddInt16("rows", fRows);
/haiku/headers/os/app/
H A DMessage.h151 status_t AddInt16(const char* name, int16 value);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1567 fSendMessage.AddInt16(argString.String(), (int16)atoi(value));
/haiku/src/bin/
H A Dhey.cpp880 to_message->AddInt16(curname, atol(valuestring + strlen("int16(")));
/haiku/src/servers/input/
H A DInputServer.cpp992 return reply->AddInt16("id", fKeyboardID);

Completed in 108 milliseconds

12