Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.h48 static constexpr int DISCONNECT_WAIT_POST_REQUEST_MS = 450; variable
H A Dp2p_v1_processor.cpp321 DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessDisconnectCommand()
322 SoftBusSleepMs(DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessDisconnectCommand()
354 …WIFI_DIRECT, "wait for p2p auth to send data, sleep%{public}dms", DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessForceDisconnectCommand()
355 SoftBusSleepMs(DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessForceDisconnectCommand()
1197 DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessReuseResponse()
1198 SoftBusSleepMs(DISCONNECT_WAIT_POST_REQUEST_MS); in ProcessReuseResponse()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp988 … = future.wait_for(std::chrono::milliseconds(P2pV1Processor::DISCONNECT_WAIT_POST_REQUEST_MS + 100…
1078 … = future.wait_for(std::chrono::milliseconds(P2pV1Processor::DISCONNECT_WAIT_POST_REQUEST_MS + 100…