Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h55 ErrCode RunAsDisplayCommandCancelBoost();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp169 {'c', [this]() -> ErrCode { return this->RunAsDisplayCommandCancelBoost(); }}, in CreateCommandMap()
560 ErrCode PowerShellCommand::RunAsDisplayCommandCancelBoost() in RunAsDisplayCommandCancelBoost() function in OHOS::PowerMgr::PowerShellCommand