Home
last modified time | relevance | path

Searched refs:DeleteNetworkResourceByLaneId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h58 void DeleteNetworkResourceByLaneId(uint64_t laneId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h112 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 Dlnn_lane_deps_mock.cpp424 void DeleteNetworkResourceByLaneId(uint64_t laneId) in DeleteNetworkResourceByLaneId() function
426 GetLaneDepsInterface()->DeleteNetworkResourceByLaneId(laneId); in DeleteNetworkResourceByLaneId()
H A Dlnn_lane_test.cpp412 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 Dtrans_network_statistics.c331 void DeleteNetworkResourceByLaneId(uint64_t laneId) in DeleteNetworkResourceByLaneId() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c507 DeleteNetworkResourceByLaneId(laneId); in IsNeedDelResource()