Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp113 auto executorDeviceId = executor->GetRemoteDeviceId(); in ProcessNextCommand() local
115 auto ite = executors_.find(executorDeviceId); in ProcessNextCommand()
118 WifiDirectAnonymizeDeviceId(executorDeviceId).c_str()); in ProcessNextCommand()
124 …_WIFI_DIRECT, "remove executor=%{public}s", WifiDirectAnonymizeDeviceId(executorDeviceId).c_str()); in ProcessNextCommand()
130 … if (commandDeviceId == executorDeviceId || executors_.find(commandDeviceId) == executors_.end()) { in ProcessNextCommand()