Home
last modified time | relevance | path

Searched refs:NET_CAPABILITY_PORTAL (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp408 if (HasNetCap(NET_CAPABILITY_PORTAL)) { in SetNetValid()
409 netCaps_.RemoveNetCap(NET_CAPABILITY_PORTAL); in SetNetValid()
410 netAllCapabilities_.netCaps_.erase(NET_CAPABILITY_PORTAL); in SetNetValid()
414 if (!HasNetCap(NET_CAPABILITY_PORTAL)) { in SetNetValid()
415 netCaps_.InsertNetCap(NET_CAPABILITY_PORTAL); in SetNetValid()
416 netAllCapabilities_.netCaps_.insert(NET_CAPABILITY_PORTAL); in SetNetValid()
437 if (HasNetCap(NET_CAPABILITY_PORTAL)) { in SetNetValid()
438 netCaps_.RemoveNetCap(NET_CAPABILITY_PORTAL); in SetNetValid()
439 netAllCapabilities_.netCaps_.erase(NET_CAPABILITY_PORTAL); in SetNetValid()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_all_capabilities_test.cpp56 NetCap::NET_CAPABILITY_PORTAL,
95 NetCap::NET_CAPABILITY_PORTAL,
H A Dnet_caps_test.cpp45 NetCap::NET_CAPABILITY_PORTAL, in SetUpTestCase()
70 NetCap::NET_CAPABILITY_PORTAL,
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_all_capabilities.h35 NET_CAPABILITY_PORTAL = 17, enumerator
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp52 {NET_CAPABILITY_PORTAL, NETCONN_NET_CAPABILITY_PORTAL},
65 {NETCONN_NET_CAPABILITY_PORTAL, NET_CAPABILITY_PORTAL},
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_all_capabilities.cpp200 case NET_CAPABILITY_PORTAL: in ToStrNetCaps()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp223 DECLARE_NET_CAP(NET_CAPABILITY_PORTAL), in InitProperties()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-net-connection.md2570 | NET_CAPABILITY_PORTAL<sup>12+</sup> | 17 | 表示系统发现该网络存在强制网络门户,需要用户登陆认证,该能力由网络管理模块设置。<br>**原子化服务A…
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-net-connection.md2570 | NET_CAPABILITY_PORTAL<sup>12+</sup> | 17 | The network is found to have a captive portal and us…