Searched refs:commands_ (Results 1 – 6 of 6) sorted by relevance
35 : targetNodeId_(targetNodeId), ptrChannel_(nullptr), mutex_(), commands_(), running_(false) in RemoteCommandExecutor()118 if (std::any_of(commands_.begin(), commands_.end(), in AddCommand()127 commands_.push_back(ptrCommand); in AddCommand()141 if (commands_.empty()) { in ProcessBufferedCommands()157 if (commands_.empty()) { in ProcessBufferedCommands()165 const std::shared_ptr<BaseRemoteCommand> bufferedCommand = commands_.front(); in ProcessBufferedCommands()168 commands_.pop_front(); in ProcessBufferedCommands()183 commands_.pop_front(); in ProcessBufferedCommands()202 if (commands_.empty()) { in ProcessBufferedCommandsWithThread()278 if (commands_.empty()) { in ExecuteRemoteCommand()[all …]
32 std::set<std::string> ShellCommandConfigLoader::commands_ = {}; member in OHOS::AAFwk::ShellCommandConfigLoader95 commands_.emplace(cmd); in ReadConfig()
133 …if (ShellCommandConfigLoader::commands_.find(firstCommand) != ShellCommandConfigLoader::commands_.… in CheckCommand()
44 static std::set<std::string> commands_; variable
150 std::deque<std::shared_ptr<BaseRemoteCommand>> commands_; variable
348 executor->commands_.clear();363 executor->commands_.emplace_back(cmd);379 executor->commands_.emplace_back(cmd);395 executor->commands_.emplace_back(cmd);1440 executor->commands_.emplace_back(cmd);