Home
last modified time | relevance | path

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

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