Home
last modified time | relevance | path

Searched refs:DelLogicAndLaneRelationship (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp69 void DelLogicAndLaneRelationship(uint64_t laneId) in DelLogicAndLaneRelationship() function
71 GetLaneListenerDepsInterface()->DelLogicAndLaneRelationship(laneId); in DelLogicAndLaneRelationship()
H A Dlnn_lane_listener_deps_mock.h39 virtual void DelLogicAndLaneRelationship(uint64_t laneId) = 0;
61 MOCK_METHOD1(DelLogicAndLaneRelationship, void (uint64_t laneId));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp157 void DelLogicAndLaneRelationship(uint64_t laneId) in DelLogicAndLaneRelationship() function
159 GetLaneLinkDepsInterface()->DelLogicAndLaneRelationship(laneId); in DelLogicAndLaneRelationship()
H A Dlnn_lane_link_deps_mock.h52 virtual void DelLogicAndLaneRelationship(uint64_t laneId) = 0;
84 MOCK_METHOD1(DelLogicAndLaneRelationship, void (uint64_t laneId));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_trans_lane.h55 void DelLogicAndLaneRelationship(uint64_t laneId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c316 DelLogicAndLaneRelationship(resourceItem.laneId); in LaneLinkdownNotify()
321 DelLogicAndLaneRelationship(resourceItem.laneId); in LaneLinkdownNotify()
H A Dlnn_lane_link_wifi_direct.c199 DelLogicAndLaneRelationship(resourceItem.laneId); in FreeResourceForForceDisconnect()
204 DelLogicAndLaneRelationship(resourceItem.laneId); in FreeResourceForForceDisconnect()
H A Dlnn_trans_lane.c1849 void DelLogicAndLaneRelationship(uint64_t laneId) in DelLogicAndLaneRelationship() function