Searched refs:Coordination (Results 1 - 5 of 5) sorted by relevance
/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 55 ipc_client.enable(Intention::Coordination, ¶m, &mut borrowed_reply_parcel) in enable_coordination() 75 ipc_client.disable(Intention::Coordination, ¶m, &mut borrowed_reply_parcel) in disable_coordination() 98 ipc_client.start(Intention::Coordination, ¶m, &mut borrowed_reply_parcel) in start_coordination() 120 ipc_client.stop(Intention::Coordination, ¶m, &mut borrowed_reply_parcel) in stop_coordination() 142 ipc_client.get_param(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel)?; in get_coordination_state() 170 ipc_client.add_watch(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel) in register_coordination_listener() 188 ipc_client.remove_watch(Intention::Coordination, 0u32, ¶m, &mut borrowed_reply_parcel) in unregister_coordination_listener()
|
/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | coordination.rs | 31 tag: "Coordination" 35 pub struct Coordination(i32); structure names 37 impl Coordination { impls 41 call_debug_enter!("Coordination::enable"); in enable() 48 call_debug_enter!("Coordination::disable"); in disable() 55 call_debug_enter!("Coordination::start"); in start() 62 call_debug_enter!("Coordination::stop"); in stop() 69 call_debug_enter!("Coordination::get_state"); in get_state() 76 call_debug_enter!("Coordination::register_listener"); in register_listener() 83 call_debug_enter!("Coordination in unregister_listener() [all...] |
H A D | lib.rs | 33 use coordination::Coordination; 43 struct FusionCoordinationServer(Coordination);
|
/base/msdp/device_status/rust/data/sys/src/ |
H A D | plugin_manager.rs | 30 Coordination
|
/base/msdp/device_status/rust/plugin_manager/src/ |
H A D | lib.rs | 70 Intention::Coordination => { in instantiate_loader()
|
Completed in 2 milliseconds