Home
last modified time | relevance | path

Searched refs:IsExplicitGroup (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_info_proxy.cpp198 bool WifiP2pGroupInfoProxy::IsExplicitGroup() const in IsExplicitGroup() function in OHOS::Wifi::WifiP2pGroupInfoProxy
200 return groupsInfo.IsExplicitGroup(); in IsExplicitGroup()
H A Dwifi_p2p_group_info_proxy.h84 bool IsExplicitGroup() const;
H A Dp2p_group_operating_state.cpp158 group.SetExplicitGroup(WifiConfigCenter::GetInstance().IsExplicitGroup()); in ProcessGroupStartedEvt()
H A Dgroup_formed_state.cpp266 … if (groupManager.IsCurrGroupClientEmpty() && !groupManager.GetCurrentGroup().IsExplicitGroup()) { in ProcessDisconnectEvt()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h242 bool IsExplicitGroup(void);
H A Dwifi_config_center.cpp904 bool WifiConfigCenter::IsExplicitGroup(void) in IsExplicitGroup() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h303 bool IsExplicitGroup(void) const;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp503 bool WifiP2pGroupInfo::IsExplicitGroup(void) const in IsExplicitGroup() function in OHOS::Wifi::WifiP2pGroupInfo