Home
last modified time | relevance | path

Searched refs:GetNetLedgerInterface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp46 static LnnNetLedgerInterface *GetNetLedgerInterface() in GetNetLedgerInterface() function
241 return GetNetLedgerInterface()->LnnGetLocalNodeInfo(); in LnnGetLocalNodeInfo()
246 return GetNetLedgerInterface()->LnnGetAuthPort(info); in LnnGetAuthPort()
256 return GetNetLedgerInterface()->LnnGetProxyPort(info); in LnnGetProxyPort()
261 return GetNetLedgerInterface()->LnnGetBtMac(info); in LnnGetBtMac()
266 return GetNetLedgerInterface()->LnnGetDeviceName(info); in LnnGetDeviceName()
276 return GetNetLedgerInterface()->LnnGetP2pRole(info); in LnnGetP2pRole()
281 return GetNetLedgerInterface()->LnnGetP2pMac(info); in LnnGetP2pMac()
363 return GetNetLedgerInterface()->LnnIsLSANode(info); in LnnIsLSANode()
408 return GetNetLedgerInterface()->LnnIsNodeOnline(info); in LnnIsNodeOnline()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp47 static AuthNetLedgerInterface *GetNetLedgerInterface() in GetNetLedgerInterface() function
65 return GetNetLedgerInterface()->LnnGetLocalNodeInfo(); in LnnGetLocalNodeInfo()
70 return GetNetLedgerInterface()->LnnGetAuthPort(info); in LnnGetAuthPort()
75 return GetNetLedgerInterface()->LnnGetSessionPort(info); in LnnGetSessionPort()
80 return GetNetLedgerInterface()->LnnGetProxyPort(info); in LnnGetProxyPort()
85 return GetNetLedgerInterface()->LnnGetBtMac(info); in LnnGetBtMac()
90 return GetNetLedgerInterface()->LnnGetDeviceName(info); in LnnGetDeviceName()
100 return GetNetLedgerInterface()->LnnGetDeviceUdid(info); in LnnGetDeviceUdid()
105 return GetNetLedgerInterface()->LnnGetP2pRole(info); in LnnGetP2pRole()
110 return GetNetLedgerInterface()->LnnGetP2pMac(info); in LnnGetP2pMac()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dnet_ledger_mock.cpp42 static NetLedgerInterface *GetNetLedgerInterface() in GetNetLedgerInterface() function
50 return GetNetLedgerInterface()->LnnSetP2pRole(info, role); in LnnSetP2pRole()
55 return GetNetLedgerInterface()->LnnSetP2pMac(info, p2pMac); in LnnSetP2pMac()
60 return GetNetLedgerInterface()->LnnSetP2pGoMac(info, goMac); in LnnSetP2pGoMac()
65 return GetNetLedgerInterface()->LnnGetAllOnlineAndMetaNodeInfo(info, infoNum); in LnnGetAllOnlineAndMetaNodeInfo()
70 return GetNetLedgerInterface()->LnnSetWifiDirectAddr(info, wifiDirectAddr); in LnnSetWifiDirectAddr()