Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h118 const std::string BUNDLE_ACTIVE_DB_TOTAL_TIME = "totalTime"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp665 + BUNDLE_ACTIVE_DB_TOTAL_TIME + " INTEGER NOT NULL, " in CreatePackageLogTable()
981 valuesBucket.PutLong(BUNDLE_ACTIVE_DB_TOTAL_TIME, iter->second->totalInFrontTime_); in FlushPackageInfo()