Searched refs:currTimestamp (Results 1 – 1 of 1) sorted by relevance
781 std::string currTimestamp = ExtractTimestamp(entry.second); in RemoveOldestDevice() local782 if (oldestTimestamp.empty() || std::stoul(currTimestamp) < std::stoul(oldestTimestamp)) { in RemoveOldestDevice()783 oldestTimestamp = currTimestamp; in RemoveOldestDevice()