Searched refs:OnConnect (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp38 // Call the subclass OnConnect handler. The subclass may choose to close the
41 OnConnect();
80 void Client::OnConnect() {} function in class:android::pdx::Client
H A Dclient_tests.cpp79 MOCK_METHOD0(OnConnect, void());
109 .WillByDefault(Invoke(this, &ClientChannelFactoryTest::OnConnect));
117 Status<std::unique_ptr<ClientChannel>> OnConnect(int64_t /*timeout_ms*/) { function in class:__anon1749::ClientChannelFactoryTest
345 .WillOnce(Invoke(this, &ClientChannelFactoryTest::OnConnect));
354 EXPECT_CALL(*client_, OnConnect());
375 EXPECT_CALL(*client_, OnConnect());
387 EXPECT_CALL(*client_, OnConnect()).WillOnce(Invoke([this] {
406 EXPECT_CALL(*client_, OnConnect());
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h68 virtual void OnConnect();

Completed in 1847 milliseconds