Searched defs:RemoteObj (Results 1 – 5 of 5) sorted by relevance
30 pub struct RemoteObj { struct31 pub(crate) inner: UniquePtr<IRemoteObjectWrapper>, argument34 impl Clone for RemoteObj { implementation42 unsafe impl Send for RemoteObj {} implementation43 unsafe impl Sync for RemoteObj {} implementation49 impl RemoteObj { impl
32 type RemoteObj; typedef46 fn new_remote_obj(wrap: UniquePtr<IRemoteObjectWrapper>) -> Box<RemoteObj>; in new_remote_obj()90 cb: fn(Box<RemoteObj>), in AddDeathRecipient()100 fn new_remote_obj(wrap: UniquePtr<ffi::IRemoteObjectWrapper>) -> Box<RemoteObj> { in new_remote_obj()137 pub fn into_remote(self) -> Option<RemoteObj> { in into_remote()
75 pub fn get_system_ability(said: i32) -> Option<RemoteObj> { in get_system_ability()84 pub fn get_system_ability_with_device_id(said: i32, device_id: &str) -> Option<RemoteObj> { in get_system_ability_with_device_id()97 pub fn check_system_ability(said: i32) -> Option<RemoteObj> { in check_system_ability()103 pub fn check_system_ability_with_ability(said: i32, device_id: &str) -> Option<RemoteObj> { in check_system_ability_with_ability()163 pub fn load_system_ability(said: i32, timeout: i32) -> Option<RemoteObj> { in load_system_ability()
347 pub fn read_remote(&mut self) -> IpcResult<RemoteObj> { in read_remote()
686 remote: &Option<RemoteObj>, in subscribe()726 remote: &Option<RemoteObj>, in unsubscribe()