Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp744 auto endpoint2 = std::make_unique<testing::StrictMock<MockEndpoint>>(); in TEST_F() local
745 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()
749 std::make_shared<MockService>("MockSvc2", std::move(endpoint2)); in TEST_F()
792 auto endpoint2 = std::make_unique<testing::StrictMock<MockEndpoint>>(); in TEST_F() local
793 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()
797 std::make_shared<MockService>("MockSvc2", std::move(endpoint2)); in TEST_F()