Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_persist_helper.h38 bool QueryMaxGroupId(DataShare::DataSharePredicates &predicates, uint16_t &maxGroupId);
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp239 std::string maxGroupId("maxGroupId"); in QueryMaxGroupId() local
241 sql.append(maxGroupId).append(" from ") .append(TABLE_SMS_MMS_INFO); in QueryMaxGroupId()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp200 uint16_t maxGroupId = 0; in InsertSmsMmsInfo() local
201 DelayedSingleton<SmsPersistHelper>::GetInstance()->QueryMaxGroupId(predicates, maxGroupId); in InsertSmsMmsInfo()
222 smsMmsInfoBucket.Put(SmsMmsInfo::GROUP_ID, std::to_string(maxGroupId + 1)); in InsertSmsMmsInfo()
H A Dsms_persist_helper.cpp177 …SmsPersistHelper::QueryMaxGroupId(DataShare::DataSharePredicates &predicates, uint16_t &maxGroupId) in QueryMaxGroupId() argument
198 maxGroupId = columnInt; in QueryMaxGroupId()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1618 uint16_t maxGroupId = 0; variable
1619 smsPersistHelper->QueryMaxGroupId(predicates, maxGroupId);
1620 EXPECT_GE(maxGroupId, 0);