Home
last modified time | relevance | path

Searched defs:netState (Results 1 – 15 of 15) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
Dwifi_net_observer_test.cpp57 [](SystemNetWorkState netState, std::string urlRedirect) { in __anonc4b7cab10102()
85 [this, &result](SystemNetWorkState netState, std::string urlRedirect) { in __anonc4b7cab10202()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_conn_hievent_test.cpp100 void NetConnHiEventTest::HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState) {} in HandleDetectionResult()
Dnet_conn_service_proxy_test.cpp308 int32_t netState = 0; variable
637 int32_t netState = 0; variable
Dnet_conn_service_stub_test.h84 int32_t UpdateNetStateForTest(const sptr<NetSpecifier> &netSpecifier, int32_t netState) override in UpdateNetStateForTest()
Dnet_conn_manager_test.cpp289 int32_t netState = callback->GetNetState(); variable
Dnet_conn_service_test.cpp368 int32_t netState = 0; variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_supplier.cpp398 void NetSupplier::SetNetValid(NetDetectionStatus netState) in SetNetValid()
Dnet_conn_service.cpp358 …2_t NetConnService::UpdateNetStateForTest(const sptr<NetSpecifier> &netSpecifier, int32_t netState) in UpdateNetStateForTest()
742 …etConnService::UpdateNetStateForTestAsync(const sptr<NetSpecifier> &netSpecifier, int32_t netState) in UpdateNetStateForTestAsync()
1338 void NetConnService::HandleDetectionResult(uint32_t supplierId, NetDetectionStatus netState) in HandleDetectionResult()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
Dnetwork_parser.cpp411 NetworkStatus netState = NetworkStatus::UNKNOWN; in ParseInternetHistory() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dspunge_message.c144 int netState; in SpungeListenMsgCheckState() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_state_machine.cpp179 …[this](SystemNetWorkState netState, std::string url) { this->NetStateObserverCallback(netState, ur… in InitStaStateMachine()
3470 void StaStateMachine::UpdatePortalState(SystemNetWorkState netState, bool &updatePortalAuthTime) in UpdatePortalState()
3491 void StaStateMachine::NetStateObserverCallback(SystemNetWorkState netState, std::string url) in NetStateObserverCallback()
3496 void StaStateMachine::HandleNetCheckResult(SystemNetWorkState netState, const std::string &portalUr… in HandleNetCheckResult()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
Dnet_conn_service_proxy.cpp334 …etConnServiceProxy::UpdateNetStateForTest(const sptr<NetSpecifier> &netSpecifier, int32_t netState) in UpdateNetStateForTest()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
Dnet_conn_service_stub.cpp562 int32_t netState; in OnUpdateNetStateForTest() local
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
Dnet_conn_client_fuzzer.cpp742 auto netState = NetConnGetData<int32_t>(); in UpdateNetStateForTestFuzzTest() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_state_machine_test.cpp1288 void TestUpdatePortalState(std::map<PortalState, PortalState> &map, SystemNetWorkState netState) in TestUpdatePortalState()