Searched refs:allIds (Results 1 – 1 of 1) sorted by relevance
41 std::vector<uint64_t> allIds = Rosen::DisplayManagerLite::GetInstance().GetAllDisplayIds(); in GetAllDisplayId() local44 std::transform(allIds.begin(), allIds.end(), back_inserter(displayIds), [](uint64_t id) { in GetAllDisplayId()