Searched defs:TestChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp72 // The test service creates a TestChannel for every client (channel) that
74 class TestChannel : public Channel { class in namespace:__anon1874
76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {} function in class:__anon1874::TestChannel
85 TestChannel(const TestChannel&) = delete;
86 void operator=(const TestChannel&) = delete;
89 // Test service that creates a TestChannel for each channel and responds to test
94 return std::make_shared<TestChannel>(message.GetChannelId());
106 test_channel_ = message.GetChannel<TestChannel>();
128 // Set the test channel to the TestChannel fo
[all...]

Completed in 58 milliseconds