Home
last modified time | relevance | path

Searched refs:LnnGetLocalBroadcastCipherKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp90 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) in LnnGetLocalBroadcastCipherKey() function
92 return GetLnnConnInterface()->LnnGetLocalBroadcastCipherKey(broadcastKey); in LnnGetLocalBroadcastCipherKey()
H A Dlnn_connection_fsm_test.cpp775 EXPECT_CALL(lnnConnMock, LnnGetLocalBroadcastCipherKey)
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h53 virtual int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) = 0;
84 MOCK_METHOD1(LnnGetLocalBroadcastCipherKey, int32_t (BroadcastCipherKey *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_cipherkey_manager.h46 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c72 int32_t LnnGetLocalBroadcastCipherKey(BroadcastCipherKey *broadcastKey) in LnnGetLocalBroadcastCipherKey() function
H A Dlnn_connection_fsm.c1036 if (LnnGetLocalBroadcastCipherKey(&broadcastKey) != SOFTBUS_OK) { in LnnRecoveryBroadcastKey()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2027 if (LnnGetLocalBroadcastCipherKey(broadcastKey) != SOFTBUS_OK) { in LnnLoadBroadcastCipherInfo()