Searched refs:sv (Results 1 - 6 of 6) sorted by relevance
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_event_callback.cpp | 80 // add dummy sv if needed in ReportLocation() 147 // save sv info in ReportSatelliteStatusInfo() 162 LBSLOGE(GNSS, "%{public}s: sv is nullptr.", __func__); in SendDummySvInfo() 180 LBSLOGD(GNSS, "%{public}s: start increase dummy sv", __func__); in SendDummySvInfo() 192 LBSLOGD(GNSS, "%{public}s: sv number > 58, no need send dummy satellites", __func__); in SendDummySvInfo() 194 LBSLOGD(GNSS, "%{public}s: increase sv finished", __func__); in SendDummySvInfo() 201 void GnssEventCallback::ReportDummySv(const std::unique_ptr<SatelliteStatus> &sv) in ReportDummySv() argument 204 if (sv == nullptr) { in ReportDummySv() 205 LBSLOGE(GNSS, "%{public}s sv is nullptr.", __func__); in ReportDummySv() 208 gnssAbility->ReportSv(sv); in ReportDummySv() 219 IsSvTypeGps(const std::unique_ptr<SatelliteStatus> &sv, int index) IsSvTypeGps() argument 227 IsSvUsed(const std::unique_ptr<SatelliteStatus> &sv, int index) IsSvUsed() argument 236 AddDummySv(std::unique_ptr<SatelliteStatus> &sv, int svid, int cN0Dbhz) AddDummySv() argument [all...] |
H A D | gnss_ability.cpp | 923 void GnssAbility::ReportSv(const std::unique_ptr<SatelliteStatus> &sv) in ReportSv() argument 931 gnssStatusCallback->OnStatusChange(sv); in ReportSv()
|
/base/location/services/location_gnss/gnss/include/ |
H A D | gnss_event_callback.h | 48 bool IsSvTypeGps(const std::unique_ptr<SatelliteStatus> &sv, int index); 49 bool IsSvUsed(const std::unique_ptr<SatelliteStatus> &sv, int index); 50 void AddDummySv(std::unique_ptr<SatelliteStatus> &sv, int svid, int cN0Dbhz); 51 void ReportDummySv(const std::unique_ptr<SatelliteStatus> &sv);
|
H A D | gnss_ability.h | 179 void ReportSv(const std::unique_ptr<SatelliteStatus> &sv);
|
/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 72 std::unique_ptr<StringValue> sv = std::make_unique<StringValue>("2222222222222"); in TestScriptInterpreterScriptValue() local 73 if (sv == nullptr) { in TestScriptInterpreterScriptValue() 76 sv->IsTrue(); in TestScriptInterpreterScriptValue() 77 sv.reset(); in TestScriptInterpreterScriptValue()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_collector.cpp | 36 constexpr auto tag = "LOGLIMITD"sv; in InsertDropInfo()
|
Completed in 6 milliseconds