Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp117 {"dump", [this]() {return RunAsCommonCommand();}}, in AtmCommand()
118 {"perm", [this]() {return RunAsCommonCommand();}}, in AtmCommand()
119 {"toggle", [this]() {return RunAsCommonCommand();}}, in AtmCommand()
438 int32_t AtmCommand::RunAsCommonCommand() in RunAsCommonCommand() function in OHOS::Security::AccessToken::AtmCommand
/ohos5.0/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h55 int32_t RunAsCommonCommand();