summaryrefslogtreecommitdiff
path: root/core/SystemStatus.h
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2017-12-21 20:03:40 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2018-01-03 14:52:33 +0800
commit57a5b186c529aa99e365d7a4c781bda3e39e1ee8 (patch)
treef6ee6dfa0f82f0467ff25af28b287d024bec3139 /core/SystemStatus.h
parentd519abf0c1c1e25402543e39d2affbd73f8c69b2 (diff)
downloadgps-57a5b186c529aa99e365d7a4c781bda3e39e1ee8.tar.gz
Remove system status reset upon delete aiding data
Delete aiding data command would trigger default gnss engine state set. Rename setDeafultReport with setDefaultGnssEngineStates and remove system settings reset in it. Change-Id: I7b5dffe3191b24e9f5bb6d887705fca34ed94013 CRs-fixed: 2151350
Diffstat (limited to 'core/SystemStatus.h')
-rw-r--r--core/SystemStatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SystemStatus.h b/core/SystemStatus.h
index e4d06da..7e3309d 100644
--- a/core/SystemStatus.h
+++ b/core/SystemStatus.h
@@ -808,7 +808,7 @@ public:
bool eventDataItemNotify(IDataItemCore* dataitem);
bool setNmeaString(const char *data, uint32_t len);
bool getReport(SystemStatusReports& reports, bool isLatestonly = false) const;
- bool setDefaultReport(void);
+ bool setDefaultGnssEngineStates(void);
bool eventConnectionStatus(bool connected, int8_t type);
};