Searched refs:batteryPresentPath (Results 1 – 5 of 5) sorted by relevance
31 config.batteryPresentPath = hc->batteryPresentPath.string(); in convertToHealthConfig()56 hc->batteryPresentPath = in convertFromHealthConfig()57 android::String8(c.batteryPresentPath.c_str(), in convertFromHealthConfig()58 c.batteryPresentPath.size()); in convertFromHealthConfig()
250 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in updateValues()251 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in updateValues()587 if (mHealthdConfig->batteryPresentPath.isEmpty()) { in init()592 mHealthdConfig->batteryPresentPath = path; in init()708 if (mHealthdConfig->batteryPresentPath.isEmpty()) in init()
125 config->batteryPresentPath = createFile("/data/local/tmp/batteryPresent", "1"); in healthd_board_init()
62 android::String8 batteryPresentPath; member
103 * batteryPresentPath - file path to read battery present status.106 string batteryPresentPath;