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 D | lnn_lane_listener_deps_mock.h | 34 virtual int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, 56 MOCK_METHOD3(PostLaneStateChangeMessage, int32_t (LaneState state, const char *peerUdid,
|
H A D | lnn_lane_listener_deps_mock.cpp | 49 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL… in PostLaneStateChangeMessage()
|
H A D | lnn_lane_listener_test.cpp | 98 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 D | lnn_lane_interface.h | 65 } LaneState; typedef 234 void (*onLaneStateChange)(uint64_t laneId, LaneState state);
|
H A D | lnn_trans_lane.h | 53 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 D | lnn_trans_lane.c | 105 LaneState state; 1800 int32_t PostLaneStateChangeMessage(LaneState state, const char *peerUdid, const LaneLinkInfo *laneL… in PostLaneStateChangeMessage()
|