Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dnet_builder_mock_test.cpp157 int32_t ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
162 ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_test.cpp371 int32_t ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
375 ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
H A Dlnn_net_builder_mock_test.cpp1973 int32_t ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
1982 ret = LnnNotifyAuthHandleLeaveLNN(authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h160 int32_t LnnNotifyAuthHandleLeaveLNN(AuthHandle authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c860 LnnNotifyAuthHandleLeaveLNN(connInfo->authHandle); in CompleteJoinLNN()
997 LnnNotifyAuthHandleLeaveLNN(connInfo->authHandle); in CompleteLeaveLNN()
H A Dlnn_net_builder.c1191 int32_t LnnNotifyAuthHandleLeaveLNN(AuthHandle authHandle) in LnnNotifyAuthHandleLeaveLNN() function