Home
last modified time | relevance | path

Searched refs:LnnNotifyEmptySessionKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_common_mock.cpp110 int32_t LnnNotifyEmptySessionKey(int64_t authId) in LnnNotifyEmptySessionKey() function
112 return GetCommonInterface()->LnnNotifyEmptySessionKey(authId); in LnnNotifyEmptySessionKey()
H A Dauth_common_mock.h53 virtual int32_t LnnNotifyEmptySessionKey(int64_t authId) = 0;
80 MOCK_METHOD1(LnnNotifyEmptySessionKey, int32_t (int64_t));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h161 int32_t LnnNotifyEmptySessionKey(int64_t authId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c1298 int32_t LnnNotifyEmptySessionKey(int64_t authId) in LnnNotifyEmptySessionKey() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c307 LnnNotifyEmptySessionKey(authId); in RemoveAuthSessionKeyByIndex()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp2018 ret = LnnNotifyEmptySessionKey(AUTH_ID);