Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp31 constexpr int32_t MAX_DEPTH = 5; variable
142 return (keys.size() < MIN_DEPTH || keys.size() > MAX_DEPTH) ? false : true; in SplitKey()