Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/packages/
DUidMap.cpp359 int installerIndex = -1; in writeUidMapSnapshotLocked() local
365 installerIndex = curInstallerIndex; in writeUidMapSnapshotLocked()
368 installerIndex = it->second; in writeUidMapSnapshotLocked()
383 if (installerIndex != -1) { in writeUidMapSnapshotLocked()
386 installerIndex); in writeUidMapSnapshotLocked()
399 if (installerIndex != -1) { in writeUidMapSnapshotLocked()
401 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.cpp2209 const bool hashStrings, const optional<uint32_t> installerIndex) { in buildPackageInfo() argument
2225 if (installerIndex) { in buildPackageInfo()
2226 packageInfo.set_installer_index(*installerIndex); in buildPackageInfo()
2243 const optional<uint32_t> installerIndex = in buildPackageInfos() local
2253 deleted[i], hashStrings, installerIndex)); in buildPackageInfos()
Dstatsd_test_util.h822 const bool hashStrings, const optional<uint32_t> installerIndex);