Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/
Dremote_obj.rs45 pub struct RemoteObj(ptr::NonNull<CRemoteObject>); struct
47 impl RemoteObj { implementation
50 pub unsafe fn from_raw(obj: *mut CRemoteObject) -> Option<RemoteObj> { in from_raw()
65 pub fn from_raw_ciremoteobj(obj: *mut CIRemoteObject) -> Option<RemoteObj> { in from_raw_ciremoteobj()
85 impl IRemoteObj for RemoteObj { implementation
198 impl Serialize for RemoteObj { implementation
211 impl Deserialize for RemoteObj { implementation
232 unsafe impl Send for RemoteObj {} implementation
236 unsafe impl Sync for RemoteObj {} implementation
238 impl Clone for RemoteObj { implementation
[all …]
Dremote_stub.rs70 fn as_object(&self) -> Option<RemoteObj> { in as_object()
Dmod.rs78 fn as_object(&self) -> Option<RemoteObj> { in as_object()
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/remote_obj/
Dcmp.rs19 impl Ord for RemoteObj { implementation
41 impl PartialOrd for RemoteObj { implementation
47 impl PartialEq for RemoteObj { implementation
53 impl Eq for RemoteObj {} implementation
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
Drust_samgr.rs65 …fn add_systemability(&self, service: &RemoteObj, said: i32, extra_prop: SAExtraProp) -> IpcResult… in add_systemability()
67 fn get_systemability(&self, said: i32) -> IpcResult<RemoteObj>; in get_systemability()
115 fn as_object(&self) -> Option<RemoteObj> { in as_object()
121 …fn add_systemability(&self, service: &RemoteObj, said: i32, extra_prop: SAExtraProp) -> IpcResult… in add_systemability()
138 fn get_systemability(&self, said: i32) -> IpcResult<RemoteObj> in get_systemability()
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dprocess.rs43 pub fn add_service(service: &RemoteObj, said: i32) -> IpcResult<()> in add_service()
61 pub fn get_service(said: i32) -> IpcResult<RemoteObj> in get_service()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/safwk/
Dmod.rs37 fn publish(&self, service: &RemoteObj, said : i32); in publish()
Dr_system_ability.rs71 pub fn publish(&self, service: &RemoteObj, said : i32) { in publish()
/foundation/communication/ipc/ipc/native/test/unittest/rust/service/src/
Dlib.rs105 fn test_get_foo_service(&self) -> IpcResult<RemoteObj>; in test_get_foo_service()
204 fn test_get_foo_service(&self) -> IpcResult<RemoteObj> { in test_get_foo_service()
266 fn test_get_foo_service(&self) -> IpcResult<RemoteObj> { in test_get_foo_service()
339 fn test_get_foo_service(&self) -> BoxFuture<'static, IpcResult<RemoteObj>>; in test_get_foo_service()
375 fn test_get_foo_service(&self) -> BoxFuture<'static, IpcResult<RemoteObj>> { in test_get_foo_service()
457 fn test_get_foo_service(&self) -> BoxFuture<'static, IpcResult<RemoteObj>> { in test_get_foo_service()
/foundation/communication/ipc/ipc/native/test/unittest/rust/server/src/
Dmain.rs88 fn test_get_foo_service(&self) -> IpcResult<RemoteObj> { in test_get_foo_service()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
Dconnect.rs693 remote: &Option<RemoteObj>, in subscribe()
733 remote: &Option<RemoteObj>, in unsubscribe()