Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h125 const std::string BUNDLE_ACTIVE_DB_CURRENT_GROUP = "currentGroup"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp783 + BUNDLE_ACTIVE_DB_CURRENT_GROUP + " INTEGER NOT NULL, " in CreateBundleHistoryTable()
831 valuesBucket.PutInt(BUNDLE_ACTIVE_DB_CURRENT_GROUP, iter->second->currentGroup_); in PutBundleHistoryData()