Lines Matching defs:String

129     fn test(&self) -> Result<String, StatusCode> {  in test()
133 fn get_dump_args(&self) -> Result<Vec<String>, StatusCode> { in get_dump_args()
138 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context()
152 fn test(&self) -> Result<String, StatusCode>; in test()
155 fn get_dump_args(&self) -> Result<Vec<String>, StatusCode>; in get_dump_args()
158 fn get_selinux_context(&self) -> Result<String, StatusCode>; in get_selinux_context()
167 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in test()
170 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>>; in get_dump_args()
173 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in get_selinux_context()
206 fn test(&self) -> Result<String, StatusCode> { in test()
212 fn get_dump_args(&self) -> Result<Vec<String>, StatusCode> { in get_dump_args()
219 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context()
239 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test()
247 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args()
257 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context()
287 fn test(&self) -> Result<String, StatusCode> { in test()
291 fn get_dump_args(&self) -> Result<Vec<String>, StatusCode> { in get_dump_args()
295 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context()
305 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test()
310 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args()
315 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context()