Home
last modified time | relevance | path

Searched refs:LnnSetDlPtk (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.h66 virtual bool LnnSetDlPtk(const char *networkId, const char *remotePtk) = 0;
102 MOCK_METHOD2(LnnSetDlPtk, bool (const char *, const char *));
H A Dauth_net_ledger_mock.cpp184 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk() function
186 return GetNetLedgerInterface()->LnnSetDlPtk(networkId, remotePtk); in LnnSetDlPtk()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h97 bool LnnSetDlPtk(const char *networkId, const char *remotePtk);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1082 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c972 if (!LnnSetDlPtk(info->nodeInfo.networkId, info->nodeInfo.remotePtk)) { in AuthManagerSetAuthPassed()