Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.h105 int ProcessAuthHandShakeRequest(std::shared_ptr<NegotiateCommand> &command);
H A Dp2p_v1_processor.cpp492 ret = ProcessAuthHandShakeRequest(command); in ProcessNegotiateCommandAtWaitingAuthHandShakeState()
536 ret = ProcessAuthHandShakeRequest(command); in ProcessNegotiateCommandAtWaitingClientJoiningState()
1265 int P2pV1Processor::ProcessAuthHandShakeRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessAuthHandShakeRequest() function in OHOS::SoftBus::P2pV1Processor