Searched refs:get_param (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/msdp/device_status/rust/ipc/service/src/ |
H A D | lib.rs | 68 …fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in get_param() method 112 stub.get_param(intention, id, data, reply) in on_remote_request() 222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param() method
|
/ohos5.0/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_delegator.rs | 172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param() method 180 plugin.get_param(&context, id, data, reply) in get_param()
|
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ |
H A D | plugin_manager.rs | 51 …fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in get_param() method
|
/ohos5.0/base/msdp/device_status/rust/ipc/client/src/ |
H A D | lib.rs | 247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param() method 260 self.0.get_param(intention, id, &borrowed_data_parcel, reply) in get_param()
|
/ohos5.0/base/msdp/device_status/rust/modules/drag/server/src/ |
H A D | lib.rs | 126 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() method
|
/ohos5.0/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | lib.rs | 94 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() method
|
/ohos5.0/base/msdp/device_status/rust/modules/basic/server/src/ |
H A D | lib.rs | 109 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() method
|
/ohos5.0/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 142 … ipc_client.get_param(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel)?; in get_coordination_state()
|