Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dwifi_direct_command.h25 CONNECT_COMMAND, enumerator
H A Dconnect_command.h48 return CommandType::CONNECT_COMMAND; in GetType()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp139 if (command->GetType() == CommandType::CONNECT_COMMAND) { in ProcessNextCommand()