Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h111 const std::string BUNDLE_ACTIVE_DB_FORM_DIMENSION = "formDimension"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp730 + BUNDLE_ACTIVE_DB_FORM_DIMENSION + " INTEGER NOT NULL, " in CreateFormRecordTable()
1700 formValueBucket.PutInt(BUNDLE_ACTIVE_DB_FORM_DIMENSION, formRecord.formDimension_); in UpdateFormData()