Home
last modified time | relevance | path

Searched refs:hashStrings (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util_test.cpp105 const auto& [installerIndex, hashStrings] = GetParam(); in TEST_P()
109 /* deleted */ false, hashStrings, installerIndex); in TEST_P()
122 const bool hashStrings = GetParam(); in TEST_P() local
124 /* certHash */ {}, /* deleted */ false, hashStrings, in TEST_P()
155 const bool hashStrings = GetParam(); in TEST_P() local
158 /* deleted */ {false}, /* installerIndices */ {}, hashStrings); in TEST_P()
162 /* deleted */ false, hashStrings, /* installerIndex */ nullopt); in TEST_P()
168 const bool hashStrings = GetParam(); in TEST_P() local
171 /* deleted */ {false}, /* installerIndices */ {3}, hashStrings); in TEST_P()
175 /* deleted */ false, hashStrings, /* installerIndex */ 3); in TEST_P()
Dstatsd_test_util.h822 const bool hashStrings, const optional<uint32_t> installerIndex);
829 const std::vector<uint32_t>& installerIndices, const bool hashStrings);
Dstatsd_test_util.cpp2209 const bool hashStrings, const optional<uint32_t> installerIndex) { in buildPackageInfo() argument
2217 if (hashStrings) { in buildPackageInfo()
2227 } else if (hashStrings) { in buildPackageInfo()
2240 const vector<uint32_t>& installerIndices, const bool hashStrings) { in buildPackageInfos() argument
2253 deleted[i], hashStrings, installerIndex)); in buildPackageInfos()