Searched refs:LnnGetLocalBroadcastCipherKey (Results 1 – 7 of 7) sorted by relevance
90 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) in LnnGetLocalBroadcastCipherKey() function92 return GetLnnConnInterface()->LnnGetLocalBroadcastCipherKey(broadcastKey); in LnnGetLocalBroadcastCipherKey()
775 EXPECT_CALL(lnnConnMock, LnnGetLocalBroadcastCipherKey)
53 virtual int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) = 0;84 MOCK_METHOD1(LnnGetLocalBroadcastCipherKey, int32_t (BroadcastCipherKey *));
46 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey);
72 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) in LnnGetLocalBroadcastCipherKey() function
1036 if (LnnGetLocalBroadcastCipherKey(&broadcastKey) != SOFTBUS_OK) { in LnnRecoveryBroadcastKey()
2027 if (LnnGetLocalBroadcastCipherKey(broadcastKey) != SOFTBUS_OK) { in LnnLoadBroadcastCipherInfo()