Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_listener.h31 int32_t InitLaneListener(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp70 InitLaneListener(); in SetUpTestCase()
119 int32_t ret = InitLaneListener();
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c617 if (InitLaneListener() != SOFTBUS_OK) { in InitLane()
H A Dlnn_lane_listener.c586 int32_t InitLaneListener(void) in InitLaneListener() function