Home
last modified time | relevance | path

Searched refs:recycleStrategyStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp442 bool ParseUtil::CheckRecycleStrategy(const std::string& recycleStrategyStr, int32_t& recycleStrateg… in CheckRecycleStrategy() argument
444 if (recycleStrategyStr == "" || recycleStrategyStr == "immediately") { in CheckRecycleStrategy()
447 } else if (recycleStrategyStr == "low-memory") { in CheckRecycleStrategy()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h70 bool CheckRecycleStrategy(const std::string& recycleStrategyStr, int32_t& recycleStrategy);