Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Ddisconnect_command.h37 return CommandType::DISCONNECT_COMMAND; in GetType()
H A Dwifi_direct_command.h26 DISCONNECT_COMMAND, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp142 } else if (command->GetType() == CommandType::DISCONNECT_COMMAND) { in ProcessNextCommand()