Searched refs:totalDataBytes_ (Results 1 – 3 of 3) sorted by relevance
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()110 totalDataBytes_ = 0; in ResetRequest()
50 totalDataBytes_ -= dataBytes; in UpdateTotalDataBytesAfterUninstalled()55 return totalDataBytes_; in GetTotalDataBytes()60 totalDataBytes_ = allBundleDataBytes; in SetTotalDataBytes()90 int64_t totalDataBytes_ = 0; variable
1806 request.totalDataBytes_ = AppExecFwk::AgingRequest::totalDataBytesThreshold_ + 1;1823 bundleAgingMgr.request_.totalDataBytes_ =