Searched refs:g_discoveryMsgList (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 37 static SoftBusList *g_discoveryMsgList = NULL; variable 487 LNN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&(g_discoveryMsgList->lock)) == SOFTBUS_OK, in AddDiscSubscribeMsg() 491 LIST_FOR_EACH_ENTRY(msgNode, &(g_discoveryMsgList->list), DiscSubscribeMsg, node) { in AddDiscSubscribeMsg() 494 (void)SoftBusMutexUnlock(&(g_discoveryMsgList->lock)); in AddDiscSubscribeMsg() 500 (void)SoftBusMutexUnlock(&(g_discoveryMsgList->lock)); in AddDiscSubscribeMsg() 504 ListTailInsert(&(g_discoveryMsgList->list), &(msgNode->node)); in AddDiscSubscribeMsg() 505 (void)SoftBusMutexUnlock(&(g_discoveryMsgList->lock)); in AddDiscSubscribeMsg() 512 LNN_CHECK_AND_RETURN_RET_LOGE(SoftBusMutexLock(&(g_discoveryMsgList->lock)) == SOFTBUS_OK, in DeleteDiscSubscribeMsg() 517 LIST_FOR_EACH_ENTRY_SAFE(msgNode, next, &(g_discoveryMsgList->list), DiscSubscribeMsg, node) { in DeleteDiscSubscribeMsg() 524 (void)SoftBusMutexUnlock(&(g_discoveryMsgList in DeleteDiscSubscribeMsg() [all...] |
Completed in 2 milliseconds