Searched refs:remove_watch (Results 1 - 8 of 8) sorted by relevance
/base/msdp/device_status/rust/data/sys/src/ |
H A D | plugin_manager.rs | 47 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in remove_watch() functions
|
/base/msdp/device_status/rust/ipc/service/src/ |
H A D | lib.rs | 62 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>; in remove_watch() functions 103 info!(LOG_LABEL, "Call stub.remove_watch()"); 104 stub.remove_watch(intention, id, data, reply) 210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch() functions 212 call_debug_enter!("FusionIpcProxy::remove_watch"); in remove_watch()
|
/base/msdp/device_status/rust/ipc/server/src/ |
H A D | fusion_ipc_delegator.rs | 150 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch() functions 152 call_debug_enter!("FusionIpcDelegator::remove_watch"); in remove_watch() 157 info!(LOG_LABEL, "Call plugin.remove_watch()"); in remove_watch() 158 plugin.remove_watch(&context, id, data, reply) in remove_watch()
|
/base/msdp/device_status/rust/modules/basic/server/src/ |
H A D | lib.rs | 97 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() functions 99 call_debug_enter!("FusionBasicServer::remove_watch"); in remove_watch()
|
/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | lib.rs | 81 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() functions 83 call_debug_enter!("FusionCoordinationServer::remove_watch"); in remove_watch()
|
/base/msdp/device_status/rust/modules/drag/server/src/ |
H A D | lib.rs | 53 /// * `IPlugin::remove_watch` to remove listener of drag events. 114 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch() functions 116 call_debug_enter!("FusionDragServer::remove_watch"); in remove_watch()
|
/base/msdp/device_status/rust/ipc/client/src/ |
H A D | lib.rs | 198 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch() functions 200 call_debug_enter!("FusionIpcClient::remove_watch"); in remove_watch() 210 info!(LOG_LABEL, "Call proxy.remove_watch()"); 211 self.0.remove_watch(intention, id, &borrowed_data_parcel, reply)
|
/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 187 debug!(LOG_LABEL, "Call ipc_client::remove_watch()"); in unregister_coordination_listener() 188 ipc_client.remove_watch(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel) in unregister_coordination_listener()
|
Completed in 3 milliseconds