Searched refs:send_cb (Results 1 – 8 of 8) sorted by relevance
333 bool send_cb = false; in ParseSensorInfo() local335 send_cb = sensors[i]["Monitor"].asBool(); in ParseSensorInfo()337 send_cb = sensors[i]["SendCallback"].asBool(); in ParseSensorInfo()339 LOG(INFO) << "Sensor[" << name << "]'s SendCallback: " << std::boolalpha << send_cb in ParseSensorInfo()793 if (is_hidden && send_cb) { in ParseSensorInfo()799 bool is_watch = (send_cb | send_powerhint | support_pid | support_hard_limit); in ParseSensorInfo()824 .send_cb = send_cb, in ParseSensorInfo()
116 bool send_cb; member
188 bool send_cb = false; in ParseSensorInfo() local192 send_cb = true; in ParseSensorInfo()194 LOG(INFO) << "Sensor[" << name << "]'s SendCallback: " << std::boolalpha << send_cb in ParseSensorInfo()745 if (is_hidden && send_cb) { in ParseSensorInfo()751 bool is_watch = (send_cb | send_powerhint | support_pid | support_hard_limit); in ParseSensorInfo()776 .send_cb = send_cb, in ParseSensorInfo()
114 bool send_cb; member
736 if (filterCallback && !name_info_pair.second.send_cb) { in fillCurrentTemperatures()1040 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
704 if (name_info_pair.second.send_cb) { in debug()
710 if (filterCallback && !name_info_pair.second.send_cb) { in fillCurrentTemperatures()1010 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
698 if (name_info_pair.second.send_cb) { in debug()