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 D | lnn_trans_lane_deps_mock.cpp | 79 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 D | lnn_trans_lane_deps_mock.h | 40 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 D | lnn_lane_link.h | 126 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 494 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 D | lnn_ctrl_lane.c | 458 DestroyLink(networkId, laneHandle, resourceItem.link.type); in FreeLaneLink()
|
H A D | lnn_lane_link.c | 1626 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type) in DestroyLink() function
|
H A D | lnn_trans_lane.c | 824 return DestroyLink(networkId, laneReqId, resourceItem.link.type); in FreeLaneLink()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1546 ret = DestroyLink(NODE_NETWORK_ID, 0, LANE_BLE); 1550 ret = DestroyLink(NODE_NETWORK_ID, 0, LANE_P2P); 1552 ret = DestroyLink(nullptr, 0, LANE_P2P);
|