Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h120 const std::string BUNDLE_ACTIVE_DB_EVENT_ID = "eventId"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp631 + BUNDLE_ACTIVE_DB_EVENT_ID + " INTEGER NOT NULL, " in CreateEventLogTable()
1068 valuesBucket.PutInt(BUNDLE_ACTIVE_DB_EVENT_ID, stats.events_.events_.at(i).eventId_); in FlushEventInfo()