Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c48 static SoftBusMutex g_laneStateListenerMutex; variable
54 return SoftBusMutexLock(&g_laneStateListenerMutex); in LaneListenerLock()
59 (void)SoftBusMutexUnlock(&g_laneStateListenerMutex); in LaneListenerUnlock()
588 if (SoftBusMutexInit(&g_laneStateListenerMutex, NULL) != SOFTBUS_OK) { in InitLaneListener()
619 (void)SoftBusMutexDestroy(&g_laneStateListenerMutex); in DeinitLaneListener()