Home
last modified time | relevance | path

Searched refs:CfgInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h153 struct CfgInfo { struct
157 CfgInfo() in CfgInfo() argument
177 CfgInfo* cfgInfo;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp392 CfgInfo* cfgInfoPtr = new (std::nothrow) CfgInfo(); in DealConfigChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h139 static void SendConfigChangeEvent(sptr<IWifiP2pCallback> &callback, CfgInfo* cfgInfo);
H A Dwifi_internal_event_dispatcher.cpp825 void WifiInternalEventDispatcher::SendConfigChangeEvent(sptr<IWifiP2pCallback> &callback, CfgInfo*… in SendConfigChangeEvent()