Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h57 struct Session { struct in OHOS::Msdp::DeviceStatus::final
58 Session(int32_t socket) : socket_(socket) {} in Session() function
59 Session(const Session &other) : socket_(other.socket_) {} in Session() function
60 DISALLOW_MOVE(Session);
62 Session& operator=(const Session &other) = delete;
120 std::map<std::string, Session> sessions_;
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp162 createTableStr.append("(").append(Session::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateSessionTableStr()
163 createTableStr.append(Session::TIME).append(" INTEGER DEFAULT 0, "); in CreateSessionTableStr()
164 createTableStr.append(Session::TELEPHONE).append(" TEXT , "); in CreateSessionTableStr()
165 createTableStr.append(Session::CONTENT).append(" TEXT , "); in CreateSessionTableStr()
166 createTableStr.append(Session::CONTACTS_NUM).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
167 createTableStr.append(Session::SMS_TYPE).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
168 createTableStr.append(Session::UNREAD_COUNT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
169 createTableStr.append(Session::SENDING_STATUS).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
170 createTableStr.append(Session::HAS_DRAFT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
171 createTableStr.append(Session in CreateSessionTableStr()
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp217 predicates.EqualTo(Session::TELEPHONE, telephone); in QuerySessionByTelephone()
260 sessionBucket.Put(Session::TIME, std::to_string(duration.count())); in InsertSession()
261 sessionBucket.Put(Session::TELEPHONE, number); in InsertSession()
262 sessionBucket.Put(Session::CONTENT, text); in InsertSession()
263 sessionBucket.Put(Session::CONTACTS_NUM, "1"); in InsertSession()
264 sessionBucket.Put(Session::SMS_TYPE, "0"); in InsertSession()
265 sessionBucket.Put(Session::UNREAD_COUNT, "0"); in InsertSession()
266 sessionBucket.Put(Session::SENDING_STATUS, "0"); in InsertSession()
267 sessionBucket.Put(Session::HAS_DRAFT, "0"); in InsertSession()
268 sessionBucket.Put(Session in InsertSession()
[all...]
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h88 * @brief Session type 0 - Common 1 - broadcast 2 - Group Sending
100 * @brief Session id
301 class Session { class
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp303 sessions_.emplace(networkId, Session(socket)); in OnBind()
323 FI_HILOGD("Session(%{public}d) is not bound", socket); in OnShutdown()
478 sessions_.emplace(networkId, Session(socket)); in OpenSessionLocked()

Completed in 4 milliseconds