Home
last modified time | relevance | path

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

/base/account/os_account/tools/acm/include/
Daccount_command.h107 ErrCode RunAsDeleteCommand(void);
/base/account/os_account/tools/acm/src/
Daccount_command.cpp60 {"delete", std::bind(&AccountCommand::RunAsDeleteCommand, this)}, in CreateCommandMap()
155 ErrCode AccountCommand::RunAsDeleteCommand(void) in RunAsDeleteCommand() function in OHOS::AccountSA::AccountCommand