Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs45 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in add_watch() functions
/base/msdp/device_status/rust/ipc/service/src/
H A Dlib.rs60 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>; in add_watch() functions
99 info!(LOG_LABEL, "Call stub.add_watch()");
100 stub.add_watch(intention, id, data, reply)
204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch() functions
206 call_debug_enter!("FusionIpcProxy::add_watch"); in add_watch()
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs139 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch() functions
141 call_debug_enter!("FusionIpcDelegator::add_watch"); in add_watch()
146 info!(LOG_LABEL, "Call plugin.add_watch()"); in add_watch()
147 plugin.add_watch(&context, id, data, reply) in add_watch()
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs91 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() functions
93 call_debug_enter!("FusionBasicServer::add_watch"); in add_watch()
/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dlib.rs74 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() functions
76 call_debug_enter!("FusionCoordinationServer::add_watch"); in add_watch()
/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs52 /// * `IPlugin::add_watch` to add listener for drag events.
108 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch() functions
110 call_debug_enter!("FusionDragServer::add_watch"); in add_watch()
/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs175 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch() functions
177 call_debug_enter!("FusionIpcClient::add_watch"); in add_watch()
187 info!(LOG_LABEL, "Call proxy.add_watch()");
188 self.0.add_watch(intention, id, &borrowed_data_parcel, reply)
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs169 debug!(LOG_LABEL, "Call ipc_client::add_watch()"); in register_coordination_listener()
170 ipc_client.add_watch(Intention::Coordination, 0u32, &param, &mut borrowed_reply_parcel) in register_coordination_listener()

Completed in 3 milliseconds