Home
last modified time | relevance | path

Searched refs:StopP2pListen (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.h39 ErrCode StopP2pListen();
H A Dwifi_mock_p2p_service.cpp171 ErrCode WifiMockP2pService::StopP2pListen() in StopP2pListen() function in OHOS::Wifi::WifiMockP2pService
173 LOGI("Mock_p2p:StopP2pListen"); in StopP2pListen()
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p.h97 WifiErrorCode StopP2pListen();
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.cpp111 ErrCode P2pInterface::StopP2pListen() in StopP2pListen() function in OHOS::Wifi::P2pInterface
113 return p2pService.StopP2pListen(); in StopP2pListen()
H A Dip2p_service.h104 virtual ErrCode StopP2pListen() = 0;
H A Dp2p_interface.h127 virtual ErrCode StopP2pListen() override;
H A Dwifi_p2p_service.h103 virtual ErrCode StopP2pListen() override;
H A Dp2p_enabled_state.cpp172 p2pStateMachine.BroadcastActionResult(P2pActionCallback::StopP2pListen, WIFI_OPT_FAILED); in ProcessCmdStopListen()
175 p2pStateMachine.BroadcastActionResult(P2pActionCallback::StopP2pListen, WIFI_OPT_SUCCESS); in ProcessCmdStopListen()
H A Dwifi_p2p_service.cpp122 ErrCode WifiP2pService::StopP2pListen() in StopP2pListen() function in OHOS::Wifi::WifiP2pService
124 WIFI_LOGI("StopP2pListen"); in StopP2pListen()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_wifi_p2p.h41 MOCK_METHOD(Wifi::ErrCode, StopP2pListen, ());
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p.h112 virtual ErrCode StopP2pListen(void) = 0;
H A Dwifi_p2p_msg.h56 StopP2pListen, member in OHOS::Wifi::P2pActionCallback
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_p2p_interface.cpp76 ErrCode P2pInterface::StopP2pListen() in StopP2pListen() function in OHOS::Wifi::P2pInterface
H A Dmock_p2p_interface.h38 virtual ErrCode StopP2pListen() override;
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h111 ErrCode StopP2pListen(void) override;
H A Dwifi_p2p_impl.cpp146 ErrCode WifiP2pImpl::StopP2pListen(void) in StopP2pListen() function in OHOS::Wifi::WifiP2pImpl
150 return client_->StopP2pListen(); in StopP2pListen()
H A Dwifi_p2p_proxy.h111 ErrCode StopP2pListen(void) override;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p.h114 virtual ErrCode StopP2pListen(void) = 0;
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_p2p_test.cpp98 StopP2pListen(); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.h121 ErrCode StopP2pListen(void) override;
H A Dwifi_p2p_service_impl.cpp404 ErrCode WifiP2pServiceImpl::StopP2pListen() in StopP2pListen() function in OHOS::Wifi::WifiP2pServiceImpl
406 WIFI_LOGI("StopP2pListen"); in StopP2pListen()
408 WIFI_LOGE("StopP2pListen:VerifyWifiConnectionPermission PERMISSION_DENIED!"); in StopP2pListen()
422 return pService->StopP2pListen(); in StopP2pListen()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_service_test.cpp111 HWTEST_F(WifiP2pServiceTest, StopP2pListen, TestSize.Level1) in HWTEST_F()
113 EXPECT_EQ(pWifiP2pService->StopP2pListen(), ErrCode::WIFI_OPT_SUCCESS); in HWTEST_F()
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/
H A Dwificp2p_fuzzer.cpp268 (void)StopP2pListen(); in WifiCP2PFuzzerTest()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp200 pP2pInterface->StopP2pListen(); in P2pServerFuzzTest()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp83 NO_SANITIZE("cfi") WifiErrorCode StopP2pListen() in StopP2pListen() function
86 return GetCErrorCode(wifiP2pPtr->StopP2pListen()); in StopP2pListen()

Completed in 17 milliseconds

12