Lines Matching defs:StationaryServer
30 #define LOG_TAG "StationaryServer"
36 StationaryServer::StationaryServer()
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)
123 int32_t StationaryServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply)
129 void StationaryServer::Subscribe(CallingContext &context, Type type, ActivityEvent event,
152 void StationaryServer::Unsubscribe(CallingContext &context, Type type,
171 Data StationaryServer::GetCache(CallingContext &context, const Type &type)
176 void StationaryServer::ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable)