Home
last modified time | relevance | path

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 Dinstall_result.cpp83 {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 Dbms_bundle_free_install_base_test.cpp201 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 Davcodec_sysevent.cpp83 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 Dinstall_result.h36 int32_t downloadSize; member
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_sysevent.h100 __attribute__((visibility("default"))) void DemuxerInitEventWrite(uint32_t downloadSize, std::strin…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp646 installResult.progress.downloadSize, installResult.progress.totalSize); in OnServiceCenterCall()