Searched refs:MSG_TYPE (Results 1 – 3 of 3) sorted by relevance
72 createTableStr.append(SmsMmsInfo::MSG_TYPE).append(" INTEGER DEFAULT 0, "); in CreateSmsMmsInfoTableStr()248 …sql.append("count(CASE WHEN ").append(SmsMmsInfo::MSG_TYPE).append("=0 THEN 1 ELSE null END) as un… in StatisticsUnRead()249 …sql.append("count(CASE WHEN ").append(SmsMmsInfo::MSG_TYPE).append("=1 THEN 1 ELSE null END) as un… in StatisticsUnRead()
54 static constexpr const char *MSG_TYPE = "msg_type"; variable
209 smsMmsInfoBucket.Put(SmsMmsInfo::MSG_TYPE, "0"); in InsertSmsMmsInfo()