Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dnegotiate_command.h32 return CommandType::NEGOTIATE_COMMAND; in GetType()
H A Dwifi_direct_command.h27 NEGOTIATE_COMMAND, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp145 } else if (command->GetType() == CommandType::NEGOTIATE_COMMAND) { in ProcessNextCommand()