Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h121 ErrCode RunAsSwitchCommand(void);
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp81 {"switch", [this] { return this->RunAsSwitchCommand(); }}, in CreateCommandMap()
365 ErrCode AccountCommand::RunAsSwitchCommand(void) in RunAsSwitchCommand() function in OHOS::AccountSA::AccountCommand