Home
last modified time | relevance | path

Searched refs:NandLifeConfig (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/memmgr/common/src/config/
H A Dnand_life_config.cpp22 const std::string TAG = "NandLifeConfig";
25 void NandLifeConfig::SetDailySwapOutQuotaMb(unsigned long long dailySwapOutQuotaMb) in SetDailySwapOutQuotaMb()
30 unsigned long long NandLifeConfig::GetDailySwapOutQuotaMb(void) in GetDailySwapOutQuotaMb()
35 void NandLifeConfig::SetTotalSwapOutQuotaMb(unsigned long long totalSwapOutQuotaMb) in SetTotalSwapOutQuotaMb()
40 unsigned long long NandLifeConfig::GetTotalSwapOutQuotaMb(void) in GetTotalSwapOutQuotaMb()
45 void NandLifeConfig::ParseConfig(const xmlNodePtr &rootNodePtr) in ParseConfig()
73 void NandLifeConfig::Dump(int fd) in Dump()
75 dprintf(fd, "NandLifeConfig: \n"); in Dump()
/foundation/resourceschedule/memmgr/common/include/
H A Dmemmgr_config_manager.h56 const NandLifeConfig& GetNandLifeConfig();
69 NandLifeConfig nandLifeConfig_;
/foundation/resourceschedule/memmgr/common/include/config/
H A Dnand_life_config.h28 class NandLifeConfig { class
/foundation/resourceschedule/memmgr/services/memmgrservice/include/nandlife_controller/
H A Dnandlife_controller.h32 NandLifeConfig config_;
/foundation/resourceschedule/memmgr/common/src/
H A Dmemmgr_config_manager.cpp140 const NandLifeConfig &MemmgrConfigManager::GetNandLifeConfig() in GetNandLifeConfig()

Completed in 2 milliseconds