Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp49 constexpr const char *FUNCTION_GET_IFACE_STATS = "getTrafficStatsByIface"; variable
133 …return ModuleTemplate::Interface<GetIfaceStatsContext>(env, info, FUNCTION_GET_IFACE_STATS, nullpt… in GetIfaceStats()
198 DECLARE_NAPI_FUNCTION(FUNCTION_GET_IFACE_STATS, GetIfaceStats), in InitStatisticsModule()