Searched defs:RemoteObj (Results 1 – 11 of 11) sorted by relevance
| /foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/ |
| D | remote_obj.rs | 45 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 …]
|
| D | remote_stub.rs | 70 fn as_object(&self) -> Option<RemoteObj> { in as_object()
|
| D | mod.rs | 78 fn as_object(&self) -> Option<RemoteObj> { in as_object()
|
| /foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/remote_obj/ |
| D | cmp.rs | 19 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/ |
| D | rust_samgr.rs | 65 …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/ |
| D | process.rs | 43 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/ |
| D | mod.rs | 37 fn publish(&self, service: &RemoteObj, said : i32); in publish()
|
| D | r_system_ability.rs | 71 pub fn publish(&self, service: &RemoteObj, said : i32) { in publish()
|
| /foundation/communication/ipc/ipc/native/test/unittest/rust/service/src/ |
| D | lib.rs | 105 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/ |
| D | main.rs | 88 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/ |
| D | connect.rs | 693 remote: &Option<RemoteObj>, in subscribe() 733 remote: &Option<RemoteObj>, in unsubscribe()
|