Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h56 ErrCode RunAsDisplayCommandSetValue();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp166 {'s', [this]() -> ErrCode { return this->RunAsDisplayCommandSetValue(); }}, in CreateCommandMap()
574 ErrCode PowerShellCommand::RunAsDisplayCommandSetValue() in RunAsDisplayCommandSetValue() function in OHOS::PowerMgr::PowerShellCommand