Symbol: FindInt16
headers/build/os/app/Message.h
150
status_t FindInt16(const char *name, int16 *value) const;
headers/build/os/app/Message.h
151
status_t FindInt16(const char *name, int32 index, int16 *value) const;
headers/build/os/app/Message.h
263
int16 FindInt16(const char *, int32 n = 0) const;
headers/os/app/Message.h
219
status_t FindInt16(const char* name, int16* value) const;
headers/os/app/Message.h
220
status_t FindInt16(const char* name, int32 index,
headers/os/app/Message.h
421
int16 FindInt16(const char* name, int32 n = 0) const;
headers/private/kernel/util/KMessage.h
397
return FindInt16(name, 0, value);
headers/private/kernel/util/KMessage.h
94
inline status_t FindInt16(const char* name, int16* value) const;
headers/private/kernel/util/KMessage.h
95
inline status_t FindInt16(const char* name, int32 index,
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
598
message->FindInt16("scroll_xstepsize",
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
600
message->FindInt16("scroll_ystepsize",
src/add-ons/input_server/filters/padblocker/PadBlocker.cpp
124
settingsMsg.FindInt16("padblocker_threshold",
src/add-ons/print/transports/shared/DbgMsg.cpp
96
msg->FindInt16(name, j, &anInt16);
src/apps/cortex/Persistence/Wrappers/MessageIO.cpp
481
err = message->FindInt16(name, index, &v);
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
370
status_t err __attribute__((unused)) = pArchive->FindInt16("digits", (int16*)&m_digitCount);
src/apps/cortex/ValControl/ValControlDigitSegment.cpp
378
err = pArchive->FindInt16("scaleFactor", &m_scaleFactor);
src/apps/deskcalc/CalcView.cpp
1164
if (archive->FindInt16("cols", &fColumns) < B_OK)
src/apps/deskcalc/CalcView.cpp
1166
if (archive->FindInt16("rows", &fRows) < B_OK)
src/apps/haikudepot/model/UserUsageConditions.cpp
26
if (from->FindInt16(kKeyMinimumAge, &minimumAge) != B_OK)
src/apps/poorman/PoorManWindow.cpp
623
if (m.FindInt16("fMaxConnections", &fMaxConnections) != B_OK)
src/bin/hey.cpp
197
the_reply.FindInt16("result", &v);
src/bin/hey.cpp
209
the_reply.FindInt16("result", (int16*)&v);
src/kits/bluetooth/RemoteDevice.cpp
194
reply.FindInt16("handle", (int16*)&fHandle);
src/kits/interface/InterfaceDefs.cpp
941
status_t err = reply.FindInt16("id", (int16 *)&kid);
src/kits/interface/Slider.cpp
179
if (archive->FindInt16("_hashloc", &hashloc) == B_OK)
src/kits/interface/Slider.cpp
185
if (archive->FindInt16("_sstyle", &sstyle) == B_OK)
src/kits/interface/TabView.cpp
464
if (archive->FindInt16("_but_width", &width) == B_OK)
src/kits/interface/View.cpp
533
if (archive->FindInt16("_lmcapjoin", 0, &lineCap) == B_OK
src/kits/interface/View.cpp
534
&& archive->FindInt16("_lmcapjoin", 1, &lineJoin) == B_OK
src/kits/interface/View.cpp
539
if (archive->FindInt16("_fillrule", &fillRule) == B_OK)
src/kits/interface/View.cpp
544
if (archive->FindInt16("_blend", 0, &alphaBlend) == B_OK
src/kits/interface/View.cpp
545
&& archive->FindInt16("_blend", 1, &modeBlend) == B_OK)
src/kits/interface/View.cpp
554
if (archive->FindInt16("_show", &fShowLevel) != B_OK)
src/kits/locale/DefaultCatalog.cpp
418
res = archiveMsg.FindInt16("c:ver", &version)
src/kits/network/libnetapi/NetAddress.cpp
83
if (archive->FindInt16("bnaddr_family", &int16value) != B_OK)
src/kits/network/libnetapi/NetAddress.cpp
88
if (archive->FindInt16("bnaddr_port", &int16value) != B_OK)
src/kits/network/libnetapi/NetEndpoint.cpp
64
fStatus = archive->FindInt16("_BNetEndpoint_addr_port",
src/kits/network/libnetapi/NetEndpoint.cpp
73
fStatus = archive->FindInt16("_BNetEndpoint_peer_port",
src/kits/shared/SettingsMessage.cpp
389
if (FindInt16(name, &value) != B_OK)
src/libs/print/libprint/DbgMsg.cpp
89
msg->FindInt16(name, j, &anInt16);
src/preferences/input/InputTouchpadPref.cpp
150
settingsMsg.FindInt16("scroll_xstepsize", (int16*)&fSettings.scroll_xstepsize);
src/preferences/input/InputTouchpadPref.cpp
151
settingsMsg.FindInt16("scroll_ystepsize", (int16*)&fSettings.scroll_ystepsize);
src/preferences/input/InputTouchpadPref.cpp
154
settingsMsg.FindInt16("padblocker_threshold", (int16*)&fSettings.padblocker_threshold);
src/preferences/repositories/RepositoriesView.cpp
332
status_t result1 = message->FindInt16(key_count, &count);
src/preferences/repositories/RepositoriesView.cpp
351
status_t result1 = message->FindInt16(key_count, &count);
src/preferences/repositories/RepositoriesView.cpp
369
status_t result1 = message->FindInt16(key_count, &count);
src/preferences/repositories/RepositoriesView.cpp
386
status_t result1 = message->FindInt16(key_count, &count);
src/servers/bluetooth/BluetoothServer.cpp
408
FindInt16(propertyRequested);
src/servers/bluetooth/LocalDeviceHandler.cpp
106
if ((msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound) == B_OK)
src/servers/bluetooth/LocalDeviceHandler.cpp
153
while (msg->FindInt16("eventExpected", eventIndex, &eventFound) == B_OK ) {
src/servers/bluetooth/LocalDeviceHandler.cpp
158
if (msg->FindInt16("opcodeExpected", eventIndex, &opcodeFound)
src/servers/bluetooth/LocalDeviceHandler.cpp
94
while (msg->FindInt16("eventExpected", eventIndex, &eventFound) == B_OK) {
src/servers/bluetooth/LocalDeviceImpl.cpp
1429
if (request->FindInt16("eventExpected", &eventFound) == B_OK)
src/servers/bluetooth/LocalDeviceImpl.cpp
374
request->FindInt16("opcodeExpected", index, &opcodeExpected);
src/servers/bluetooth/LocalDeviceImpl.cpp
754
request->FindInt16("opcodeExpected", index, &opcodeExpected);
src/servers/input/InputServer.cpp
1037
if (message->FindInt16("id", &id) == B_OK) {
src/tests/kits/app/bmessage/MessageEasyFindTest.cpp
32
CPPUNIT_ASSERT(msg.FindInt16("data") == 0);
src/tests/kits/net/NetEndpointTest.cpp
114
if (archive.FindInt16("_BNetEndpoint_peer_port", &arcPort) != B_OK) {
src/tests/kits/net/NetEndpointTest.cpp
85
if (archive.FindInt16("_BNetEndpoint_addr_port", &arcPort) != B_OK) {
src/tests/kits/net/netservices2/HttpDebugLogger.cpp
89
int16 status = message->FindInt16(UrlEventData::HttpStatusCode);
src/tools/locale/DefaultCatalog.cpp
320
res = archiveMsg.FindInt16("c:ver", &version)