Lines Matching refs:override
31 ~GnssInterfaceImpl() override;
33 int32_t SetGnssConfigPara(const GnssConfigPara& para) override;
35 int32_t EnableGnss(const sptr<IGnssCallback>& callbackObj) override;
37 int32_t DisableGnss() override;
39 int32_t StartGnss(GnssStartType type) override;
41 int32_t StopGnss(GnssStartType type) override;
43 int32_t SetGnssReferenceInfo(const GnssRefInfo& refInfo) override;
45 int32_t DeleteAuxiliaryData(unsigned short data) override;
47 int32_t SetPredictGnssData(const std::string& data) override;
49 int32_t GetCachedGnssLocationsSize(int32_t& size) override;
51 int32_t GetCachedGnssLocations() override;
53 int32_t SendNiUserResponse(int32_t gnssNiNotificationId, GnssNiResponseCmd userResponse) override;
55 int32_t SendNetworkInitiatedMsg(const std::string& msg, int32_t length) override;
57 int32_t EnableGnssMeasurement(const sptr<IGnssMeasurementCallback>& callbackObj) override;
59 int32_t DisableGnssMeasurement() override;
74 void OnRemoteDied(const wptr<IRemoteObject>& remote) override