Searched refs:LnnSetDlPtk (Results 1 – 5 of 5) sorted by relevance
66 virtual bool LnnSetDlPtk(const char *networkId, const char *remotePtk) = 0;102 MOCK_METHOD2(LnnSetDlPtk, bool (const char *, const char *));
184 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk() function186 return GetNetLedgerInterface()->LnnSetDlPtk(networkId, remotePtk); in LnnSetDlPtk()
97 bool LnnSetDlPtk(const char *networkId, const char *remotePtk);
1082 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk() function
972 if (!LnnSetDlPtk(info->nodeInfo.networkId, info->nodeInfo.remotePtk)) { in AuthManagerSetAuthPassed()