Home
last modified time | relevance | path

Searched refs:LaneState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.h34 virtual int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid,
56 MOCK_METHOD3(PostLaneStateChangeMessage, int32_t (LaneState state, const char *peerUdid,
H A Dlnn_lane_listener_deps_mock.cpp49 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL… in PostLaneStateChangeMessage()
H A Dlnn_lane_listener_test.cpp98 static void OnLaneStateChange(uint64_t laneId, LaneState state) in OnLaneStateChange()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h65 } LaneState; typedef
234 void (*onLaneStateChange)(uint64_t laneId, LaneState state);
H A Dlnn_trans_lane.h53 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c105 LaneState state;
1800 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL… in PostLaneStateChangeMessage()