Home
last modified time | relevance | path

Searched refs:InitLaneModel (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_model.h32 int32_t InitLaneModel(void);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c248 int32_t InitLaneModel(void) in InitLaneModel() function
H A Dlnn_lane.c609 if (InitLaneModel() != SOFTBUS_OK) { in InitLane()