Home
last modified time | relevance | path

Searched refs:bundleHistoryTableName_ (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp65 database->bundleHistoryTableName_ = "defaultBundleName"; in HWTEST_F()
H A Dbundle_active_total_test.cpp246 test.bundleHistoryTableName_ = "unknownTableName"; in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp57 bundleHistoryTableName_ = UNKNOWN_TABLE_NAME; in BundleActiveUsageDatabase()
113 bundleHistoryTableName_ = BUNDLE_HISTORY_LOG_TABLE; in InitUsageGroupDatabase()
608 bundleHistoryTableName_ = UNKNOWN_TABLE_NAME; in CheckDatabaseFile()
857 if (bundleHistoryTableName_ == UNKNOWN_TABLE_NAME) { in CheckDatabaseFileAndTable()
859 bundleHistoryTableName_ = BUNDLE_HISTORY_LOG_TABLE; in CheckDatabaseFileAndTable()
867 if (bundleHistoryTableName_ == UNKNOWN_TABLE_NAME) { in GetBundleHistoryData()
1550 if (bundleHistoryTableName_ != UNKNOWN_TABLE_NAME) { in OnPackageUninstalled()
1551 DeleteUninstalledInfo(userId, bundleName, uid, bundleHistoryTableName_, APP_GROUP_DATABASE_INDEX, appIndex); in OnPackageUninstalled()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h147 std::string bundleHistoryTableName_; member in OHOS::DeviceUsageStats::BundleActiveUsageDatabase

Completed in 6 milliseconds