Home
last modified time | relevance | path

Searched refs:eventTable_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp40 eventTable_ = EventTable::TABLE; in DataShareDao()
51 sql.append("SELECT COUNT(*) FROM ").append(eventTable_) in IsUidExists()
79 …if (int ret = dbStore->Update(rows, eventTable_, values, whereClause, whereArgs); ret != NativeRdb… in SaveSubscriberInfo()
91 if (int ret = dbStore->Insert(seq, eventTable_, valuesBucket); ret != NativeRdb::E_OK) { in SaveSubscriberInfo()
110 if (int ret = dbStore->Delete(delRow, eventTable_, cond, fields); ret != NativeRdb::E_OK) { in DeleteSubscriberInfo()
121 HIVIEW_LOGE("failed to query from table %{public}s, db is null", eventTable_.c_str()); in GetEventListByUid()
127 .append(" FROM ").append(eventTable_) in GetEventListByUid()
146 HIVIEW_LOGE("failed to query from table %{public}s, db is null", eventTable_.c_str()); in GetUidByBundleName()
152 .append(" FROM ").append(eventTable_) in GetUidByBundleName()
171 HIVIEW_LOGE("failed to query from table %{public}s, db is null", eventTable_.c_str()); in GetTotalSubscriberInfo()
[all …]
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_dao.h44 std::string eventTable_; variable