Home
last modified time | relevance | path

Searched refs:totalDataBytes_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_request.cpp88 totalDataBytes_, totalDataBytesThreshold_); in IsReachStartAgingThreshold()
89 return totalDataBytes_ > totalDataBytesThreshold_; in IsReachStartAgingThreshold()
95 totalDataBytes_, totalDataBytesThreshold_); in IsReachEndAgingThreshold()
96 return totalDataBytes_ < (int64_t)(totalDataBytesThreshold_ * AgingConstants::AGING_SIZE_RATIO); in IsReachEndAgingThreshold()
110 totalDataBytes_ = 0; in ResetRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_request.h50 totalDataBytes_ -= dataBytes; in UpdateTotalDataBytesAfterUninstalled()
55 return totalDataBytes_; in GetTotalDataBytes()
60 totalDataBytes_ = allBundleDataBytes; in SetTotalDataBytes()
90 int64_t totalDataBytes_ = 0; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1806 request.totalDataBytes_ = AppExecFwk::AgingRequest::totalDataBytesThreshold_ + 1;
1823 bundleAgingMgr.request_.totalDataBytes_ =