Home
last modified time | relevance | path

Searched refs:AuthStartListeningForWifiDirect (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp105 int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId) in AuthStartListeningForWifiDirect() function
107 return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->AuthStartListeningForWifiDirect(type, ip, port, moduleId); in AuthStartListeningForWifiDirect()
H A Dwifi_direct_mock.h61 virtual int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip,
146 MOCK_METHOD(int32_t, AuthStartListeningForWifiDirect,
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h164 int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1181 * @tc.desc: AuthStartListeningForWifiDirect test
1203 EXPECT_NE(AuthStartListeningForWifiDirect(AUTH_LINK_TYPE_P2P, ip, 37025, &moduleId), in HWTEST_F()
1205 EXPECT_NE(AuthStartListeningForWifiDirect(AUTH_LINK_TYPE_ENHANCED_P2P, ip, 37025, &moduleId), in HWTEST_F()
1207 EXPECT_EQ(AuthStartListeningForWifiDirect(AUTH_LINK_TYPE_WIFI, ip, 37025, &moduleId), in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp311 auto resultPort = AuthStartListeningForWifiDirect(type, localIp.c_str(), port, &module); in StartListening()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c818 int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId) in AuthStartListeningForWifiDirect() function
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp335 EXPECT_CALL(mock, AuthStartListeningForWifiDirect(_, _, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); in InjectChannel()

Completed in 9 milliseconds