Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c68 } DeviceNightMode; typedef
487 DeviceNightMode *item = NULL; in RestoreBrNetworkDevices()
488 DeviceNightMode *next = NULL; in RestoreBrNetworkDevices()
491 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_nightOnCache, DeviceNightMode, node) { in RestoreBrNetworkDevices()
521 DeviceNightMode *modeInfo = (DeviceNightMode *)SoftBusMalloc(sizeof(DeviceNightMode)); in SaveBrNetworkDevices()
758 DeviceNightMode *item = NULL; in LnnDeinitNetworkManager()
759 DeviceNightMode *next = NULL; in LnnDeinitNetworkManager()
760 LIST_FOR_EACH_ENTRY_SAFE(item, next, g_nightOnCache, DeviceNightMode, node) { in LnnDeinitNetworkManager()