Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp162 PDX_REMOTE_METHOD(SendTestType, kOpSendTestType, TestType(const TestType&));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
231 TestType SendTestType(const TestType& tt) { in SendTestType() function in __anon586972210111::TestClient
233 InvokeRemoteMethod<TestInterface::SendTestType>(tt); in SendTestType()
372 case TestInterface::SendTestType::Opcode: in HandleMessage()
373 DispatchRemoteMethod<TestInterface::SendTestType>( in HandleMessage()
628 const auto tt_result = client->SendTestType(tt); in TEST_F()