Searched refs:downloadSize (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | install_result.cpp | 83 {JSON_KEY_PROGRESS_DOWNLOADSIZE, progress.downloadSize}, in to_json() 95 progress.downloadSize, in from_json() 184 downloadSize = parcel.ReadInt32(); in ReadFromParcel() 191 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, downloadSize); in Marshalling()
|
/ohos5.0/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; 205 EXPECT_NE(result->downloadSize, DOWNLOAD_SIZE); 209 EXPECT_EQ(result->downloadSize, DOWNLOAD_SIZE);
|
/ohos5.0/foundation/multimedia/av_codec/services/dfx/ |
H A D | avcodec_sysevent.cpp | 83 void DemuxerInitEventWrite(uint32_t downloadSize, std::string sourceType) in DemuxerInitEventWrite() argument 87 "DOWNLOAD_SIZE", downloadSize, "SOURCE_TYPE", sourceType); in DemuxerInitEventWrite()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/ |
H A D | install_result.h | 36 int32_t downloadSize; member
|
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_sysevent.h | 100 __attribute__((visibility("default"))) void DemuxerInitEventWrite(uint32_t downloadSize, std::strin…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 646 installResult.progress.downloadSize, installResult.progress.totalSize); in OnServiceCenterCall()
|