Home
last modified time | relevance | path

Searched refs:service2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp748 auto service2 = in TEST_F() local
753 EXPECT_CALL(*static_cast<MockEndpoint*>(service2->endpoint()), in TEST_F()
759 message_->PushChannel(service2.get(), kFlags, nullptr, &channel_id); in TEST_F()
796 auto service2 = in TEST_F() local
801 EXPECT_CALL(*static_cast<MockEndpoint*>(service2->endpoint()), in TEST_F()
805 auto status = message_->CheckChannel(service2.get(), kRef, &channel); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc1370 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp() local
1371 AddMethod(service2, "Foo", "FooRequest", "FooResponse"); in SetUp()
1372 AddMethod(service2, "Baz", "BazRequest", "BazResponse"); in SetUp()