Searched refs:downloadSize (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | install_result.cpp | 31 const char* JSON_KEY_PROGRESS_DOWNLOADSIZE = "downloadSize"; 79 {JSON_KEY_PROGRESS_DOWNLOADSIZE, progress.downloadSize}, in to_json() 91 progress.downloadSize, in from_json() 178 downloadSize = parcel.ReadInt32(); in ReadFromParcel() 185 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, downloadSize); in Marshalling()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/ |
H A D | install_result.h | 36 int32_t downloadSize; member
|
/foundation/multimedia/av_codec/services/dfx/ |
H A D | avcodec_sysevent.cpp | 81 void DemuxerInitEventWrite(uint32_t downloadSize, std::string sourceType) in DemuxerInitEventWrite() argument 85 "DOWNLOAD_SIZE", downloadSize, "SOURCE_TYPE", sourceType); in DemuxerInitEventWrite()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_base_test.cpp | 201 progress.downloadSize = DOWNLOAD_SIZE; in HWTEST_F() 205 EXPECT_NE(result->downloadSize, DOWNLOAD_SIZE); in HWTEST_F() 209 EXPECT_EQ(result->downloadSize, DOWNLOAD_SIZE); in HWTEST_F()
|
/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_sysevent.h | 100 __attribute__((visibility("default"))) void DemuxerInitEventWrite(uint32_t downloadSize, std::string sourceType);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 621 LOG_I(BMS_TAG_DEFAULT, "ServiceCenter is downloading, downloadSize = %{public}d, totalSize = %{public}d", in OnServiceCenterCall() 622 installResult.progress.downloadSize, installResult.progress.totalSize); in OnServiceCenterCall()
|
Completed in 5 milliseconds