Home
last modified time | relevance | path

Searched refs:AuthStopListening (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_mock.cpp95 void AuthStopListening(AuthLinkType type) in AuthStopListening() function
97 return GetLnnIpNetworkImplInterface()->AuthStopListening(type); in AuthStopListening()
H A Dlnn_ip_network_impl_mock.h44 virtual void AuthStopListening(AuthLinkType type) = 0;
76 MOCK_METHOD1(AuthStopListening, void (AuthLinkType));
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp99 void AuthStopListening(AuthLinkType type) in AuthStopListening() function
101 GetTransAuthInterface()->AuthStopListening(type); in AuthStopListening()
/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h46 virtual void AuthStopListening(AuthLinkType type) = 0;
110 MOCK_METHOD1(AuthStopListening, void (AuthLinkType));
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c79 void AuthStopListening(AuthLinkType type) in AuthStopListening() function
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp146 void AuthStopListening(AuthLinkType type) in AuthStopListening() function
148 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthStopListening(type); in AuthStopListening()
H A Dwifi_direct_mock.h152 MOCK_METHOD(void, AuthStopListening, (AuthLinkType));
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h162 void AuthStopListening(AuthLinkType type);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp411 AuthStopListening(AUTH_LINK_TYPE_RAW_ENHANCED_P2P); in StopCustomListening()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c167 AuthStopListening(AUTH_LINK_TYPE_WIFI); in CloseAuthPort()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c802 void AuthStopListening(AuthLinkType type) in AuthStopListening() function

Completed in 7 milliseconds