Searched refs:AuthStartListeningForWifiDirect (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 105 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 D | wifi_direct_mock.h | 61 virtual int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, 146 MOCK_METHOD(int32_t, AuthStartListeningForWifiDirect,
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 164 int32_t AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 1181 * @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 D | auth_negotiate_channel.cpp | 311 auto resultPort = AuthStartListeningForWifiDirect(type, localIp.c_str(), port, &module); in StartListening()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 818 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 D | p2p_v1_processor_test.cpp | 335 EXPECT_CALL(mock, AuthStartListeningForWifiDirect(_, _, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); in InjectChannel()
|
Completed in 9 milliseconds