Lines Matching refs:replyParcel
60 MessageParcel replyParcel;
61 int32_t ret = devicestatusProxy_->Enable(intention, dataParcel, replyParcel);
66 if (!reply.Unmarshalling(replyParcel)) {
89 MessageParcel replyParcel;
90 int32_t ret = devicestatusProxy_->Disable(intention, dataParcel, replyParcel);
95 if (!reply.Unmarshalling(replyParcel)) {
118 MessageParcel replyParcel;
119 int32_t ret = devicestatusProxy_->Start(intention, dataParcel, replyParcel);
124 if (!reply.Unmarshalling(replyParcel)) {
147 MessageParcel replyParcel;
148 int32_t ret = devicestatusProxy_->Stop(intention, dataParcel, replyParcel);
153 if (!reply.Unmarshalling(replyParcel)) {
176 MessageParcel replyParcel;
177 int32_t ret = devicestatusProxy_->AddWatch(intention, id, dataParcel, replyParcel);
182 if (!reply.Unmarshalling(replyParcel)) {
205 MessageParcel replyParcel;
206 int32_t ret = devicestatusProxy_->RemoveWatch(intention, id, dataParcel, replyParcel);
211 if (!reply.Unmarshalling(replyParcel)) {
234 MessageParcel replyParcel;
235 int32_t ret = devicestatusProxy_->SetParam(intention, id, dataParcel, replyParcel);
240 if (!reply.Unmarshalling(replyParcel)) {
263 MessageParcel replyParcel;
264 int32_t ret = devicestatusProxy_->GetParam(intention, id, dataParcel, replyParcel);
269 if (!reply.Unmarshalling(replyParcel)) {
292 MessageParcel replyParcel;
293 int32_t ret = devicestatusProxy_->Control(intention, id, dataParcel, replyParcel);
298 if (!reply.Unmarshalling(replyParcel)) {