Searched refs:DeleteNetworkResourceByLaneId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | trans_network_statistics.h | 58 void DeleteNetworkResourceByLaneId(uint64_t laneId);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/ |
H A D | lnn_lane_deps_mock.h | 112 virtual void DeleteNetworkResourceByLaneId(uint64_t laneId) = 0; 177 MOCK_METHOD1(DeleteNetworkResourceByLaneId, void (uint64_t laneId));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_deps_mock.cpp | 424 void DeleteNetworkResourceByLaneId(uint64_t laneId) in DeleteNetworkResourceByLaneId() function 426 GetLaneDepsInterface()->DeleteNetworkResourceByLaneId(laneId); in DeleteNetworkResourceByLaneId()
|
H A D | lnn_lane_test.cpp | 412 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 444 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 478 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 570 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 667 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 706 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 742 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 858 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 900 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); 944 EXPECT_CALL(mock, DeleteNetworkResourceByLaneId).WillRepeatedly(Return()); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 331 void DeleteNetworkResourceByLaneId(uint64_t laneId) in DeleteNetworkResourceByLaneId() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 507 DeleteNetworkResourceByLaneId(laneId); in IsNeedDelResource()
|