Searched refs:PowerSupplySample (Results 1 – 4 of 4) sorted by relevance
30 struct PowerSupplySample { struct31 PowerSupplySample();59 const std::deque<PowerSupplySample>& power_supply_data() const { in power_supply_data() argument98 std::deque<PowerSupplySample> power_supply_data_;
42 const std::deque<PowerDataCollector::PowerSupplySample>& data1 = in TEST_F()51 const std::deque<PowerDataCollector::PowerSupplySample>& data2 = in TEST_F()73 std::deque<PowerDataCollector::PowerSupplySample> sample_deque; in TEST_F()74 PowerDataCollector::PowerSupplySample sample1, sample2; in TEST_F()
53 PowerSupplySample sample; in PowerChanged()81 PowerDataCollector::PowerSupplySample::PowerSupplySample() in PowerSupplySample() function in chromeos::PowerDataCollector::PowerSupplySample
81 const std::deque<PowerDataCollector::PowerSupplySample>& power_supply = in OnGetBatteryChargeData()85 const PowerDataCollector::PowerSupplySample& sample = power_supply[i]; in OnGetBatteryChargeData()