Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h611 bool NetDeviceIsInstRunning(const struct NetDevice *netDevice);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c760 …if (info->status == FALSE && NetDeviceIsInstRunning(netdev) && netdev->netDeviceIf->stop != NULL) { in WifiCmdSetNetdev()
763 …} else if (info->status == TRUE && !NetDeviceIsInstRunning(netdev) && netdev->netDeviceIf->open !=… in WifiCmdSetNetdev()
1223 if (NetDeviceIsInstRunning(netdev)) { in WifiResetEntranceCheck()
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c286 bool NetDeviceIsInstRunning(const struct NetDevice *netDevice) in NetDeviceIsInstRunning() function