Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter_unittest.cc449 unordered_set<string> session_ids; in SessionIdTestConsistencyInUpdateFlow() local
451 auto CheckSessionId = [&session_ids](AbstractAction* aa) { in SessionIdTestConsistencyInUpdateFlow()
453 session_ids.insert(static_cast<OmahaRequestAction*>(aa)->session_id_); in SessionIdTestConsistencyInUpdateFlow()
459 EXPECT_EQ(1, session_ids.size()); in SessionIdTestConsistencyInUpdateFlow()