Home
last modified time | relevance | path

Searched refs:installerIndex (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/packages/
DUidMap.cpp353 int installerIndex = -1; in writeUidMapSnapshotLocked() local
359 installerIndex = curInstallerIndex; in writeUidMapSnapshotLocked()
362 installerIndex = it->second; in writeUidMapSnapshotLocked()
377 if (installerIndex != -1) { in writeUidMapSnapshotLocked()
380 installerIndex); in writeUidMapSnapshotLocked()
393 if (installerIndex != -1) { in writeUidMapSnapshotLocked()
395 installerIndex); in writeUidMapSnapshotLocked()
/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()
Dstatsd_test_util.cpp2111 const bool hashStrings, const optional<uint32_t> installerIndex) { in buildPackageInfo() argument
2127 if (installerIndex) { in buildPackageInfo()
2128 packageInfo.set_installer_index(*installerIndex); in buildPackageInfo()
2145 const optional<uint32_t> installerIndex = in buildPackageInfos() local
2155 deleted[i], hashStrings, installerIndex)); in buildPackageInfos()
Dstatsd_test_util.h792 const bool hashStrings, const optional<uint32_t> installerIndex);