Searched refs:END_TIME (Results 1 – 6 of 6) sorted by relevance
50 static constexpr const char *END_TIME = "end_time"; variable154 static constexpr const char *END_TIME = "end_time"; variable
32 constexpr int32_t END_TIME = 2; variable147 if (timeCount_ == END_TIME) { in LoopingThreadEntry()
75 createTableStr.append(SmsMmsInfo::END_TIME).append(" TEXT DEFAULT '', "); in CreateSmsMmsInfoTableStr()131 createTableStr.append(SmsSubsection::END_TIME).append(" TEXT DEFAULT '', "); in CreateSmsSubsectionTableStr()
188 bucket.Put(SmsSubsection::END_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
309 resultSet->GetColumnIndex(SmsSubsection::END_TIME, columnIndex); in ConvertStringToIndexer()
208 smsMmsInfoBucket.Put(SmsMmsInfo::END_TIME, std::to_string(duration.count())); in InsertSmsMmsInfo()