Home
last modified time | relevance | path

Searched refs:NET_DETECTION_FAIL (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_detection_callback_test.cpp35 netDetectionResult_ = static_cast<int32_t>(NetDetectionResultCode::NET_DETECTION_FAIL); in WaitFor()
46 case NetDetectionResultCode::NET_DETECTION_FAIL: in OnNetDetectionResultChanged()
H A Dnetwork_test.cpp218 EXPECT_EQ(code, NetDetectionResultCode::NET_DETECTION_FAIL);
H A Dnet_conn_manager_test.cpp374 … ASSERT_TRUE(netDetectionRet == static_cast<int32_t>(NetDetectionResultCode::NET_DETECTION_FAIL));
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_constants.h50 NET_DETECTION_FAIL = 0, enumerator
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_observer_test.cpp110 NetManagerStandard::NET_DETECTION_FAIL, "");
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.cpp79 case NetManagerStandard::NET_DETECTION_FAIL: { in OnNetDetectionResultChanged()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp609 return NET_DETECTION_FAIL; in NetDetectionResultConvert()
617 return NET_DETECTION_FAIL; in NetDetectionResultConvert()