Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h58 std::map<char, std::function<int32_t()>> commandDisplay_; variable
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp163 commandDisplay_ = { in CreateCommandMap()
623 auto item = commandDisplay_.find(option); in RunAsDisplayCommand()
624 if (item != commandDisplay_.end()) { in RunAsDisplayCommand()