HomeSort by relevance Sort by last modified time
    Searched refs:GetMessageType (Results 1 - 8 of 8) sorted by null

  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 136 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
477 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
484 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
491 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
499 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
525 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
539 ASSERT_NE(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
555 ASSERT_NE(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
563 ASSERT_NE(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
dbus_object_unittest.cc 150 EXPECT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
257 ASSERT_EQ(dbus::Message::MESSAGE_METHOD_RETURN, response->GetMessageType());
268 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
281 ASSERT_EQ(dbus::Message::MESSAGE_ERROR, response->GetMessageType());
dbus_method_invoker.h 235 if (message->GetMessageType() == dbus::Message::MESSAGE_ERROR) {
  /external/libchrome/dbus/
message.h 89 MessageType GetMessageType();
message.cc 62 Message::MessageType Message::GetMessageType() {
70 switch (GetMessageType()) {
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 805 static PyObject *GetMessageType(PyBaseDescriptor *self, void *closure) {
897 { "message_type", (getter)GetMessageType, (setter)SetMessageType,
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 478 func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto {
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 450 func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto {
    [all...]

Completed in 456 milliseconds