Home
last modified time | relevance | path

Searched defs:message_type (Results 1 – 25 of 252) sorted by relevance

1234567891011

/aosp_15_r20/external/openscreen/osp/public/
H A Dmessage_demuxer_unittest.cc79 size_t buffer_size, Clock::time_point now) { in TEST_F()
113 size_t buffer_size, Clock::time_point now) { in TEST_F()
142 size_t buffer_size, Clock::time_point now) { in TEST_F()
192 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
212 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
213 size_t buffer_size, Clock::time_point now) { in TEST_F()
253 msgs::Type message_type, const uint8_t* buffer, in TEST_F()
254 size_t buffer_size, Clock::time_point now) { in TEST_F()
292 size_t buffer_size, Clock::time_point now) { in TEST_F()
324 size_t buffer_size, Clock::time_point now) { in TEST_F()
/aosp_15_r20/external/openscreen/osp/impl/
H A Dmessage_demuxer.cc58 ErrorOr<uint64_t> message_type = in DecodeType() local
81 msgs::Type message_type) in MessageWatch()
130 msgs::Type message_type, in WatchMessageType()
158 msgs::Type message_type, in SetDefaultMessageTypeWatch()
204 msgs::Type message_type) { in StopWatchingMessageType()
210 void MessageDemuxer::StopDefaultMessageTypeWatch(msgs::Type message_type) { in StopDefaultMessageTypeWatch()
252 ErrorOr<msgs::Type> message_type = in HandleStreamBuffer() local
/aosp_15_r20/external/python/bumble/bumble/
Dhid.py101 message_type = Message.MessageType.GET_REPORT variable in GetReportMessage
120 message_type = Message.MessageType.SET_REPORT variable in SetReportMessage
130 message_type = Message.MessageType.DATA variable in SendControlData
138 message_type = Message.MessageType.GET_PROTOCOL variable in GetProtocolMessage
147 message_type = Message.MessageType.SET_PROTOCOL variable in SetProtocolMessage
155 message_type = Message.MessageType.CONTROL variable in Suspend
163 message_type = Message.MessageType.CONTROL variable in ExitSuspend
171 message_type = Message.MessageType.CONTROL variable in VirtualCableUnplug
182 message_type = Message.MessageType.DATA variable in SendData
191 message_type = Message.MessageType.HANDSHAKE variable in SendHandshakeMessage
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dencoding_helper.py121 def JsonToMessage(message_type, message): argument
127 def DictToMessage(d, message_type): argument
150 def PyValueToMessage(message_type, value): argument
303 def decode_message(self, message_type, encoded_message): argument
603 def AddCustomJsonFieldMapping(message_type, python_name, json_name, argument
638 def GetCustomJsonFieldMapping(message_type, python_name=None, json_name=None): argument
667 def _CheckForExistingMappings(mapping_type, message_type, argument
698 def _DecodeCustomFieldNames(message_type, encoded_message): argument
/aosp_15_r20/external/python/apitools/apitools/gen/
Dextended_descriptor.py228 def _EmptyMessage(message_type): argument
247 def PrintMessage(self, message_type): argument
299 def __PrintMessageCommentLines(self, message_type): argument
344 def PrintMessage(self, message_type): argument
425 def __PrintMessageDocstringLines(self, message_type): argument
451 def PrintMessage(self, message_type): argument
/aosp_15_r20/external/cronet/testing/variations/
H A DPRESUBMIT.py109 def ValidateData(json_data, file_path, message_type): argument
208 def _CreateMalformedConfigMessage(message_type, file_path, message_format, argument
228 def CheckPretty(contents, file_path, message_type): argument
274 def CheckDuplicatedFeatures(new_json_data, old_json_data, message_type): argument
/aosp_15_r20/external/openscreen/osp/impl/presentation/
H A Dpresentation_controller_unittest.cc121 size_t buffer_size, Clock::time_point now) { in ExpectAvailabilityRequest()
209 size_t buffer_size, Clock::time_point now) { in ExpectCloseRequest()
266 size_t buffer_size, Clock::time_point now) { in StartPresentation()
414 size_t buffer_size, Clock::time_point now) { in TEST_F()
505 size_t buffer_size, Clock::time_point now) { in TEST_F()
H A Dpresentation_receiver_unittest.cc144 size_t buffer_size, Clock::time_point now) { in TEST_F()
192 size_t buffer_size, Clock::time_point now) { in TEST_F()
/aosp_15_r20/external/webrtc/pc/
H A Dsctp_utils.cc57 uint8_t message_type = payload[0]; in IsOpenMessage() local
68 uint8_t message_type; in ParseDataChannelOpenMessage() local
156 uint8_t message_type = payload[0]; in ParseDataChannelOpenAckMessage() local
H A Dsctp_utils_unittest.cc26 uint8_t message_type; in VerifyOpenMessageFormat() local
173 uint8_t message_type; in TEST_F() local
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dschema_proto2_to_proto3_util.h121 void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
142 static void StripMessage(DescriptorProto *message_type) { in StripMessage()
170 static void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dschema_proto2_to_proto3_util.h121 void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
142 static void StripMessage(DescriptorProto *message_type) { in StripMessage()
170 static void ScrubMessage(DescriptorProto *message_type) { in ScrubMessage()
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.cc207 bool NtlmBufferReader::ReadMessageType(MessageType* message_type) { in ReadMessageType()
250 bool NtlmBufferReader::MatchMessageType(MessageType message_type) { in MatchMessageType()
256 bool NtlmBufferReader::MatchMessageHeader(MessageType message_type) { in MatchMessageHeader()
H A Dntlm_buffer_writer.cc152 bool NtlmBufferWriter::WriteMessageType(MessageType message_type) { in WriteMessageType()
156 bool NtlmBufferWriter::WriteMessageHeader(MessageType message_type) { in WriteMessageHeader()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/
H A Dmoqt_framer_test.cc26 MoqtMessageType message_type; member
53 for (const MoqtMessageType message_type : message_types) { in GetMoqtFramerTestParams() local
99 std::unique_ptr<TestMessageBase> MakeMessage(MoqtMessageType message_type) { in MakeMessage()
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/
DCheckSourceRuns.cmake57 set(message_type FATAL_ERROR) variable
59 set(message_type AUTHOR_WARNING) variable
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc101 std::string message_type = ClassName(descriptor_->message_type()); in GenerateStaticVariablesInitialization() local
142 std::string message_type = ClassName(descriptor_->message_type()); in DetermineObjectiveCClassDefinitions() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc101 std::string message_type = ClassName(descriptor_->message_type()); in GenerateStaticVariablesInitialization() local
142 std::string message_type = ClassName(descriptor_->message_type()); in DetermineObjectiveCClassDefinitions() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dchannel.cc66 MessageType message_type) in Message()
83 MessageType message_type) in Message()
730 bool Channel::OnControlMessage(Message::MessageType message_type, in OnControlMessage()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/test_tools/
H A Dmoqt_test_message.h33 TestMessageBase(MoqtMessageType message_type) : message_type_(message_type) {} in TestMessageBase()
35 MoqtMessageType message_type() const { return message_type_; } in message_type() function
856 MoqtMessageType message_type, bool is_webtrans) { in CreateTestMessage()
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dprotojson.py195 def decode_message(self, message_type, encoded_message): argument
256 def __decode_dictionary(self, message_type, dictionary): argument
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DClientConnectionContinuation.java151 …n, byte[] operationName, byte[] serialized_headers, byte[] payload, int message_type, int message_… in activateContinuation()
152 …ge(long continuationPtr, byte[] serialized_headers, byte[] payload, int message_type, int message_… in sendContinuationMessage()
/aosp_15_r20/external/aws-crt-java/src/native/
H A Devent_stream_rpc_client.c372 jint message_type, in Java_software_amazon_awssdk_crt_eventstream_ClientConnection_sendProtocolMessage()
576 jint message_type, in Java_software_amazon_awssdk_crt_eventstream_ClientConnectionContinuation_activateContinuation()
665 jint message_type, in Java_software_amazon_awssdk_crt_eventstream_ClientConnectionContinuation_sendContinuationMessage()
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php46 private $message_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
145 public function setMessageType($message_type)
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php46 private $message_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
145 public function setMessageType($message_type)

1234567891011