Lines Matching refs:RingtoneUtils
42 std::string RingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue)
54 std::map<int, std::string> RingtoneUtils::GetDefaultSystemtoneInfo()
101 int32_t RingtoneUtils::ChecMoveDb()
103 auto ret = RingtoneUtils::CheckNeedScanner(COMMON_XML_EL1);
112 ret = RingtoneUtils::CheckNeedScanner(DFX_COMMON_XML);
120 if (!RingtoneUtils::MoveEL2DBToEL1DB()) {
124 RingtoneUtils::SetMoveEL2DBToEL1();
128 int32_t RingtoneUtils::CheckNeedScanner(const std::string &xmlFilePath)
145 bool RingtoneUtils::MoveEL2DBToEL1DB()
172 bool RingtoneUtils::SetMoveEL2DBToEL1()