/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_manager_test.cpp | 55 constexpr const char *IFACE = "iface0"; variable 531 ethernetDhcpController.StartClient(IFACE, bIpv6); 532 ethernetDhcpController.StopClient(IFACE, bIpv6); 589 ethernetManagement.GetDevInterfaceCfg(IFACE, ic); 596 ret = devCallback.OnInterfaceAdded(IFACE); 598 ret = devCallback.OnInterfaceRemoved(IFACE); 602 ret = devCallback.OnInterfaceChanged(IFACE, true); 791 ethernetManagement.DevInterfaceAdd(IFACE); 804 ethernetManagement.DevInterfaceAdd(IFACE); 938 auto ret = devCallback.OnInterfaceAdded(IFACE); [all …]
|
H A D | ethernet_configuration_test.cpp | 30 constexpr const char *IFACE = "iface0"; variable 69 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg); 88 ethernetConfiguration.GenCfgContent(IFACE, cfg, FILE_CONTENT); 90 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg2);
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/ |
H A D | get_iface_stats_context.cpp | 27 constexpr const char *IFACE = "iface"; variable 42 bool hasIface = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_0], IFACE); in ParseParams() 54 … IFACE)) == napi_string; in ParseParams() 66 interfaceName_ = NapiUtils::GetStringPropertyUtf8(GetEnv(), params[ARG_INDEX_0], IFACE); in ParseParams()
|
H A D | get_iface_uid_stats_context.cpp | 29 constexpr const char *IFACE = "iface"; variable 46 bool hasIface = NapiUtils::HasNamedProperty(GetEnv(), ifaceInfo, IFACE); in ParseParams() 61 …NapiUtils::GetValueType(GetEnv(), NapiUtils::GetNamedProperty(GetEnv(), ifaceInfo, IFACE)) == napi… in ParseParams() 72 interfaceName_ = NapiUtils::GetStringPropertyUtf8(GetEnv(), ifaceInfo, IFACE); in ParseParams()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | dhcp_result_parcel_test.cpp | 24 const std::string IFACE = "iface0"; variable 35 info.iface_ = IFACE; in GetDhcpResultParcelData()
|
H A D | netsys_native_client_test.cpp | 37 static constexpr const char *IFACE = "test0"; variable 259 ret = nativeClient_.GetIfaceStats(stats, 0, IFACE);
|
H A D | netsys_controller_test.cpp | 46 static constexpr const char *IFACE = "test0"; variable 414 ret = NetsysController::GetInstance().GetIfaceStats(stats, 0, IFACE);
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_database_defines.h | 70 IFACE, enumerator
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_exec.cpp | 43 constexpr const char *IFACE = "iface"; variable 71 context->GetEnv(), macAddrInfo, IFACE, eachInfo.iface_); in GetMacAddressCallback()
|
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 48 #define IFACE(v) [AUDIO_CTL_ELEM_IFACE_##v] = #v macro 61 IFACE(CARD), 62 IFACE(PCM), 63 IFACE(MIXER),
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 208 …[-i IFACE] [-z PAUSE_MSEC] HOST [BYTES]<br />usage: traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q …
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 208 … [-i IFACE] [-z PAUSE_MSEC] HOST [BYTES]<br>usage: traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q P…
|