Home
last modified time | relevance | path

Searched refs:HandleLaneQosChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp99 int32_t HandleLaneQosChange(const LaneLinkInfo *laneLinkInfo) in HandleLaneQosChange() function
101 return GetLaneListenerDepsInterface()->HandleLaneQosChange(laneLinkInfo); in HandleLaneQosChange()
H A Dlnn_lane_listener_deps_mock.h45 virtual int32_t HandleLaneQosChange(const LaneLinkInfo *laneLinkInfo) = 0;
67 MOCK_METHOD1(HandleLaneQosChange, int32_t (const LaneLinkInfo *laneLinkInfo));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_trans_lane.h58 int32_t HandleLaneQosChange(const LaneLinkInfo *laneLinkInfo);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c537 (void)HandleLaneQosChange(&laneLinkInfo); in LnnOnWifiDirectConnectedForSink()
H A Dlnn_trans_lane.c1340 (void)HandleLaneQosChange(&info); in NotifyLinkSucc()
1928 int32_t HandleLaneQosChange(const LaneLinkInfo *laneLinkInfo) in HandleLaneQosChange() function