Searched refs:forEachTable (Results 1 – 3 of 3) sorted by relevance
223 void forEachTable(const std::function<void(Table &)> &f) { in forEachTable() function in android::lshal::MockListCommand224 return ListCommand::forEachTable(f); in forEachTable()226 void forEachTable(const std::function<void(const Table &)> &f) const { in forEachTable() function in android::lshal::MockListCommand227 return ListCommand::forEachTable(f); in forEachTable()265 mockList->forEachTable([](const Table& table) { in TEST_F()275 mockList->forEachTable([](const Table& table) { in TEST_F()372 mockList->forEachTable([&](Table& table) { in initMockList()447 mockList->forEachTable([&](const Table& table) { in TEST_F()
137 void forEachTable(const std::function<void(Table &)> &f);138 void forEachTable(const std::function<void(const Table &)> &f) const;
246 void ListCommand::forEachTable(const std::function<void(Table &)> &f) { in forEachTable() function in android::lshal::ListCommand251 void ListCommand::forEachTable(const std::function<void(const Table &)> &f) const { in forEachTable() function in android::lshal::ListCommand258 forEachTable([this](Table &table) { in postprocess()455 forEachTable([&tables](const Table &table) { in dumpTable()462 forEachTable([this, &out](const Table &table) { in dumpTable()1126 forEachTable([this] (Table& table) {