Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h134 ErrCode RunAsCommonCommandExistentOptionArgument(const int &option, int &id);
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp361 result = RunAsCommonCommandExistentOptionArgument(option, id); in ParseCommandOpt()
643 ErrCode AccountCommand::RunAsCommonCommandExistentOptionArgument(const int &option, int &id) in RunAsCommonCommandExistentOptionArgument() function in OHOS::AccountSA::AccountCommand