Lines Matching defs:reply
41 int32_t StationaryServer::Enable(CallingContext &context, MessageParcel &data, MessageParcel &reply)
47 int32_t StationaryServer::Disable(CallingContext &context, MessageParcel &data, MessageParcel &reply)
53 int32_t StationaryServer::Start(CallingContext &context, MessageParcel &data, MessageParcel &reply)
59 int32_t StationaryServer::Stop(CallingContext &context, MessageParcel &data, MessageParcel &reply)
65 int32_t StationaryServer::AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)
81 int32_t StationaryServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)
97 int32_t StationaryServer::SetParam(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)
103 int32_t StationaryServer::GetParam(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)
116 if (!dataReply.Marshalling(reply)) {
123 int32_t StationaryServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)