Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp788 int32_t createBundleHistoryTable = rdbStore->ExecuteSql(createBundleHistoryTableSql); in CreateBundleHistoryTable() local
789 if (createBundleHistoryTable != NativeRdb::E_OK) { in CreateBundleHistoryTable()
790 …_LOGE("create bundleHistory table failed, rdb error number: %{public}d", createBundleHistoryTable); in CreateBundleHistoryTable()
791 return createBundleHistoryTable; in CreateBundleHistoryTable()