Searched refs:commandDeviceId (Results 1 – 1 of 1) sorted by relevance
129 std::string commandDeviceId = command->GetRemoteDeviceId(); in ProcessNextCommand() local130 … if (commandDeviceId == executorDeviceId || executors_.find(commandDeviceId) == executors_.end()) { in ProcessNextCommand()132 WifiDirectAnonymizeDeviceId(commandDeviceId).c_str()); in ProcessNextCommand()135 executors_.insert({commandDeviceId, executorCopy}); in ProcessNextCommand()137 WifiDirectAnonymizeDeviceId(commandDeviceId).c_str(), command->GetId()); in ProcessNextCommand()138 executor->SetRemoteDeviceId(commandDeviceId); in ProcessNextCommand()