Home
last modified time | relevance | path

Searched refs:AuthHandleLeaveLNN (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dauth_mock.cpp39 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
41 GetAuthInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
H A Dauth_mock.h29 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0;
46 MOCK_METHOD(void, AuthHandleLeaveLNN, (AuthHandle), (override));
H A Dnet_builder_mock_test.cpp155 ON_CALL(authMock, AuthHandleLeaveLNN(_)).WillByDefault(Return()); in HWTEST_F()
H A Dlnn_data_cloud_sync_mock.cpp96 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
98 return GetNetBuilderDepsInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h65 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0;
119 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
H A Dlnn_net_builder_deps_mock.h72 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0;
217 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
H A Dlnn_data_cloud_sync_mock.h69 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0;
205 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp131 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
133 return GetServiceInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
H A Dlnn_net_builder_deps_mock.cpp115 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
117 return GetNetBuilderDepsInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
H A Dlnn_net_builder_mock_test.cpp1984 EXPECT_CALL(NetBuilderMock, AuthHandleLeaveLNN).WillRepeatedly(Return()); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp89 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
91 GetTransAuthInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h43 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0;
108 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c48 void AuthHandleLeaveLNN(int64_t authId) in AuthHandleLeaveLNN() function
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h131 void AuthHandleLeaveLNN(AuthHandle authHandle);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp209 AuthHandleLeaveLNN(authHandle2); in HWTEST_F()
582 AuthHandleLeaveLNN(authHandle); in HWTEST_F()
584 AuthHandleLeaveLNN(authHandle); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c1218 AuthHandleLeaveLNN(authHandle); in LnnNotifyAuthHandleLeaveLNN()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1549 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function
1579 AUTH_LOGI(AUTH_FSM, "AuthHandleLeaveLNN disconnect"); in AuthHandleLeaveLNN()

Completed in 19 milliseconds