Searched refs:IfaceDestoryCallback (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/ |
H A D | hal_device_manage.h | 47 using IfaceDestoryCallback = std::function<void(std::string&, int)>; variable 59 std::vector<IfaceDestoryCallback> ifaceDestoryCallback; 194 …bool CreateStaIface(const IfaceDestoryCallback &ifaceDestoryCallback, const RssiReportCallback &rs… 204 bool CreateApIface(const IfaceDestoryCallback &ifaceDestoryCallback, std::string &ifaceName); 213 bool CreateP2pIface(const IfaceDestoryCallback &ifaceDestoryCallback, std::string &ifaceName); 423 …const IfaceDestoryCallback &ifaceDestoryCallback, std::string &ifaceName, sptr<IChipIface> &iface); 424 bool CreateIface(IfaceType createIfaceType, const IfaceDestoryCallback &ifaceDestoryCallback,
|
H A D | hal_device_manage.cpp | 113 bool HalDeviceManager::CreateStaIface(const IfaceDestoryCallback &ifaceDestoryCallback, in CreateStaIface() 147 bool HalDeviceManager::CreateApIface(const IfaceDestoryCallback &ifaceDestoryCallback, std::string … in CreateApIface() 165 bool HalDeviceManager::CreateP2pIface(const IfaceDestoryCallback &ifaceDestoryCallback, std::string… in CreateP2pIface() 1266 … const IfaceDestoryCallback &ifaceDestoryCallback, std::string &ifaceName, sptr<IChipIface> &iface) in CreateIfaceIfPossible() 1305 bool HalDeviceManager::CreateIface(IfaceType createIfaceType, const IfaceDestoryCallback &ifaceDest… in CreateIface()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_p2p_manager.h | 53 void IfaceDestoryCallback(std::string &destoryIfaceName, int createIfaceType);
|
H A D | wifi_p2p_manager.cpp | 66 …std::bind(&WifiP2pManager::IfaceDestoryCallback, this, std::placeholders::_1, std::placeholders::_… in AutoStartP2pService() 420 void WifiP2pManager::IfaceDestoryCallback(std::string &destoryIfaceName, int createIfaceType) in IfaceDestoryCallback() function in OHOS::Wifi::WifiP2pManager
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/ |
H A D | wifi_manager_test.cpp | 337 wifiManager.wifiP2pManager->IfaceDestoryCallback(destoryIfaceName, 1);
|