Home
last modified time | relevance | path

Searched defs:set_param (Results 1 – 9 of 9) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs49 …fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in set_param() method
/base/msdp/device_status/rust/ipc/service/src/
Dlib.rs65 …fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in set_param() method
216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param() method
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs120 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() method
/base/msdp/device_status/rust/modules/coordination/server/src/
Dlib.rs88 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() method
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs103 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param() method
/base/msdp/device_status/rust/ipc/client/src/
Dlib.rs223 pub fn set_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in set_param() method
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_delegator.rs161 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param() method
/base/security/asset/services/core_service/src/
Dsys_event.rs71 fn set_param(mut self, param: HiSysEventParam<'a>) -> Self { in set_param() method
/base/hiviewdfx/hitrace/tools/hitrace_converter/
Dhitrace_converter.py195 def set_param(self, key: int, value: Any) -> None: member in TraceParseContext