Home
last modified time | relevance | path

Searched refs:laneProfileId (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);
33 void (*OnLaneIdDisabled)(uint64_t laneId, uint32_t laneProfileId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c66 uint32_t laneProfileId = 0; in GenerateLaneProfileId() local
67 laneProfileId |= ((param->linkType << LINK_TYPE_SHIFT) | in GenerateLaneProfileId()
69 return laneProfileId; in GenerateLaneProfileId()
H A Dlnn_lane.c254 static void LaneIdDisabled(uint64_t laneId, uint32_t laneProfileId) in LaneIdDisabled() argument
264 listener[i].OnLaneIdDisabled(laneId, laneProfileId); in LaneIdDisabled()