Home
last modified time | relevance | path

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

/base/account/os_account/tools/acm/include/
Daccount_command.h106 ErrCode RunAsCreateCommand(void);
/base/account/os_account/tools/acm/src/
Daccount_command.cpp59 {"create", std::bind(&AccountCommand::RunAsCreateCommand, this)}, in CreateCommandMap()
89 ErrCode AccountCommand::RunAsCreateCommand(void) in RunAsCreateCommand() function in OHOS::AccountSA::AccountCommand