Home
last modified time | relevance | path

Searched refs:P2P_STATE_NONE (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h67 P2P_STATE_NONE = 0, enumerator
/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h75 P2P_STATE_NONE = 0, enumerator
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificp2p_fuzzer/
H A Dwificp2p_fuzzer.cpp25 P2pState state = P2P_STATE_NONE; in GetP2pEnableStatusTest()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp42 case Wifi::P2pState::P2P_STATE_NONE: in OnP2pStateChanged()
421 case Wifi::P2pState::P2P_STATE_NONE: // fall-through in HandleStartDiscovery()
H A Dwfd_sink_scene.cpp37 case (int32_t)Wifi::P2pState::P2P_STATE_NONE: in OnP2pStateChanged()
422 case (int32_t)Wifi::P2pState::P2P_STATE_NONE: in HandleStart()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp77 .WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::P2P_STATE_NONE)), in HWTEST_F()
161 wfdP2pCallback->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::P2P_STATE_NONE)); in HWTEST_F()
H A Dwfd_sink_scene_test.cpp81 sinkScene_->wfdP2pCallback_->OnP2pStateChanged(static_cast<int32_t>(Wifi::P2pState::P2P_STATE_NONE)); in HWTEST_F()
155 .WillOnce(DoAll(SetArgReferee<0>(static_cast<int32_t>(Wifi::P2pState::P2P_STATE_NONE)), in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h71 P2P_STATE_NONE = 0, member in OHOS::Wifi::P2pState
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp980 state == static_cast<int32_t>(P2pState::P2P_STATE_NONE) || in HandleP2PStateChanged()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp129 auto value = context_.Get(TestContextKey::WIFI_P2P_STATE, P2pState(P2P_STATE_NONE)); in InjectData()

Completed in 14 milliseconds