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 D | wifi_p2p_hal_interface_test.cpp | 291 …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 D | mock_wifi_p2p_hal_interface.h | 50 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 D | wifi_p2p_hal_interface.h | 190 WifiErrorNo P2pConfigureListen(bool enable, size_t period, size_t interval) const;
|
H A D | wifi_p2p_hal_interface.cpp | 250 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 D | p2p_enabled_state_test.cpp | 137 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _)) 149 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _))
|
H A D | group_formed_state_test.cpp | 348 EXPECT_CALL(WifiP2PHalInterface::GetInstance(), P2pConfigureListen(_, _, _))
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_enabled_state.cpp | 159 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(true, period, interval)) { in ProcessCmdStartListen() 171 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(false, 0, 0)) { in ProcessCmdStopListen()
|
H A D | group_formed_state.cpp | 363 if (WifiP2PHalInterface::GetInstance().P2pConfigureListen(true, period, interval)) { in ProcessCmdStartListen()
|