Home
last modified time | relevance | path

Searched refs:commands_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp35 : 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 …]
/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
95 commands_.emplace(cmd); in ReadConfig()
H A Dshell_command_executor.cpp133 …if (ShellCommandConfigLoader::commands_.find(firstCommand) != ShellCommandConfigLoader::commands_.… in CheckCommand()
/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/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp348 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);