Lines Matching defs:reply
44 int32_t TunnelClient::Enable(Intention intention, ParamBase &data, ParamBase &reply)
66 if (!reply.Unmarshalling(replyParcel)) {
73 int32_t TunnelClient::Disable(Intention intention, ParamBase &data, ParamBase &reply)
95 if (!reply.Unmarshalling(replyParcel)) {
102 int32_t TunnelClient::Start(Intention intention, ParamBase &data, ParamBase &reply)
124 if (!reply.Unmarshalling(replyParcel)) {
131 int32_t TunnelClient::Stop(Intention intention, ParamBase &data, ParamBase &reply)
153 if (!reply.Unmarshalling(replyParcel)) {
160 int32_t TunnelClient::AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply)
182 if (!reply.Unmarshalling(replyParcel)) {
189 int32_t TunnelClient::RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply)
211 if (!reply.Unmarshalling(replyParcel)) {
218 int32_t TunnelClient::SetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply)
240 if (!reply.Unmarshalling(replyParcel)) {
247 int32_t TunnelClient::GetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply)
269 if (!reply.Unmarshalling(replyParcel)) {
276 int32_t TunnelClient::Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply)
298 if (!reply.Unmarshalling(replyParcel)) {