Searched refs:sv (Results 1 – 7 of 7) sorted by relevance
/base/update/updater/test/unittest/script/ |
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/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/ |
D | plural.txt | 59 sv "", "= 1", "", "", "", ""
|
D | locales.txt | 397 sv 398 sv-AX 399 sv-FI 400 sv-SE
|
D | decimalPlurals.txt | 59 sv "", "v = 0", "", "", "", ""
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_collector.cpp | 36 constexpr auto tag = "LOGLIMITD"sv; in InsertDropInfo()
|
/base/location/services/location_gnss/gnss/include/ |
D | gnss_ability.h | 100 void ReportSv(const std::unique_ptr<SatelliteStatus> &sv);
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_ability.cpp | 379 void GnssAbility::ReportSv(const std::unique_ptr<SatelliteStatus> &sv) in ReportSv() argument 384 callback->OnStatusChange(sv); in ReportSv()
|