Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
Dobj.rs30 pub struct RemoteObj { struct
31 pub(crate) inner: UniquePtr<IRemoteObjectWrapper>, argument
34 impl Clone for RemoteObj { implementation
42 unsafe impl Send for RemoteObj {} implementation
43 unsafe impl Sync for RemoteObj {} implementation
49 impl RemoteObj { impl
Dwrapper.rs32 type RemoteObj; typedef
46 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()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
Dmanage.rs75 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()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dmsg.rs347 pub fn read_remote(&mut self) -> IpcResult<RemoteObj> { in read_remote()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dconnect.rs686 remote: &Option<RemoteObj>, in subscribe()
726 remote: &Option<RemoteObj>, in unsubscribe()