Home
last modified time | relevance | path

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

/base/account/os_account/tools/acm/include/
Daccount_command.h108 ErrCode RunAsSwitchCommand(void);
/base/account/os_account/tools/acm/src/
Daccount_command.cpp63 {"switch", std::bind(&AccountCommand::RunAsSwitchCommand, this)}, in CreateCommandMap()
306 ErrCode AccountCommand::RunAsSwitchCommand(void) in RunAsSwitchCommand() function in OHOS::AccountSA::AccountCommand