Searched refs:passive_delay (Results 1 – 6 of 6) sorted by relevance
112 std::chrono::milliseconds passive_delay; member
447 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local450 passive_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()453 LOG(INFO) << "Sensor[" << name << "]'s Passive delay: " << passive_delay.count(); in ParseSensorInfo()774 .passive_delay = passive_delay, in ParseSensorInfo()
114 std::chrono::milliseconds passive_delay; member
613 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local616 passive_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()619 LOG(INFO) << "Sensor[" << name << "]'s Passive delay: " << passive_delay.count(); in ParseSensorInfo()822 .passive_delay = passive_delay, in ParseSensorInfo()
625 sensor_info->passive_delay = kMinPollIntervalMs; in setMinTimeout()924 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()933 sleep_ms = sensor_info.passive_delay; in thermalWatcherCallbackFunc()1003 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
599 sensor_info->passive_delay = kMinPollIntervalMs; in setMinTimeout()898 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()906 sleep_ms = sensor_info.passive_delay; in thermalWatcherCallbackFunc()971 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()