Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
DbinderVendorDoubleLoadTest.cpp50 ScopedAStatus RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in NdkServer
56 Status RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in CppServer
107 ScopedAStatus status = server->RepeatString("foo", &outString); in TEST()
DIBinderVendorDoubleLoadTest.aidl18 @utf8InCpp String RepeatString(@utf8InCpp String toRepeat); in RepeatString() method