Home
last modified time | relevance | path

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

/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/test/
DStatisticsTest.test.ets16 import statistics from '@ohos.net.statistics';
44 statistics.getIfaceRxBytes(ifaceName, (err, data) => {
68 statistics.getIfaceRxBytes(ifaceName, (err, data) => {
92 statistics.getIfaceRxBytes(ifaceName, (err, data) => {
117 statistics.getIfaceRxBytes(ifaceName, (err, data) => {
146 statistics.getIfaceRxBytes(ifaceName).then((data) => {
168 statistics.getIfaceRxBytes(ifaceName).then((data) => {
190 statistics.getIfaceRxBytes(ifaceName).then((data) => {
213 statistics.getIfaceRxBytes(ifaceName).then((data) => {
240 statistics.getIfaceTxBytes(ifaceName, (err, data) => {
[all …]
/test/ostest/wukong/report/src/
Ddata_set.cpp45 void DataSet::SetStatisticsStragety(shared_ptr<Statistics> statistics) in SetStatisticsStragety() argument
47 statistics_ = statistics; in SetStatisticsStragety()
/test/ostest/wukong/report/include/
Ddata_set.h39 void SetStatisticsStragety(std::shared_ptr<Statistics> statistics);
/test/xts/acts/telephony/telephonyjstest/netmanager_socket/entry/src/main/ets/test/
DConnectionJsunit.test.ets21 import statistics from '@ohos.net.statistics';
1388 statistics.getSockfdTxBytes(sockfd1, (err, data) => {
1408 statistics.getSockfdTxBytes(sockfd2, (err, data) => {
1429 statistics.getSockfdTxBytes(undefined, (err, data) => {
1455 statistics.getSockfdTxBytes(null, (err, data) => {
1480 statistics.getSockfdTxBytes(sockfd1).then((data) => {
1498 statistics.getSockfdTxBytes(sockfd2).then((data) => {
1517 statistics.getSockfdTxBytes(undefined).then((data) => {
1541 statistics.getSockfdTxBytes(null).then((data) => {
1564 statistics.getSockfdRxBytes(sockfd1, (err, data) => {
[all …]
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/types/libentry/
Dindex.d.ts23 export const Test_MediaKeySystem_GetStatistics: (system:string,statistics: string) => number;
/test/ostest/wukong/
DBUILD.gn69 "./report/src/statistics.cpp",
DREADME.md24 | └── report # Monitor abnormal information, collect, collect statistics
/test/testfwk/developer_test/libs/benchmark/
DREADME_zh.md81 * And set "ReportAggregatesOnly", it will display the statistics Mean,
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/
Dhello.cpp598 char *statistics = nullptr; in Test_MediaKeySystem_GetStatistics() local
611 statistics = new char[statisticsLen + 1]; in Test_MediaKeySystem_GetStatistics()
612 napi_get_value_string_utf8(env, args[1], statistics, statisticsLen + 1, &statisticsLen); in Test_MediaKeySystem_GetStatistics()
614 if (strcmp(statistics, " ")) { in Test_MediaKeySystem_GetStatistics()