Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp165 const std::shared_ptr<BaseRemoteCommand> bufferedCommand = commands_.front(); in ProcessBufferedCommands() local
166 int status = ProcessOneCommand(bufferedCommand); in ProcessBufferedCommands()
174 bufferedCommand->remoteProtocol_.message.c_str()); in ProcessBufferedCommands()
187 bufferedCommand->remoteProtocol_.commandName.c_str(), in ProcessBufferedCommands()
188 bufferedCommand->remoteProtocol_.message.c_str()); in ProcessBufferedCommands()