Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_request.cpp30 int64_t AgingRequest::totalDataBytesThreshold_ = AgingConstants::DEFAULT_AGING_DATA_SIZE_THRESHOLD;
57 totalDataBytesThreshold_ = atoi(szDatasizeThreshold); in InitAgingDatasizeThreshold()
88 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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_request.h75 return totalDataBytesThreshold_; in GetTotalDataBytesThreshold()
93 static int64_t totalDataBytesThreshold_; 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()
1840 AppExecFwk::AgingRequest::totalDataBytesThreshold_ + 1; in HWTEST_F()

Completed in 4 milliseconds