Searched refs:IsReachStartAgingThreshold (Results 1 – 7 of 7) sorted by relevance
143 bool BundleAgingMgr::IsReachStartAgingThreshold() in IsReachStartAgingThreshold() function in OHOS::AppExecFwk::BundleAgingMgr145 return request_.IsReachStartAgingThreshold(); in IsReachStartAgingThreshold()184 if (!IsReachStartAgingThreshold()) { in InitAgingRequest()
47 if (!request.IsReachStartAgingThreshold()) { in Process()
85 bool AgingRequest::IsReachStartAgingThreshold() const in IsReachStartAgingThreshold() function in OHOS::AppExecFwk::AgingRequest
55 bool IsReachStartAgingThreshold();
35 bool IsReachStartAgingThreshold() const;
33 agingRequest.IsReachStartAgingThreshold(); in DoSomethingInterestingWithMyAPI()
1711 bool ret = request.IsReachStartAgingThreshold();1829 ret = bundleAgingMgr.IsReachStartAgingThreshold();