Searched refs:get_selinux_context (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 138 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context() method 158 fn get_selinux_context(&self) -> Result<String, StatusCode>; in get_selinux_context() method 173 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in get_selinux_context() method 198 TestTransactionCode::GetSelinuxContext => reply.write(&service.get_selinux_context()?), in on_transact() 219 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context() method 257 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context() method 295 fn get_selinux_context(&self) -> Result<String, StatusCode> { in get_selinux_context() method 296 self.0.get_selinux_context() in get_selinux_context() 315 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context() method 316 let res = self.0.get_selinux_context(); in get_selinux_context() [all …]
|