Searched refs:chargeLimitStr (Results 1 – 2 of 2) sorted by relevance
90 std::string chargeLimitStr; variable96 chargeLimitStr += line + "\n";99 EXPECT_EQ(true, chargeLimitStr == writeChargeInfo);
1013 std::string chargeLimitStr; in SetChargingLimit() local1020 chargeLimitStr = chargeLimitStr + (iter.protocol + " " + std::to_string(iter.value) + "\n"); in SetChargingLimit()1023 int32_t ret = SetConfigByPath(limitPath, chargeLimitStr); in SetChargingLimit()