Lines Matching refs:real

3 The **statistics** module provides APIs to query real-time or historical data traffic by the specif…
18 Obtains the real-time downlink data traffic of the specified NIC. This API uses an asynchronous cal…
27 … operation is successful, **error** is **undefined** and **stats** is the real-time downlink data …
58 Obtains the real-time downlink data traffic of the specified NIC. This API uses a promise to return…
71 | Promise\<number> | Promise used to return the result, which is the real-time downlink data traffi…
100 Obtains the real-time uplink data traffic of the specified NIC. This API uses an asynchronous callb…
109 … operation is successful, **error** is **undefined** and **stats** is the real-time uplink data tr…
140 Obtains the real-time uplink data traffic of the specified NIC. This API uses a promise to return t…
153 | Promise\<number> | Promise used to return the result, which is the real-time uplink data traffic …
182 Obtains the real-time downlink data traffic of a cellular network. This API uses an asynchronous ca…
190 … operation is successful, **error** is **undefined** and **stats** is the real-time downlink data …
220 Obtains the real-time downlink data traffic of a cellular network. This API uses a promise to retur…
227 | Promise\<number> | Promise used to return the result, which is the real-time downlink data traffi…
255 Obtains the real-time uplink data traffic of a cellular network. This API uses an asynchronous call…
263 … operation is successful, **error** is **undefined** and **stats** is the real-time uplink data tr…
293 Obtains the real-time uplink data traffic of a cellular network. This API uses a promise to return …
300 | Promise\<number> | Promise used to return the result, which is the real-time uplink data traffic …
328 Obtains the real-time downlink data traffic of all NICs. This API uses an asynchronous callback to …
336 … operation is successful, **error** is **undefined** and **stats** is the real-time downlink data …
365 Obtains the real-time downlink data traffic of all NICs. This API uses a promise to return the resu…
372 | Promise\<number> | Promise used to return the result, which is the real-time downlink data traffi…
399 Obtains the real-time uplink data traffic of all NICs. This API uses an asynchronous callback to re…
407 … operation is successful, **error** is **undefined** and **stats** is the real-time uplink data tr…
436 Obtains the real-time uplink data traffic of all NICs. This API uses a promise to return the result.
443 | Promise\<number> | Promise used to return the result, which is the real-time uplink data traffic …
470 Obtains the real-time downlink data traffic of the specified application. This API uses an asynchro…
479 … operation is successful, **error** is **undefined** and **stats** is the real-time downlink data …
509 Obtains the real-time downlink data traffic of the specified application. This API uses a promise t…
522 | Promise\<number> | Promise used to return the result, which is the real-time downlink data traffi…
550 Obtains the real-time uplink data traffic of the specified application. This API uses an asynchrono…
559 … operation is successful, **error** is **undefined** and **stats** is the real-time uplink data tr…
589 Obtains the real-time uplink data traffic of the specified application. This API uses a promise to …
602 | Promise\<number> | Promise used to return the result, which is the real-time uplink data traffic …