Home
last modified time | relevance | path

Searched refs:P2pConfigureListen (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp291 …WifiErrorNo::WIFI_HAL_OPT_OK, WifiP2PHalInterface::GetInstance().P2pConfigureListen(enable, period…
294 WifiP2PHalInterface::GetInstance().P2pConfigureListen(enable, period, interval));
297 WifiP2PHalInterface::GetInstance().P2pConfigureListen(enable, period, interval));
301 WifiP2PHalInterface::GetInstance().P2pConfigureListen(enable, period, interval));
304 …WifiErrorNo::WIFI_HAL_OPT_OK, WifiP2PHalInterface::GetInstance().P2pConfigureListen(enable, period…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_wifi_p2p_hal_interface.h50 virtual WifiErrorNo P2pConfigureListen(bool enable, size_t period, size_t interval) const = 0;
109 … MOCK_CONST_METHOD3(P2pConfigureListen, WifiErrorNo(bool enable, size_t period, size_t interval));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_p2p_hal_interface.h190 WifiErrorNo P2pConfigureListen(bool enable, size_t period, size_t interval) const;
H A Dwifi_p2p_hal_interface.cpp250 WifiErrorNo WifiP2PHalInterface::P2pConfigureListen(bool enable, size_t period, size_t interval) co… in P2pConfigureListen() function in OHOS::Wifi::WifiP2PHalInterface
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabled_state_test.cpp137 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _))
149 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _))
H A Dgroup_formed_state_test.cpp348 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _))
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabled_state.cpp159 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(true, period, interval)) { in ProcessCmdStartListen()
171 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(false, 0, 0)) { in ProcessCmdStopListen()
H A Dgroup_formed_state.cpp363 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(true, period, interval)) { in ProcessCmdStartListen()