Home
last modified time | relevance | path

Searched refs:messageCount (Results 1 - 5 of 5) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
H A Dsms_service.h359 bool InsertSession(bool isNewSession, uint16_t messageCount, const std::string &number, const std::string &text);
360 bool QuerySessionByTelephone(const std::string &telephone, uint16_t &sessionId, uint16_t &messageCount);
H A Dsms_persist_helper.h42 bool QuerySession(DataShare::DataSharePredicates &predicates, uint16_t &sessionId, uint16_t &messageCount);
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp199 uint16_t messageCount = 0; in InsertSessionAndDetail() local
200 bool ret = QuerySessionByTelephone(telephone, sessionId, messageCount); in InsertSessionAndDetail()
203 messageCount++; in InsertSessionAndDetail()
204 InsertSession(false, messageCount, telephone, text); in InsertSessionAndDetail()
208 QuerySessionByTelephone(telephone, sessionId, messageCount); in InsertSessionAndDetail()
214 bool SmsService::QuerySessionByTelephone(const std::string &telephone, uint16_t &sessionId, uint16_t &messageCount) in QuerySessionByTelephone() argument
218 return DelayedSingleton<SmsPersistHelper>::GetInstance()->QuerySession(predicates, sessionId, messageCount); in QuerySessionByTelephone()
255 bool isNewSession, uint16_t messageCount, const std::string &number, const std::string &text) in InsertSession()
272 sessionBucket.Put(Session::MESSAGE_COUNT, std::to_string(messageCount)); in InsertSession()
254 InsertSession( bool isNewSession, uint16_t messageCount, const std::string &number, const std::string &text) InsertSession() argument
H A Dsms_persist_helper.cpp116 DataShare::DataSharePredicates &predicates, uint16_t &sessionId, uint16_t &messageCount) in QuerySession()
140 messageCount = columnInt; in QuerySession()
115 QuerySession( DataShare::DataSharePredicates &predicates, uint16_t &sessionId, uint16_t &messageCount) QuerySession() argument
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1969 uint16_t messageCount = 0; in HWTEST_F() local
1970 smsPersistHelper->QuerySession(predicates, sessionId, messageCount); in HWTEST_F()

Completed in 10 milliseconds