Home
last modified time | relevance | path

Searched refs:get_param (Results 1 - 8 of 8) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs51 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in get_param() functions
/base/msdp/device_status/rust/ipc/service/src/
H A Dlib.rs68 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>; in get_param() functions
111 info!(LOG_LABEL, "Call stub.get_param()");
112 stub.get_param(intention, id, data, reply)
222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param() functions
224 call_debug_enter!("FusionIpcProxy::get_param"); in get_param()
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param() functions
174 call_debug_enter!("FusionIpcDelegator::get_param"); in get_param()
179 info!(LOG_LABEL, "Call plugin.get_param()"); in get_param()
180 plugin.get_param(&context, id, data, reply) in get_param()
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs109 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
111 call_debug_enter!("FusionBasicServer::get_param"); in get_param()
/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dlib.rs94 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
96 call_debug_enter!("FusionCoordinationServer::get_param"); in get_param()
/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs126 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param() functions
128 call_debug_enter!("FusionDragServer::get_param"); in get_param()
/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param() functions
249 call_debug_enter!("FusionIpcClient::get_param"); in get_param()
259 info!(LOG_LABEL, "Call proxy.get_param()");
260 self.0.get_param(intention, id, &borrowed_data_parcel, reply)
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs141 debug!(LOG_LABEL, "Call ipc_client::get_param()"); in get_coordination_state()
142 ipc_client.get_param(Intention::Coordination, 0u32, &param, &mut borrowed_reply_parcel)?; in get_coordination_state()

Completed in 4 milliseconds