Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp79 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type) in DestroyLink() function
81 return GetTransLaneIf()->DestroyLink(networkId, laneReqId, type); in DestroyLink()
H A Dlnn_trans_lane_deps_mock.h40 virtual int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type) = 0;
67 … MOCK_METHOD3(DestroyLink, int32_t (const char *networkId, uint32_t laneReqId, LaneLinkType type));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h126 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp494 EXPECT_EQ(DestroyLink(networkId, laneReqId, LANE_P2P), SOFTBUS_LANE_RESOURCE_NOT_FOUND);
495 EXPECT_EQ(DestroyLink(nullptr, laneReqId, LANE_P2P), SOFTBUS_INVALID_PARAM);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c458 DestroyLink(networkId, laneHandle, resourceItem.link.type); in FreeLaneLink()
H A Dlnn_lane_link.c1626 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type) in DestroyLink() function
H A Dlnn_trans_lane.c824 return DestroyLink(networkId, laneReqId, resourceItem.link.type); in FreeLaneLink()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1546 ret = DestroyLink(NODE_NETWORK_ID, 0, LANE_BLE);
1550 ret = DestroyLink(NODE_NETWORK_ID, 0, LANE_P2P);
1552 ret = DestroyLink(nullptr, 0, LANE_P2P);