Home
last modified time | relevance | path

Searched refs:IsReachStartAgingThreshold (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp143 bool BundleAgingMgr::IsReachStartAgingThreshold() in IsReachStartAgingThreshold() function in OHOS::AppExecFwk::BundleAgingMgr
145 return request_.IsReachStartAgingThreshold(); in IsReachStartAgingThreshold()
184 if (!IsReachStartAgingThreshold()) { in InitAgingRequest()
H A Daging_handler_chain.cpp47 if (!request.IsReachStartAgingThreshold()) { in Process()
H A Daging_request.cpp85 bool AgingRequest::IsReachStartAgingThreshold() const in IsReachStartAgingThreshold() function in OHOS::AppExecFwk::AgingRequest
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Dbundle_aging_mgr.h55 bool IsReachStartAgingThreshold();
H A Daging_request.h35 bool IsReachStartAgingThreshold() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/agingrequest_fuzzer/
H A Dagingrequest_fuzzer.cpp33 agingRequest.IsReachStartAgingThreshold(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1711 bool ret = request.IsReachStartAgingThreshold();
1829 ret = bundleAgingMgr.IsReachStartAgingThreshold();