Home
last modified time | relevance | path

Searched refs:chargeLimitStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_interface_test.cpp90 std::string chargeLimitStr; variable
96 chargeLimitStr += line + "\n";
99 EXPECT_EQ(true, chargeLimitStr == writeChargeInfo);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp1013 std::string chargeLimitStr; in SetChargingLimit() local
1020 chargeLimitStr = chargeLimitStr + (iter.protocol + " " + std::to_string(iter.value) + "\n"); in SetChargingLimit()
1023 int32_t ret = SetConfigByPath(limitPath, chargeLimitStr); in SetChargingLimit()