Lines Matching refs:TableEntry
262 for (TableEntry &entry : table) { in postprocess()
269 for (TableEntry& entry : table) { in postprocess()
277 for (TableEntry &packageEntry : mImplementationsTable) { in postprocess()
283 for (TableEntry &interfaceEntry : mPassthroughRefTable) { in postprocess()
317 bool ListCommand::addEntryWithInstance(const TableEntry& entry, in addEntryWithInstance()
363 bool ListCommand::addEntryWithoutInstance(const TableEntry& entry, in addEntryWithoutInstance()
391 for (const TableEntry& entry : mServicesTable) in dumpVintf()
393 for (const TableEntry& entry : mPassthroughRefTable) in dumpVintf()
395 for (const TableEntry& entry : mManifestHalsTable) in dumpVintf()
399 for (const TableEntry& entry : mImplementationsTable) in dumpVintf()
506 void ListCommand::putEntry(HalType type, TableEntry &&entry) { in putEntry()
507 tableForType(type)->add(std::forward<TableEntry>(entry)); in putEntry()
518 std::map<std::string, TableEntry> entries; in fetchAllLibraries()
522 entries.emplace(interfaceName, TableEntry{ in fetchAllLibraries()
589 std::map<std::string, TableEntry> allTableEntries; in fetchBinderized()
592 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()
607 TableEntry *entry) { in fetchBinderizedEntry()
717 std::map<std::string, TableEntry> entries; in fetchManifestHals()
720 TableEntry entry{ in fetchManifestHals()
744 for (const TableEntry& manifestEntry : mManifestHalsTable) { in fetchLazyHals()
747 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
753 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
764 bool ListCommand::hasHwbinderEntry(const TableEntry& entry) const { in hasHwbinderEntry()
765 for (const TableEntry& existing : mServicesTable) { in hasHwbinderEntry()
773 bool ListCommand::hasPassthroughEntry(const TableEntry& entry) const { in hasPassthroughEntry()
778 for (const TableEntry& existing : mImplementationsTable) { in hasPassthroughEntry()
946 thiz->mSortColumn = TableEntry::sortByInterfaceName; in registerAllOptions()
948 thiz->mSortColumn = TableEntry::sortByServerPid; in registerAllOptions()