Home
last modified time | relevance | path

Searched defs:doubleString (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl19 @utf8InCpp String doubleString(@utf8InCpp String str); in doubleString() method
DbinderRpcTestCommon.h327 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() function
DbinderSafeInterfaceTest.cpp335 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BpSafeInterfaceTest
461 status_t doubleString(const String8& str, String8* doubleStr) const override { in doubleString() function in android::tests::BnSafeInterfaceTest
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs67 fn doubleString(&self, _s: &str) -> Result<String, Status> { in doubleString() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs74 fn doubleString(&self, s: &str) -> Result<String, Status> { in doubleString() method