Searched refs:LnnGetDLAuthCapacity (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/ |
H A D | trans_lane_pending_test_mock.cpp | 122 int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity) in LnnGetDLAuthCapacity() function 124 return GetTransLanePendingTestInterface()->LnnGetDLAuthCapacity(networkId, authCapacity); in LnnGetDLAuthCapacity()
|
H A D | trans_lane_pending_test_mock.h | 53 virtual int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity) = 0; 80 MOCK_METHOD2(LnnGetDLAuthCapacity, int32_t (const char *networkId, uint32_t *authCapacity));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 74 int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 1220 EXPECT_CALL(TransLanePendingMock, LnnGetDLAuthCapacity).WillOnce(Return(SOFTBUS_INVALID_PARAM)); 1224 EXPECT_CALL(TransLanePendingMock, LnnGetDLAuthCapacity).WillRepeatedly(Return(SOFTBUS_OK));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 1648 int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity) in LnnGetDLAuthCapacity() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 944 if (LnnGetDLAuthCapacity(peerNetworkId, &authCapacity) != SOFTBUS_OK) { in PeerDeviceIsLegacyOs()
|