Home
last modified time | relevance | path

Searched refs:OnLaneIdEnabled (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.h32 void (*OnLaneIdEnabled)(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()
247 if (listener[i].OnLaneIdEnabled != NULL) { in LaneIdEnabled()
248 listener[i].OnLaneIdEnabled(laneId, profileId); in LaneIdEnabled()
637 g_laneIdListener.OnLaneIdEnabled = LaneIdEnabled; in InitLane()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2944 laneListener.OnLaneIdEnabled = nullptr;