Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dbinder.rs200 fn set_requesting_sid(&mut self, enable: bool); in set_requesting_sid() method
693 pub set_requesting_sid: bool, field
896 …$crate::binder_impl::IBinderInternal::set_requesting_sid(&mut binder, features.set_requesting_sid);
Dproxy.rs302 fn set_requesting_sid(&mut self, enable: bool) { in set_requesting_sid() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs59 service.set_requesting_sid(true); in main()