Home
last modified time | relevance | path

Searched refs:message_ (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp153 message_ = std::make_unique<Message>(info); in ServiceMessageTest()
156 std::unique_ptr<Message> message_; member in __anon2a7cbd3b0111::ServiceMessageTest
391 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), 12)) in TEST_F()
393 EXPECT_FALSE(message_->replied()); in TEST_F()
394 EXPECT_TRUE(message_->Reply(12)); in TEST_F()
395 EXPECT_TRUE(message_->replied()); in TEST_F()
397 EXPECT_EQ(EINVAL, message_->Reply(12).error()); // Already replied. in TEST_F()
401 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), 12)) in TEST_F()
403 EXPECT_EQ(EIO, message_->Reply(12).error()); in TEST_F()
409 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), -12)) in TEST_F()
[all …]
/frameworks/base/startop/view_compiler/
Dlayout_validation.cc25 message_ = "Merge tags are not supported"; in VisitStartTag()
29 message_ = "Include tags are not supported"; in VisitStartTag()
33 message_ = "View tags are not supported"; in VisitStartTag()
37 message_ = "Fragment tags are not supported"; in VisitStartTag()
Dlayout_validation.h36 const std::string& message() const { return message_; } in message()
40 std::string message_{"Okay"};
/frameworks/base/tools/aapt2/
DDiagnostics.h49 message_ << value;
54 return DiagMessageActual{source_, message_.str()}; in Build()
59 std::stringstream message_; member
64 message_ << android::StringPiece16(value);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h86 explicit ServicePayload(Message& message) : message_(message) {} in ServicePayload()
94 OutputResourceMapper* GetOutputResourceMapper() override { return &message_; } in GetOutputResourceMapper()
106 InputResourceMapper* GetInputResourceMapper() override { return &message_; } in GetInputResourceMapper()
109 Message& message_;
Dremote_method.h94 message_(message),
106 Message& message_;
112 message_,