Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp40 std::string Rot13(const std::string& s) { in Rot13() function
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) { in Rot13() function in __anon414d72a00111::TestClient
260 InvokeRemoteMethod<TestInterface::Rot13>(string); in Rot13()
382 case TestInterface::Rot13::Opcode: in HandleMessage()
383 DispatchRemoteMethod<TestInterface::Rot13>(*this, &TestService::OnRot13, in HandleMessage()
470 return {Rot13(s)}; in OnRot13()
604 const auto rot13_alphabet = client->Rot13(alphabet); in TEST_F()
605 EXPECT_EQ(Rot13(alphabet), rot13_alphabet); in TEST_F()