Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.cpp28 bool P2pIdleState::hasConnect{false};
35 hasConnect = false; in GoInState()
53 hasConnect = false; in GoOutState()
232 hasConnect = true; in ProcessCmdHid2dConnect()
291 if (hasConnect == true) { in ProcessCmdRemoveGroup()
292 hasConnect = false; in ProcessCmdRemoveGroup()
310 hasConnect = false; in ProcessGroupStartedEvt()
H A Dp2p_idle_state.h188 static bool hasConnect; variable