Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_total_test.cpp266 test.PutBundleHistoryData(0, userHistory);
H A Ddevice_usage_statistics_service_test.cpp496 database->PutBundleHistoryData(userId, userHistory);
500 database->PutBundleHistoryData(userId, userHistory);
501 database->PutBundleHistoryData(userId, userHistory);
H A Ddevice_usage_statistics_mock_test.cpp437 database->PutBundleHistoryData(userId, userHistory);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h63 void PutBundleHistoryData(int32_t userId, std::shared_ptr<std::map<std::string,
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp54 database_.PutBundleHistoryData(userId, userHistory); in WriteBundleUsage()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp803 void BundleActiveUsageDatabase::PutBundleHistoryData(int32_t userId, in PutBundleHistoryData() function in OHOS::DeviceUsageStats::BundleActiveUsageDatabase