Searched refs:targetNodeId (Results 1 - 2 of 2) sorted by relevance
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | remote_command_executor.h | 32 explicit RemoteCommandExecutor(const std::string &targetNodeId);
47 * @param targetNodeId target device node id(udid)
53 static const std::shared_ptr<RpcChannel> CreateChannel(const std::string &targetNodeId);
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | remote_command_executor.cpp | 34 RemoteCommandExecutor::RemoteCommandExecutor(const std::string &targetNodeId)
in RemoteCommandExecutor() argument 35 : targetNodeId_(targetNodeId), ptrChannel_(nullptr), mutex_(), commands_(), running_(false)
in RemoteCommandExecutor() 46 const std::shared_ptr<RpcChannel> RemoteCommandExecutor::CreateChannel(const std::string &targetNodeId)
in CreateChannel() argument 48 ACCESSTOKEN_LOG_DEBUG(LABEL, "CreateChannel: targetNodeId=%{public}s",
in CreateChannel() 49 ConstantCommon::EncryptDevId(targetNodeId).c_str());
in CreateChannel() 51 std::shared_ptr<RpcChannel> ptrChannel = std::make_shared<SoftBusChannel>(targetNodeId);
in CreateChannel() 73 "targetNodeId %{public}s, process one command error, uniqueId: %{public}s, message: "
in ProcessOneCommand() 121 "targetNodeId %{public}s, add uniqueId %{public}s, already exist in the buffer, skip",
in AddCommand() 136 ACCESSTOKEN_LOG_INFO(LABEL, "Begin, targetNodeId: %{public}s, standalone: %{public}d",
in ProcessBufferedCommands() 142 ACCESSTOKEN_LOG_WARN(LABEL, "No command, targetNodeId in ProcessBufferedCommands() [all...] |
Completed in 2 milliseconds