Home
last modified time | relevance | path

Searched refs:bundleDownloadEnd_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dperf_profile.cpp85 return bundleDownloadEnd_; in GetBundleDownloadEndTime()
90 bundleDownloadEnd_ = (time > 0 && time > bundleDownloadStart_) ? time : bundleDownloadStart_; in SetBundleDownloadEndTime()
242 bundleDownloadEnd_ = 0; in Reset()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dperf_profile.h99 int64_t bundleDownloadEnd_ = 0; variable