Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h110 const std::string BUNDLE_ACTIVE_DB_FORM_NAME = "formName"; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp729 + BUNDLE_ACTIVE_DB_FORM_NAME + " TEXT NOT NULL, " in CreateFormRecordTable()
1699 formValueBucket.PutString(BUNDLE_ACTIVE_DB_FORM_NAME, formRecord.formName_); in UpdateFormData()