Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DPowerComponentHandler.cpp132 auto customComponentToString = [](int component) -> std::string { in dump() local
157 printComponents(mAccumulatedPolicy->enabledCustomComponents, customComponentToString); in dump()
159 printComponents(mAccumulatedPolicy->disabledCustomComponents, customComponentToString); in dump()