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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp158 PDX_REMOTE_METHOD(Concatenate, kOpConcatenate,
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
200 std::string Concatenate(const std::string& a, const std::string& b) { function in class:__anon1773::TestClient
204 InvokeRemoteMethod<TestInterface::Concatenate>(a, b);
357 case TestInterface::Concatenate::Opcode:
358 DispatchRemoteMethod<TestInterface::Concatenate>(
600 const auto cat = client->Concatenate("This is a string", ", that it is.");

Completed in 62 milliseconds