Searched refs:add_watch (Results 1 - 8 of 8) sorted by relevance
/base/msdp/device_status/rust/data/sys/src/ |
H A D | plugin_manager.rs | 45 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 D | lib.rs | 60 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 D | fusion_ipc_delegator.rs | 139 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 D | lib.rs | 91 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 D | lib.rs | 74 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 D | lib.rs | 52 /// * `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 D | lib.rs | 175 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 D | lib.rs | 169 debug!(LOG_LABEL, "Call ipc_client::add_watch()"); in register_coordination_listener() 170 ipc_client.add_watch(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel) in register_coordination_listener()
|
Completed in 3 milliseconds