Home
last modified time | relevance | path

Searched refs:formDimension (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_module_record.h25 void AddOrUpdateOneFormRecord(const std::string formName, const int32_t formDimension,
27 void RemoveOneFormRecord(const std::string formName, const int32_t formDimension,
H A Dbundle_active_form_record.h47 * function: BundleActiveFormRecord, use formName, formDimension, formId, timeStamp, userId to construct object.
48 * parameters: formName, formDimension, formId, timeStamp, userId
50 BundleActiveFormRecord(const std::string formName, const int32_t formDimension, const int64_t formId,
H A Dbundle_active_event.h101 * parameters: bundleName, moduleName, formName, formDimension, formId, eventId
104 const std::string formName, const int32_t formDimension, const int64_t formId, const int32_t eventId,
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_module_record.cpp23 void BundleActiveModuleRecord::AddOrUpdateOneFormRecord(const std::string formName, const int32_t formDimension, in AddOrUpdateOneFormRecord() argument
26 BundleActiveFormRecord newFormRecord(formName, formDimension, formId, timeStamp, userId_, uid); in AddOrUpdateOneFormRecord()
36 void BundleActiveModuleRecord::RemoveOneFormRecord(const std::string formName, const int32_t formDimension, in RemoveOneFormRecord() argument
H A Dbundle_active_form_record.cpp31 BundleActiveFormRecord::BundleActiveFormRecord(const std::string formName, const int32_t formDimension, in BundleActiveFormRecord() argument
35 formDimension_ = formDimension; in BundleActiveFormRecord()
H A Dbundle_active_event.cpp114 const std::string formName, const int32_t formDimension, in BundleActiveEvent()
123 formDimension_ = formDimension; in BundleActiveEvent()
113 BundleActiveEvent(const std::string bundleName, const std::string moduleName, const std::string formName, const int32_t formDimension, const int64_t formId, const int32_t eventId, const int32_t uid) BundleActiveEvent() argument
/foundation/ability/form_fwk/services/include/
H A Dform_event_report.h68 int64_t formDimension; member
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp319 napi_value formDimension = nullptr; in GetModuleRecordForResult() local
320 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, oneFormRecord.formDimension_, &formDimension)); in GetModuleRecordForResult()
321 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, formObject, "formDimension", formDimension)); in GetModuleRecordForResult()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp195 int32_t formDimension = 1; in HWTEST_F() local
199 moduleRecord->AddOrUpdateOneFormRecord(forName, formDimension, formId, timeStamp, uid); in HWTEST_F()
200 moduleRecord->AddOrUpdateOneFormRecord(forName, formDimension, formId, timeStamp*10, uid); in HWTEST_F()
203 moduleRecord->RemoveOneFormRecord(forName, formDimension, formId); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_report.cpp214 eventInfo.formDimension = record.dimensionId_; in HandleAddFormStatistic()
H A Dform_event_report.cpp296 EVENT_KEY_FORM_DIMENSION, static_cast<int64_t>(eventInfo.formDimension), in SendFirstAddFormEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h73 const std::string moduleName, const std::string formName, const int32_t formDimension,
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp1110 " (userId, moduleName, formName, formDimension, formId);"; in GetTableIndexSql()
1687 "userId = ? and bundleName = ? and moduleName = ? and formName = ? and formDimension = ? " in UpdateFormData()
1703 const std::string moduleName, const std::string formName, const int32_t formDimension, in RemoveFormData()
1719 queryCondition.emplace_back(to_string(formDimension)); in RemoveFormData()
1722 "userId = ? and bundleName = ? and moduleName = ? and formName = ? and formDimension = ? " in RemoveFormData()
1702 RemoveFormData(const int32_t userId, const std::string bundleName, const std::string moduleName, const std::string formName, const int32_t formDimension, const int64_t formId, const int32_t uid) RemoveFormData() argument

Completed in 14 milliseconds