Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp45 constexpr const char *FUNCTION_GET_UID_RXBYTES = "getUidRxBytes"; variable
91 …return ModuleTemplate::Interface<GetUidRxBytesContext>(env, info, FUNCTION_GET_UID_RXBYTES, nullpt… in GetUidRxBytes()
192 DECLARE_NAPI_FUNCTION(FUNCTION_GET_UID_RXBYTES, GetUidRxBytes), in InitStatisticsModule()