Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h124 ErrCode RunAsSetCommand(void);
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp80 {"set", [this] { return this->RunAsSetCommand(); }}, in CreateCommandMap()
292 ErrCode AccountCommand::RunAsSetCommand(void) in RunAsSetCommand() function in OHOS::AccountSA::AccountCommand