/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_dfx.cpp | 169 int32_t ReportLicenseBehaviorEvent(StatisticsInfo statisticsInfo, std::string licenseType, DownLoadInfo downLoadInfo) in ReportLicenseBehaviorEvent() argument 181 downLoadInfo.generationDuration, in ReportLicenseBehaviorEvent() 182 downLoadInfo.generationResult, in ReportLicenseBehaviorEvent() 183 downLoadInfo.processDuration, in ReportLicenseBehaviorEvent() 184 downLoadInfo.processResult, in ReportLicenseBehaviorEvent() 190 int32_t ReportCertificateBehaviorEvent(StatisticsInfo statisticsInfo, DownLoadInfo downLoadInfo, in ReportCertificateBehaviorEvent() argument 202 downLoadInfo.generationDuration, in ReportCertificateBehaviorEvent() 203 downLoadInfo.generationResult, in ReportCertificateBehaviorEvent() 204 downLoadInfo.processDuration, in ReportCertificateBehaviorEvent() 205 downLoadInfo in ReportCertificateBehaviorEvent() 249 struct DownLoadInfo downLoadInfo = { InitDownLoadInfo() local [all...] |
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dfx_agent.cpp | 82 DownloadInfo downLoadInfo;
in GetNetworkInfo() local 83 auto ret = demuxer->GetDownloadInfo(downLoadInfo);
in GetNetworkInfo() 88 networkInfo = (";timeout=" + std::to_string(downLoadInfo.isTimeOut));
in GetNetworkInfo() 89 networkInfo += (";avgDownloadSpeed=" + std::to_string(downLoadInfo.avgDownloadSpeed));
in GetNetworkInfo()
|
H A D | hiplayer_impl.cpp | 895 DownloadInfo downLoadInfo; in UpdatePlayStatistics() local 896 auto ret = demuxer_->GetDownloadInfo(downLoadInfo); in UpdatePlayStatistics() 899 playStatisticalInfo_.avgDownloadRate = downLoadInfo.avgDownloadRate; in UpdatePlayStatistics() 900 playStatisticalInfo_.avgDownloadSpeed = downLoadInfo.avgDownloadSpeed; in UpdatePlayStatistics() 901 playStatisticalInfo_.totalDownLoadBits = downLoadInfo.totalDownLoadBits; in UpdatePlayStatistics() 902 playStatisticalInfo_.isTimeOut = downLoadInfo.isTimeOut; in UpdatePlayStatistics()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_notifier.cpp | 64 if (process.downLoadInfo.batchIndex != 0u) { in UpdateProcess() 65 LOGD("[ProcessNotifier] update download process index: %" PRIu32, process.downLoadInfo.batchIndex); in UpdateProcess() 66 syncProcess.tableProcess[process.tableName].downLoadInfo = process.downLoadInfo; in UpdateProcess() 182 process.downLoadInfo = syncProcess.tableProcess[process.tableName].downLoadInfo; in GetDownloadInfoByTableName()
|
H A D | icloud_syncer.h | 53 Info downLoadInfo; member
|
H A D | cloud_syncer.cpp | 663 info.downLoadInfo.failCount += (downloadList.size() - i); in CloudDbDownloadAssets() 664 info.downLoadInfo.successCount -= (downloadList.size() - i); in CloudDbDownloadAssets() 860 param.info.downLoadInfo.batchIndex += 1; in SaveData() 861 param.info.downLoadInfo.total += param.downloadData.data.size(); in SaveData() 874 param.info.downLoadInfo.failCount += param.downloadData.data.size(); in SaveData() 887 param.info.downLoadInfo.failCount += param.downloadData.data.size(); in SaveData() 893 param.info.downLoadInfo.failCount += param.downloadData.data.size(); in SaveData() 898 param.info.downLoadInfo.successCount += param.downloadData.data.size(); in SaveData() 1726 info.downLoadInfo.failCount += (commitList.size() - successCount); in CommitDownloadResult() 1727 info.downLoadInfo in CommitDownloadResult() [all...] |
H A D | cloud_sync_utils.cpp | 400 param.info.downLoadInfo.insertCount++; in SaveChangedData() 407 param.info.downLoadInfo.insertCount++; in SaveChangedData() 411 param.info.downLoadInfo.updateCount++; in SaveChangedData() 418 param.info.downLoadInfo.deleteCount++; in SaveChangedData()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.cpp | 180 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback() 181 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback() 182 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback() 200 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 201 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 202 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo in GetCallback() [all...] |
H A D | distributeddb_cloud_kv_test.cpp | 380 EXPECT_EQ(table.second.downLoadInfo.total, 2u); // download 2 records in HWTEST_F() 381 EXPECT_EQ(table.second.downLoadInfo.insertCount, 2u); // download 2 records in HWTEST_F() 548 EXPECT_EQ(process.second.downLoadInfo.insertCount, 60u); // sync 60 records in HWTEST_F() 697 EXPECT_EQ(table.second.downLoadInfo.total, 2u); in HWTEST_F() 1265 EXPECT_EQ(lastProcess_.tableProcess[USER_ID_2].downLoadInfo.total, 0u); in HWTEST_F() 1394 EXPECT_EQ(table.second.downLoadInfo.total, 0u); in HWTEST_F() 1395 EXPECT_EQ(table.second.downLoadInfo.failCount, 0u); in HWTEST_F()
|
H A D | distributeddb_cloud_kv_syncer_test.cpp | 685 insertCount = tableProcess["sync_data"].downLoadInfo.insertCount; in HWTEST_F()
|
H A D | distributeddb_cloud_kvstore_test.cpp | 1482 EXPECT_EQ(table.second.downLoadInfo.total, 2u); // download 2 records in HWTEST_F() 1483 EXPECT_EQ(table.second.downLoadInfo.insertCount, 2u); // download 2 records in HWTEST_F()
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_dfx_unittest.cpp | 142 struct DownLoadInfo downLoadInfo = InitDownLoadInfo(10, "success", 1, "success"); in HWTEST_F() local 150 Drm_ErrCode errNo = (Drm_ErrCode)ReportLicenseBehaviorEvent(statisticsInfo, mediaKeyType, downLoadInfo); in HWTEST_F() 160 struct DownLoadInfo downLoadInfo = InitDownLoadInfo(10, "success", 1, "success"); in HWTEST_F() local 168 Drm_ErrCode errNo = (Drm_ErrCode)ReportCertificateBehaviorEvent(statisticsInfo, downLoadInfo, callServerTime, in HWTEST_F()
|
/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | drm_dfx.h | 127 std::string licenseType, DownLoadInfo downLoadInfo); 129 DownLoadInfo downLoadInfo, uint32_t callServerTime, uint32_t serverCostDuration, std::string serverResult);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 478 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback() 479 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback() 480 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback() 498 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 499 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 500 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo in GetCallback() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 680 table.download.total = value.downLoadInfo.total; in GetDBProcessCB() 681 table.download.success = value.downLoadInfo.successCount; in GetDBProcessCB() 682 table.download.failed = value.downLoadInfo.failCount; in GetDBProcessCB() 685 ? value.downLoadInfo.insertCount + value.downLoadInfo.updateCount + in GetDBProcessCB() 686 value.downLoadInfo.deleteCount in GetDBProcessCB()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service.cpp | 156 struct DownLoadInfo downLoadInfo = InitDownLoadInfo(generationDuration_, generationResult_, processDuration,
in ProcessMediaKeyResponse() local 158 ReportLicenseBehaviorEvent(statisticsInfo_, mediaKeyType_, downLoadInfo);
in ProcessMediaKeyResponse()
|
H A D | mediakeysystem_service.cpp | 150 struct DownLoadInfo downLoadInfo = InitDownLoadInfo(generationDuration_, generationResult_, processDuration,
in ProcessKeySystemResponse() local 152 ReportCertificateBehaviorEvent(statisticsInfo_, downLoadInfo, 0, 0, "");
in ProcessKeySystemResponse()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 182 Info downLoadInfo; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 793 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback() 794 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback() 795 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback() 813 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 814 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 815 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo in GetCallback() [all...] |
H A D | distributeddb_cloud_check_sync_test.cpp | 465 if (!CheckSyncCount(actualTableProcessInfo.downLoadInfo, expectTableProcessInfo.downLoadInfo)) { in CheckSyncProcessInner() 1884 CheckDownloadInfo(table.second.downLoadInfo, expectDownloadInfo); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 739 table.download.total = value.downLoadInfo.total; in GetDBProcessCB() 740 table.download.success = value.downLoadInfo.successCount; in GetDBProcessCB() 741 table.download.failed = value.downLoadInfo.failCount; in GetDBProcessCB() 744 ? value.downLoadInfo.insertCount + value.downLoadInfo.updateCount + in GetDBProcessCB() 745 value.downLoadInfo.deleteCount in GetDBProcessCB()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 642 EXPECT_EQ(table.second.downLoadInfo.total, 1u); in HWTEST_F()
|