Home
last modified time | relevance | path

Searched refs:installerIndices (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/packages/
DUidMap.cpp331 map<string, int>* installerIndices, std::set<string>* str_set, in writeUidMapSnapshot() argument
337 installerIndices, str_set, proto); in writeUidMapSnapshot()
345 map<string, int>* installerIndices, in writeUidMapSnapshotLocked() argument
360 if (includeInstaller && installerIndices != nullptr) { in writeUidMapSnapshotLocked()
361 const auto& it = installerIndices->find(appData.installer); in writeUidMapSnapshotLocked()
362 if (it == installerIndices->end()) { in writeUidMapSnapshotLocked()
364 (*installerIndices)[appData.installer] = curInstallerIndex; in writeUidMapSnapshotLocked()
470 map<string, int> installerIndices; in appendUidMap() local
478 &installerIndices, str_set, proto); in appendUidMap()
481 vector<string> installers(installerIndices.size(), ""); in appendUidMap()
[all …]
DUidMap.h164 std::map<string, int>* installerIndices, std::set<string>* str_set,
176 std::map<string, int>* installerIndices,
/packages/modules/StatsD/statsd/tests/
DUidMap_test.cpp603 vector<uint32_t> installerIndices = computeIndices( in TEST_F() local
608 /* certHashes */ {}, kDeleted, installerIndices, in TEST_F()
634 vector<uint32_t> installerIndices = computeIndices(results.installer_name().begin(), in TEST_F() local
639 /* certHashes */ {}, kDeleted, installerIndices, in TEST_F()
Dstatsd_test_util.cpp2240 const vector<uint32_t>& installerIndices, const bool hashStrings) { in buildPackageInfos() argument
2244 installerIndices.empty() ? nullopt : optional<uint32_t>(installerIndices[i]); in buildPackageInfos()
Dstatsd_test_util.h829 const std::vector<uint32_t>& installerIndices, const bool hashStrings);