Home
last modified time | relevance | path

Searched refs:SetParameterRetry (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/
H A Dnandlife_controller.cpp312 bool NandLifeController::SetParameterRetry(const std::string &paramName, const std::string &paramValue, int retryTimes) in SetParameterRetry() function in OHOS::Memory::NandLifeController
325 if (!SetParameterRetry(MINS_TODAY_PARAM, std::to_string(minsToday_), RETRY_TIMES)) { in UpdateNandLifeParam()
328 if (!SetParameterRetry(SWAP_OUT_KB_TODAY_PARAM, std::to_string(swapOutKBToday_), RETRY_TIMES)) { in UpdateNandLifeParam()
331 if (!SetParameterRetry(MINS_FROM_BIRTH_PARAM, std::to_string(minsSinceBirth_), RETRY_TIMES)) { in UpdateNandLifeParam()
334 if (!SetParameterRetry(SWAP_OUT_KB_FROM_BIRTH_PARAM, std::to_string(swapOutKBSinceBirth_), RETRY_TIMES)) { in UpdateNandLifeParam()
367 bool ret = SetParameterRetry(PERMANENTLY_CLOSED_STATUS_PARAM, NOT_PERMANENTLY_CLOSED, RETRY_TIMES); in OpenSwapOutPermanently()
374 bool ret = SetParameterRetry(PERMANENTLY_CLOSED_STATUS_PARAM, PERMANENTLY_CLOSED, RETRY_TIMES); in CloseSwapOutPermanently()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/nandlife_controller/
H A Dnandlife_controller.h60 bool SetParameterRetry(const std::string &paramName, const std::string &paramValue, int retryTimes);

Completed in 2 milliseconds