• Home
  • Raw
  • Download

Lines Matching defs:String

53     async fn GetName(&self) -> binder::Result<String> {  in GetName()
64 async fn RealName(&self) -> binder::Result<String> { in RealName()
76 async fn RealName(&self) -> binder::Result<String> { in RealName()
181 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString()
185 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString()
215 names: &[String], in GetInterfaceArray()
227 names: &[String], in VerifyNamesWithInterfaceArray()
243 names: Option<&[Option<String>]>, in GetNullableInterfaceArray()
264 names: Option<&[Option<String>]>, in VerifyNamesWithNullableInterfaceArray()
284 names: Option<&[Option<String>]>, in GetInterfaceList()
293 names: Option<&[Option<String>]>, in VerifyNamesWithInterfaceList()
325 async fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString()
332 ) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString()
367 input: Option<&[Option<String>]>, in ReverseNullableUtf8CppString()
368 repeated: &mut Option<Vec<Option<String>>>, in ReverseNullableUtf8CppString()
369 ) -> binder::Result<Option<Vec<Option<String>>>> { in ReverseNullableUtf8CppString()
382 input: Option<&[Option<String>]>, in ReverseUtf8CppStringList()
383 repeated: &mut Option<Vec<Option<String>>>, in ReverseUtf8CppStringList()
384 ) -> binder::Result<Option<Vec<Option<String>>>> { in ReverseUtf8CppStringList()
519 async fn acceptUnionAndReturnString(&self, u: &BazUnion) -> binder::Result<String> { in acceptUnionAndReturnString()