Searched refs:installerIndex (Results 1 – 4 of 4) sorted by relevance
359 int installerIndex = -1; in writeUidMapSnapshotLocked() local365 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()
105 const auto& [installerIndex, hashStrings] = GetParam(); in TEST_P()109 /* deleted */ false, hashStrings, installerIndex); in TEST_P()
2209 const bool hashStrings, const optional<uint32_t> installerIndex) { in buildPackageInfo() argument2225 if (installerIndex) { in buildPackageInfo()2226 packageInfo.set_installer_index(*installerIndex); in buildPackageInfo()2243 const optional<uint32_t> installerIndex = in buildPackageInfos() local2253 deleted[i], hashStrings, installerIndex)); in buildPackageInfos()
822 const bool hashStrings, const optional<uint32_t> installerIndex);