Searched refs:BUNDLE_ACTIVE_DB_BUNDLE_NAME (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_constant.h | 108 const std::string BUNDLE_ACTIVE_DB_BUNDLE_NAME = "bundleName"; member
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 630 + BUNDLE_ACTIVE_DB_BUNDLE_NAME + " TEXT NOT NULL, " in CreateEventLogTable() 661 + BUNDLE_ACTIVE_DB_BUNDLE_NAME + " TEXT NOT NULL, " in CreatePackageLogTable() 695 + BUNDLE_ACTIVE_DB_BUNDLE_NAME + " TEXT NOT NULL, " in CreateModuleRecordTable() 727 + BUNDLE_ACTIVE_DB_BUNDLE_NAME + " TEXT NOT NULL, " in CreateFormRecordTable() 780 + BUNDLE_ACTIVE_DB_BUNDLE_NAME + " TEXT NOT NULL, " in CreateBundleHistoryTable() 838 valuesBucket.PutString(BUNDLE_ACTIVE_DB_BUNDLE_NAME, iter->second->bundleName_); in PutBundleHistoryData() 986 valuesBucket.PutString(BUNDLE_ACTIVE_DB_BUNDLE_NAME, iter->second->bundleName_); in FlushPackageInfo() 1067 valuesBucket.PutString(BUNDLE_ACTIVE_DB_BUNDLE_NAME, stats.events_.events_.at(i).bundleName_); in FlushEventInfo() 1634 moduleValuesBucket.PutString(BUNDLE_ACTIVE_DB_BUNDLE_NAME, oneModuleRecord.second->bundleName_); in UpdateModuleData() 1692 formValueBucket.PutString(BUNDLE_ACTIVE_DB_BUNDLE_NAME, bundleNam in UpdateFormData() [all...] |
Completed in 5 milliseconds