Lines Matching refs:batteryCurrentNowPath
225 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty())
226 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000;
330 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
391 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
393 getIntField(mHealthdConfig->batteryCurrentNowPath);
452 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
453 v = getIntField(mHealthdConfig->batteryCurrentNowPath);
470 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
574 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
579 mHealthdConfig->batteryCurrentNowPath = path;
662 if (mHealthdConfig->batteryCurrentNowPath.isEmpty())
663 KLOG_WARNING(LOG_TAG, "BatteryCurrentNowPath not found\n");