Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h57 ErrCode RunAsDisplayCommandDiscount();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp170 {'d', [this]() -> ErrCode { return this->RunAsDisplayCommandDiscount(); }}, in CreateCommandMap()
594 ErrCode PowerShellCommand::RunAsDisplayCommandDiscount() in RunAsDisplayCommandDiscount() function in OHOS::PowerMgr::PowerShellCommand