Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp52 .append(" WHERE ").append(EventTable::FIELD_UID).append(" = ?"); in IsUidExists()
73 values.PutInt(EventTable::FIELD_UID, uid); in SaveSubscriberInfo()
86 valuesBucket.PutInt(EventTable::FIELD_UID, uid); in SaveSubscriberInfo()
106 cond += EventTable::FIELD_UID; in DeleteSubscriberInfo()
151 .append(EventTable::FIELD_UID) in GetUidByBundleName()
176 .append(EventTable::FIELD_UID) in GetTotalSubscriberInfo()
H A Ddata_share_store.cpp37 … std::vector<std::pair<std::string, std::string>> fields = {{EventTable::FIELD_UID, SQL_INT_TYPE}, in OnCreate()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_common.h52 constexpr const char* FIELD_UID = "uid"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_common.h105 const std::string FIELD_UID = "uid"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp169 {FoldEventTable::FIELD_UID, SQL_TYPE_INTEGER_NOT_NULL}, in CreateAppEventsTable()
197 valuesBucket.PutInt(FoldEventTable::FIELD_UID, -1); in AddAppEvent()