Home
last modified time | relevance | path

Searched refs:TableEntry (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/lshal/
DTableEntry.h76 struct TableEntry { struct
94 static bool sortByInterfaceName(const TableEntry &a, const TableEntry &b) { in sortByInterfaceName() argument
97 static bool sortByServerPid(const TableEntry &a, const TableEntry &b) { in sortByServerPid() argument
115 bool operator==(const TableEntry& other) const; argument
123 using Entries = std::vector<TableEntry>;
131 void add(TableEntry&& entry) { mEntries.push_back(std::move(entry)); } in add()
148 using TableEntryCompare = std::function<bool(const TableEntry &, const TableEntry &)>;
DListCommand.h98 void putEntry(HalType type, TableEntry &&entry);
106 TableEntry *entry);
120 void addLine(TextTable *table, const TableEntry &entry);
150 bool addEntryWithInstance(const TableEntry &entry, vintf::HalManifest *manifest) const;
151 bool addEntryWithoutInstance(const TableEntry &entry, const vintf::HalManifest *manifest) const;
159 bool hasHwbinderEntry(const TableEntry& entry) const;
160 bool hasPassthroughEntry(const TableEntry& entry) const;
DTableEntry.cpp72 std::string TableEntry::getField(TableColumnType type) const { in getField()
106 std::string TableEntry::isReleased() const { in isReleased()
118 std::string TableEntry::getVintfInfo() const { in getVintfInfo()
185 bool TableEntry::operator==(const TableEntry& other) const { in operator ==()
196 std::string TableEntry::to_string() const { in to_string()
DListCommand.cpp343 for (TableEntry &entry : table) { in postprocess()
350 for (TableEntry& entry : table) { in postprocess()
358 for (TableEntry &packageEntry : mImplementationsTable) { in postprocess()
364 for (TableEntry &interfaceEntry : mPassthroughRefTable) { in postprocess()
398 bool ListCommand::addEntryWithInstance(const TableEntry& entry, in addEntryWithInstance()
444 bool ListCommand::addEntryWithoutInstance(const TableEntry& entry, in addEntryWithoutInstance()
472 for (const TableEntry& entry : mServicesTable) in dumpVintf()
474 for (const TableEntry& entry : mPassthroughRefTable) in dumpVintf()
476 for (const TableEntry& entry : mManifestHalsTable) in dumpVintf()
480 for (const TableEntry& entry : mImplementationsTable) in dumpVintf()
[all …]
DAndroid.bp36 "TableEntry.cpp",
Dtest.cpp430 TableEntry expected{ in TEST_F()