Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp48 constexpr const char *FUNCTION_GET_IFACE_TXBYTES = "getIfaceTxBytes"; variable
126 …return ModuleTemplate::Interface<GetIfaceTxBytesContext>(env, info, FUNCTION_GET_IFACE_TXBYTES, nu… in GetIfaceTxBytes()
197 DECLARE_NAPI_FUNCTION(FUNCTION_GET_IFACE_TXBYTES, GetIfaceTxBytes), in InitStatisticsModule()