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

12

/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp164 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
165 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_CONTROL_BASEBAND,
200 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
201 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_CONTROL_BASEBAND,
248 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
249 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_INFORMATIONAL_PARAM,
286 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
287 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_CONTROL_BASEBAND,
317 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
318 request.AddInt16("opcodeExpecte
[all...]
H A DRemoteDevice.cpp79 request.AddInt16("eventExpected", HCI_EVENT_CMD_STATUS);
80 request.AddInt16("opcodeExpected",
83 request.AddInt16("eventExpected", HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE);
168 request.AddInt16("eventExpected", HCI_EVENT_CMD_STATUS);
169 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_LINK_CONTROL,
174 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
175 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_LINK_CONTROL,
178 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
179 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_LINK_CONTROL,
184 // request.AddInt16("eventExpecte
[all...]
H A DDiscoveryAgent.cpp79 request.AddInt16("eventExpected", HCI_EVENT_CMD_STATUS);
80 request.AddInt16("opcodeExpected",
84 request.AddInt16("eventExpected", HCI_EVENT_INQUIRY_RESULT);
87 request.AddInt16("eventExpected", HCI_EVENT_INQUIRY_COMPLETE);
120 request.AddInt16("eventExpected", HCI_EVENT_CMD_STATUS);
121 request.AddInt16("opcodeExpected",
H A DCommandManager.cpp62 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
63 request.AddInt16("opcodeExpected", PACK_OPCODE(ofg, ocf));
/haiku/src/tests/kits/app/bmessage/
H A DMessageInt16ItemTest.h25 &BMessage::AddInt16,
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp59 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
60 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_CONTROL_BASEBAND, OCF_RESET));
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp165 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
166 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_LINK_CONTROL,
194 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
195 request.AddInt16("opcodeExpected", PACK_OPCODE(OGF_LINK_CONTROL,
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp370 fProperties->AddInt16("hci_revision",
378 fProperties->AddInt16("lmp_subversion",
383 fProperties->AddInt16("manufacturer",
407 fProperties->AddInt16("page_timeout",
455 fProperties->AddInt16("packet_type", packetType);
486 fProperties->AddInt16("acl_mtu", buffer->acl_mtu);
492 fProperties->AddInt16("acl_max_pkt", buffer->acl_max_pkt);
495 fProperties->AddInt16("sco_max_pkt", buffer->sco_max_pkt);
877 newrequest->AddInt16("eventExpected", HCI_EVENT_CMD_STATUS);
878 newrequest->AddInt16("opcodeExpecte
[all...]
/haiku/src/preferences/input/
H A DInputTouchpadPref.cpp60 msg.AddInt16("scroll_xstepsize", fSettings.scroll_xstepsize);
61 msg.AddInt16("scroll_ystepsize", fSettings.scroll_ystepsize);
/haiku/headers/private/shared/
H A DMessageBuilder.h34 status_t AddInt16(const char* name, int16 value);
/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.cpp96 into->AddInt16(KEY_MINIMUM_AGE, (int16) fMinimumAge);
/haiku/headers/private/bluetooth/
H A DCommandManager.h92 request.AddInt16("eventExpected", HCI_EVENT_CMD_COMPLETE);
93 request.AddInt16("opcodeExpected", PACK_OPCODE(ofg, ocf));
/haiku/src/kits/shared/
H A DMessageBuilder.cpp151 BMessageBuilder::AddInt16(const char* name, int16 value) function in class:BPrivate::BMessageBuilder
153 return fCurrentMessage->AddInt16(name, value);
H A DVariant.cpp389 return message.AddInt16(fieldName, fInt16);
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp163 reply.AddInt16(key_count, fTaskQueue.CountItems());
184 reply.AddInt16(key_count, fTaskQueue.CountItems()-1);
205 reply.AddInt16(key_count, fTaskQueue.CountItems()-1);
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp277 if (into->AddInt16("bnaddr_family", fFamily) != B_OK)
280 if (into->AddInt16("bnaddr_port", fPort) != B_OK)
H A DNetEndpoint.cpp179 status = into->AddInt16("_BNetEndpoint_addr_port", addrPort);
187 status = into->AddInt16("_BNetEndpoint_peer_port", peerPort);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp385 pArchive->AddInt16("digits", m_digitCount);
387 pArchive->AddInt16("scaleFactor", m_scaleFactor);
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.cpp97 return AddInt16(name, i);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp99 return AddInt16(name, i);
/haiku/headers/private/kernel/util/
H A DKMessage.h77 inline status_t AddInt16(const char* name, int16 value);
306 KMessage::AddInt16(const char* name, int16 value) function in class:KMessage
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp278 res = archive.AddInt16("c:ver", kCatArchiveVersion);
/haiku/src/apps/deskbar/
H A DTimeView.cpp137 data->AddInt16("showLevel", fShowLevel);
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp373 return message->AddInt16(name, v);
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp376 res = archive.AddInt16("c:ver", kCatArchiveVersion);

Completed in 347 milliseconds

12