Home
last modified time | relevance | path

Searched refs:END_TIME (Results 1 - 6 of 6) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h50 static constexpr const char *END_TIME = "end_time"; member in OHOS::Telephony::SmsMmsInfo
158 static constexpr const char *END_TIME = "end_time"; member in OHOS::Telephony::SmsSubsection
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp32 constexpr int32_t END_TIME = 2; member
147 if (timeCount_ == END_TIME) { in LoopingThreadEntry()
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp75 createTableStr.append(SmsMmsInfo::END_TIME).append(" TEXT DEFAULT '', "); in CreateSmsMmsInfoTableStr()
132 createTableStr.append(SmsSubsection::END_TIME).append(" TEXT DEFAULT '', "); in CreateSmsSubsectionTableStr()
/base/telephony/sms_mms/services/sms/
H A Dsms_receive_handler.cpp408 bucket.Put(SmsSubsection::END_TIME, std::to_string(indexer->GetTimestamp())); in AddMsgToDB()
H A Dsms_persist_helper.cpp552 resultSet->GetColumnIndex(SmsSubsection::END_TIME, columnIndex); in ConvertStringToIndexer()
H A Dsms_service.cpp235 smsMmsInfoBucket.Put(SmsMmsInfo::END_TIME, std::to_string(duration.count())); in InsertSmsMmsInfo()

Completed in 6 milliseconds