Home
last modified time | relevance | path

Searched defs:commands_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_config_loader.h44 static std::set<std::string> commands_; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_executor.h150 std::deque<std::shared_ptr<BaseRemoteCommand>> commands_; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_config_loader.cpp32 std::set<std::string> ShellCommandConfigLoader::commands_ = {}; member in OHOS::AAFwk::ShellCommandConfigLoader