Home
last modified time | relevance | path

Searched refs:DefaultReply (Results 1 - 9 of 9) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddefault.rs57 pub struct DefaultReply { structure names
62 impl Serialize for DefaultReply {
64 call_debug_enter!("DefaultReply::serialize"); in serialize()
70 impl Deserialize for DefaultReply {
72 call_debug_enter!("DefaultReply::deserialize"); in deserialize()
74 Ok(DefaultReply {
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp61 DefaultReply reply {}; in StartDrag()
74 DefaultReply reply; in StopDrag()
93 DefaultReply reply {}; in AddDraglistener()
119 DefaultReply reply {}; in RemoveDraglistener()
140 DefaultReply reply {}; in AddSubscriptListener()
165 DefaultReply reply {}; in RemoveSubscriptListener()
180 DefaultReply reply {}; in SetDragWindowVisible()
196 DefaultReply reply {}; in UpdateDragStyle()
217 DefaultReply reply {}; in UpdateShadowPic()
285 DefaultReply repl in UpdatePreviewStyle()
[all...]
/base/msdp/device_status/intention/data/src/
H A Ddefault_params.cpp35 bool DefaultReply::Marshalling(MessageParcel &parcel) const in Marshalling()
40 bool DefaultReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs22 use fusion_data_rust::{ Intention, DefaultReply, DragData };
49 match DefaultReply::deserialize(&borrowed_reply_parcel) { in start_drag()
54 error!(LOG_LABEL, "Failed to deserialize DefaultReply"); in start_drag()
/base/msdp/device_status/rust/data/sys/src/
H A Dlib.rs24 pub use ipc::default::{ CallingContext, DefaultReply };
/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp33 DefaultReply reply {}; in SubscribeCallback()
46 DefaultReply reply {}; in UnsubscribeCallback()
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp60 DefaultReply reply; in RegisterListener()
93 DefaultReply reply; in UnregisterListener()
106 DefaultReply reply; in Enable()
124 DefaultReply reply; in Disable()
149 DefaultReply reply; in Start()
173 DefaultReply reply; in Stop()
197 DefaultReply reply; in GetCooperateState()
236 DefaultReply reply; in RegisterEventListener()
279 DefaultReply reply; in UnregisterEventListener()
293 DefaultReply repl in SetDamplingCoefficient()
[all...]
/base/msdp/device_status/intention/data/include/
H A Ddefault_params.h33 struct DefaultReply final : public ParamBase {
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs27 Intention, DefaultReply, GeneralCoordinationParam, StartCoordinationParam,
144 match DefaultReply::deserialize(&borrowed_reply_parcel) { in get_coordination_state()
149 error!(LOG_LABEL, "Failed to deserialize DefaultReply"); in get_coordination_state()

Completed in 4 milliseconds