Home
last modified time | relevance | path

Searched refs:TrimStr (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_utils.cpp48 TrimStr(out); in ReadNode()
73 void ThermalHdfUtils::TrimStr(std::string& str) in TrimStr() function in OHOS::HDI::Thermal::V1_1::ThermalHdfUtils
Dthermal_hdf_timer.cpp66 StrToInt(TrimStr(baseIter->value), isSim_); in SetSimluationFlag()
Dthermal_hdf_config.cpp152 StrToInt(TrimStr(strInterval), interval); in ParsePollingNode()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dthermal_hdf_utils.h35 static void TrimStr(std::string& str);
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dbattery_config.cpp184 SplitStr(TrimStr(key), ".", keys); in SplitKey()