Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs138 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
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
315 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context() method
626 fn get_selinux_context() { in get_selinux_context() function