Searched refs:totalDownload (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_dfx_test/src/ |
H A D | medialibrary_dfx_test.cpp | 132 int32_t totalDownload = 0; in HWTEST_F() local 134 DfxDatabaseUtils::QueryTotalCloudThumb(totalDownload); in HWTEST_F() 138 EXPECT_EQ(totalDownload, 0); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_manager.cpp | 535 int32_t totalDownload = 0; in Process() local 536 DfxDatabaseUtils::QueryTotalCloudThumb(totalDownload); in Process() 537 if (totalDownload != downloadedThumb) { in Process() 542 DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in Process() 563 int32_t totalDownload = 0; in StartTimer() 564 DfxDatabaseUtils::QueryTotalCloudThumb(totalDownload); in StartTimer() 565 if (downloadedThumb == generatedThumb && totalDownload == generatedThumb) { in StartTimer() 570 DfxReporter::ReportCloudSyncThumbGenerationStatus(downloadedThumb, generatedThumb, totalDownload); in StartTimer()
|
H A D | dfx_reporter.cpp | 359 const int32_t& generatedThumb, const int32_t& totalDownload) in ReportCloudSyncThumbGenerationStatus() 361 if (totalDownload == 0) { in ReportCloudSyncThumbGenerationStatus() 376 float total = static_cast<float>(totalDownload); in ReportCloudSyncThumbGenerationStatus() 358 ReportCloudSyncThumbGenerationStatus(const int32_t& downloadedThumb, const int32_t& generatedThumb, const int32_t& totalDownload) ReportCloudSyncThumbGenerationStatus() argument
|
H A D | dfx_database_utils.cpp | 247 int32_t DfxDatabaseUtils::QueryTotalCloudThumb(int32_t& totalDownload) in QueryTotalCloudThumb() argument 254 int32_t errCode = QueryInt(predicates, columns, queryColumn, totalDownload); in QueryTotalCloudThumb()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_database_utils.h | 38 EXPORT static int32_t QueryTotalCloudThumb(int32_t& totalDownload);
|
H A D | dfx_reporter.h | 62 const int32_t& totalDownload);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarycommon_fuzzer/src/ |
H A D | medialibrary_common_fuzzer.cpp | 85 int32_t totalDownload; in DfxTest() local 86 Media::DfxDatabaseUtils::QueryTotalCloudThumb(totalDownload); in DfxTest()
|
Completed in 4 milliseconds