Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs115 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method
128 fn get_selinux_context(&self) -> binder::Result<String>; in get_selinux_context() method
148 TestTransactionCode::GetSelinuxContext => reply.write(&service.get_selinux_context()?), in on_transact()
160 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method
175 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method
176 self.0.get_selinux_context() in get_selinux_context()
286 fn get_selinux_context() { in get_selinux_context() function
298 test_client.get_selinux_context().unwrap(), in get_selinux_context()