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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp40 std::string Rot13(const std::string& s) { function in namespace:__anon1773
167 PDX_REMOTE_METHOD(Rot13, kOpRot13, std::string(const std::string&));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
258 std::string Rot13(const std::string& string) { function in class:__anon1773::TestClient
260 InvokeRemoteMethod<TestInterface::Rot13>(string);
382 case TestInterface::Rot13::Opcode:
383 DispatchRemoteMethod<TestInterface::Rot13>(*this, &TestService::OnRot13,
470 return {Rot13(s)};
604 const auto rot13_alphabet = client->Rot13(alphabet);
605 EXPECT_EQ(Rot13(alphabe
[all...]

Completed in 17 milliseconds