Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp145 database->GetVersionByFileInput(fileInput);
147 int32_t result = database->GetVersionByFileInput(fileInput);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_usage_database.h131 int32_t GetVersionByFileInput(const std::string& FileVersionInput);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp457 oldVersion = GetVersionByFileInput(str); in GetOldDbVersion()
464 int32_t BundleActiveUsageDatabase::GetVersionByFileInput(const std::string& FileVersionInput) in GetVersionByFileInput() function in OHOS::DeviceUsageStats::BundleActiveUsageDatabase