Searched refs:AuthHandleLeaveLNN (Results 1 - 17 of 17) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/ |
H A D | auth_mock.cpp | 39 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function 41 GetAuthInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
|
H A D | auth_mock.h | 29 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0; 46 MOCK_METHOD(void, AuthHandleLeaveLNN, (AuthHandle), (override));
|
H A D | net_builder_mock_test.cpp | 155 ON_CALL(authMock, AuthHandleLeaveLNN(_)).WillByDefault(Return()); in HWTEST_F()
|
H A D | lnn_data_cloud_sync_mock.cpp | 96 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 D | lnn_service_mock.h | 65 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0; 119 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
|
H A D | lnn_net_builder_deps_mock.h | 72 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0; 217 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
|
H A D | lnn_data_cloud_sync_mock.h | 69 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 D | lnn_service_mock.cpp | 131 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function 133 return GetServiceInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
|
H A D | lnn_net_builder_deps_mock.cpp | 115 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function 117 return GetNetBuilderDepsInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
|
H A D | lnn_net_builder_mock_test.cpp | 1984 EXPECT_CALL(NetBuilderMock, AuthHandleLeaveLNN).WillRepeatedly(Return()); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_auth_mock.cpp | 89 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function 91 GetTransAuthInterface()->AuthHandleLeaveLNN(authHandle); in AuthHandleLeaveLNN()
|
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_auth_mock.h | 43 virtual void AuthHandleLeaveLNN(AuthHandle authHandle) = 0; 108 MOCK_METHOD1(AuthHandleLeaveLNN, void (AuthHandle));
|
/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 48 void AuthHandleLeaveLNN(int64_t authId) in AuthHandleLeaveLNN() function
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 131 void AuthHandleLeaveLNN(AuthHandle authHandle);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_manager_test.cpp | 209 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 D | lnn_net_builder.c | 1218 AuthHandleLeaveLNN(authHandle); in LnnNotifyAuthHandleLeaveLNN()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 1549 void AuthHandleLeaveLNN(AuthHandle authHandle) in AuthHandleLeaveLNN() function 1579 AUTH_LOGI(AUTH_FSM, "AuthHandleLeaveLNN disconnect"); in AuthHandleLeaveLNN()
|
Completed in 19 milliseconds