Searched defs:RemoteObj (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
H A D | obj.rs | 30 pub struct RemoteObj { struct 34 impl Clone for RemoteObj { implementation 42 unsafe impl Send for RemoteObj {} implementation 43 unsafe impl Sync for RemoteObj {} implementation 49 impl RemoteObj { impl
|
H A D | wrapper.rs | 32 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()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | manage.rs | 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()
|
/ohos5.0/base/request/request/services/src/service/run_count/ |
H A D | manager.rs | 115 fn subscribe_run_count(&mut self, pid: u64, obj: RemoteObj, tx: Sender<ErrorCode>) { in subscribe_run_count()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | msg.rs | 347 pub fn read_remote(&mut self) -> IpcResult<RemoteObj> { in read_remote()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 686 remote: &Option<RemoteObj>, in subscribe() 726 remote: &Option<RemoteObj>, in unsubscribe()
|
/ohos5.0/base/request/request/test/rustest/src/ |
H A D | lib.rs | 326 pub fn sub_run_count(&self, obj: RemoteObj) { in sub_run_count()
|