Searched refs:NET_CAPABILITY_VALIDATED (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_caps_test.cpp | 44 NetCap::NET_CAPABILITY_VALIDATED, in SetUpTestCase() 69 NetCap::NET_CAPABILITY_VALIDATED, 104 instance_->InsertNetCap(NetCap::NET_CAPABILITY_VALIDATED); 105 auto result = instance_->HasNetCap(NetCap::NET_CAPABILITY_VALIDATED); 111 instance_->RemoveNetCap(NetCap::NET_CAPABILITY_VALIDATED); 112 auto result = instance_->HasNetCap(NetCap::NET_CAPABILITY_VALIDATED); 118 auto result = instance_->HasNetCap(NetCap::NET_CAPABILITY_VALIDATED);
|
H A D | net_all_capabilities_test.cpp | 55 NetCap::NET_CAPABILITY_VALIDATED, 94 NetCap::NET_CAPABILITY_VALIDATED,
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_supplier.cpp | 403 if (!HasNetCap(NET_CAPABILITY_VALIDATED)) { in SetNetValid() 404 netCaps_.InsertNetCap(NET_CAPABILITY_VALIDATED); in SetNetValid() 405 netAllCapabilities_.netCaps_.insert(NET_CAPABILITY_VALIDATED); in SetNetValid() 419 if (HasNetCap(NET_CAPABILITY_VALIDATED)) { in SetNetValid() 420 netCaps_.RemoveNetCap(NET_CAPABILITY_VALIDATED); in SetNetValid() 421 netAllCapabilities_.netCaps_.erase(NET_CAPABILITY_VALIDATED); in SetNetValid() 432 if (HasNetCap(NET_CAPABILITY_VALIDATED)) { in SetNetValid() 433 netCaps_.RemoveNetCap(NET_CAPABILITY_VALIDATED); in SetNetValid() 434 netAllCapabilities_.netCaps_.erase(NET_CAPABILITY_VALIDATED); in SetNetValid() 447 return HasNetCap(NET_CAPABILITY_VALIDATED); in IsNetValidated()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_all_capabilities.h | 34 NET_CAPABILITY_VALIDATED = 16, enumerator
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/ |
H A D | net_connection_adapter.cpp | 51 {NET_CAPABILITY_VALIDATED, NETCONN_NET_CAPABILITY_VALIDATED}, 64 {NETCONN_NET_CAPABILITY_VALIDATED, NET_CAPABILITY_VALIDATED},
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/js/ |
H A D | @ohos.net.connection.d.ts | 1095 NET_CAPABILITY_VALIDATED = 16,
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_all_capabilities.cpp | 197 case NET_CAPABILITY_VALIDATED: in ToStrNetCaps()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | device_manager_adapter.cpp | 132 …if (netAllCap->netCaps_.count(NetManagerStandard::NET_CAPABILITY_VALIDATED) && !netAllCap->bearerT… in NetCapabilitiesChange() 729 if (status != 0 || !capabilities.netCaps_.count(NetManagerStandard::NET_CAPABILITY_VALIDATED) || in RefreshNet()
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | net-connection-manager.md | 389 console.log(JSON.stringify("NET_CAPABILITY_VALIDATED"));
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 222 DECLARE_NET_CAP(NET_CAPABILITY_VALIDATED), in InitProperties()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 156 | ohos.net.connection | NetCap | NET_CAPABILITY_VALIDATED = 16 | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 156 | ohos.net.connection | NetCap | NET_CAPABILITY_VALIDATED = 16 | Added|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-connection.md | 2569 | NET_CAPABILITY_VALIDATED | 16 | 表示网络管理通过该网络与华为云地址成功建立连接,该能力由网络管理模块设置。<br>请注意,网络管理可能会与华为云地址建立连接失… 2571 …> | 31 | 表示网络管理正在检验当前网络的连通性,此值会在网络连接时设置,直到连通性检测结束后不再设置,当此值存在时,NET_CAPABILITY_VALIDATED的值可能不准确。<b…
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-connection-manager.md | 260 console.log(JSON.stringify("NET_CAPABILITY_VALIDATED"));
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-connection.md | 2569 | NET_CAPABILITY_VALIDATED | 16 | The network management module successfully connects to the Huaw… 2571 …onnectivity check is complete. If it is present, the value of **NET_CAPABILITY_VALIDATED** may be …
|