Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp134 return BUNDLE_ACTIVE_SUCCESS; in CreateDatabasePath()
413 return BUNDLE_ACTIVE_SUCCESS; in DeleteInvalidTable()
646 return BUNDLE_ACTIVE_SUCCESS; in CreateEventLogTable()
679 return BUNDLE_ACTIVE_SUCCESS; in CreatePackageLogTable()
711 return BUNDLE_ACTIVE_SUCCESS; in CreateModuleRecordTable()
746 return BUNDLE_ACTIVE_SUCCESS; in CreateFormRecordTable()
766 return BUNDLE_ACTIVE_SUCCESS; in CreateDurationTable()
800 return BUNDLE_ACTIVE_SUCCESS; in CreateBundleHistoryTable()
1170 return BUNDLE_ACTIVE_SUCCESS; in SetNewIndexWhenTimeChanged()
1197 if (setResult != BUNDLE_ACTIVE_SUCCESS) { in RenameTableName()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h40 const int32_t BUNDLE_ACTIVE_SUCCESS = 0; variable