Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp129 std::string commandDeviceId = command->GetRemoteDeviceId(); in ProcessNextCommand() local
130 … 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()