Home
last modified time | relevance | path

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

/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()
/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; member in OHOS::AppExecFwk::AgingRequest
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1822 request.totalDataBytes_ = AppExecFwk::AgingRequest::totalDataBytesThreshold_ + 1; in HWTEST_F()
1839 bundleAgingMgr.request_.totalDataBytes_ = in HWTEST_F()

Completed in 5 milliseconds