Searched refs:installerIndex (Results 1 – 4 of 4) sorted by relevance
353 int installerIndex = -1; in writeUidMapSnapshotLocked() local359 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()
105 const auto& [installerIndex, hashStrings] = GetParam(); in TEST_P()109 /* deleted */ false, hashStrings, installerIndex); in TEST_P()
2111 const bool hashStrings, const optional<uint32_t> installerIndex) { in buildPackageInfo() argument2127 if (installerIndex) { in buildPackageInfo()2128 packageInfo.set_installer_index(*installerIndex); in buildPackageInfo()2145 const optional<uint32_t> installerIndex = in buildPackageInfos() local2155 deleted[i], hashStrings, installerIndex)); in buildPackageInfos()
792 const bool hashStrings, const optional<uint32_t> installerIndex);