Home
last modified time | relevance | path

Searched refs:IFACE (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/
H A Dget_iface_uid_stats_context.cpp29 constexpr const char *IFACE = "iface"; member
46 bool hasIface = NapiUtils::HasNamedProperty(GetEnv(), ifaceInfo, IFACE); in ParseParams()
61 NapiUtils::GetValueType(GetEnv(), NapiUtils::GetNamedProperty(GetEnv(), ifaceInfo, IFACE)) == napi_string; in ParseParams()
72 interfaceName_ = NapiUtils::GetStringPropertyUtf8(GetEnv(), ifaceInfo, IFACE); in ParseParams()
H A Dget_iface_stats_context.cpp27 constexpr const char *IFACE = "iface"; member
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()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp55 constexpr const char *IFACE = "iface0"; member
531 ethernetDhcpController.StartClient(IFACE, bIpv6); in HWTEST_F()
532 ethernetDhcpController.StopClient(IFACE, bIpv6); in HWTEST_F()
539 ethernetDhcpController.OnDhcpSuccess(IFACE, &dhcpResult); in HWTEST_F()
541 ethernetDhcpController.OnDhcpSuccess(IFACE, &dhcpResult); in HWTEST_F()
589 ethernetManagement.GetDevInterfaceCfg(IFACE, ic); in HWTEST_F()
596 ret = devCallback.OnInterfaceAdded(IFACE); in HWTEST_F()
598 ret = devCallback.OnInterfaceRemoved(IFACE); in HWTEST_F()
600 ret = devCallback.OnInterfaceLinkStateChanged(IFACE, true); in HWTEST_F()
602 ret = devCallback.OnInterfaceChanged(IFACE, tru in HWTEST_F()
[all...]
H A Dethernet_configuration_test.cpp30 constexpr const char *IFACE = "iface0"; member
69 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg); in HWTEST_F()
88 ethernetConfiguration.GenCfgContent(IFACE, cfg, FILE_CONTENT); in HWTEST_F()
90 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg2); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_result_parcel_test.cpp24 const std::string IFACE = "iface0"; member
35 info.iface_ = IFACE; in GetDhcpResultParcelData()
H A Dnetsys_native_client_test.cpp37 static constexpr const char *IFACE = "test0"; member
259 ret = nativeClient_.GetIfaceStats(stats, 0, IFACE); in HWTEST_F()
H A Dnetsys_controller_test.cpp46 static constexpr const char *IFACE = "test0"; member
415 ret = NetsysController::GetInstance().GetIfaceStats(stats, 0, IFACE); in HWTEST_F()
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_database_defines.h70 IFACE, member in OHOS::NetManagerStandard::NetStatsDatabaseDefines::DataType
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_configuration_test.cpp30 constexpr const char *IFACE = "iface0"; member
69 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg); in HWTEST_F()
88 ethernetConfiguration.GenCfgContent(IFACE, cfg, FILE_CONTENT); in HWTEST_F()
90 ret = ethernetConfiguration.WriteUserConfiguration(IFACE, cfg2); in HWTEST_F()
H A Dethernet_manager_test.cpp55 constexpr const char *IFACE = "iface0"; member
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp42 constexpr const char *IFACE = "iface"; member
70 context->GetEnv(), macAddrInfo, IFACE, eachInfo.iface_); in GetMacAddressCallback()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_controller_test.cpp46 static constexpr const char *IFACE = "test0"; member

Completed in 9 milliseconds