Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane.h33 void (*OnLaneIdDisabled)(uint64_t laneId, uint32_t laneProfileId); member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c141 if ((listener->OnLaneIdEnabled == NULL) && (listener->OnLaneIdDisabled == NULL)) { in CheckListener()
263 if (listener[i].OnLaneIdDisabled != NULL) { in LaneIdDisabled()
264 listener[i].OnLaneIdDisabled(laneId, laneProfileId); in LaneIdDisabled()
638 g_laneIdListener.OnLaneIdDisabled = LaneIdDisabled; in InitLane()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2945 laneListener.OnLaneIdDisabled = nullptr;