Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c63 static List *g_remoteDeviceListBackup; variable
76 if (g_remoteDeviceListBackup == NULL) { in RemoteDeviceListInit()
86 ListInitHead(g_remoteDeviceListBackup); in RemoteDeviceListInit()
95 free(g_remoteDeviceListBackup); in RemoteDeviceListInit()
96 g_remoteDeviceListBackup = NULL; in RemoteDeviceListInit()
159 ClearRemoteDeviceList(g_remoteDeviceListBackup); in RemoteDeviceListDeinit()
160 free(g_remoteDeviceListBackup); in RemoteDeviceListDeinit()
161 g_remoteDeviceListBackup = NULL; in RemoteDeviceListDeinit()
169 ClearRemoteDeviceList(g_remoteDeviceListBackup); in ClearRemoteDeviceListBackup()
175 List *tmp = g_remoteDeviceListBackup; in BackupRemoteDeviceList()
[all …]