| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
| H A D | stats.c | 128 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_open() local 145 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_release() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 222 struct drm_stats *stats = data; in drm_getstats() local
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | isp_stats.c | 81 struct rkisp_isp_stats_vdev *stats = video_drvdata(filp); in rkisp_stats_fh_open() local 97 struct rkisp_isp_stats_vdev *stats = video_drvdata(file); in rkisp_stats_fop_release() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_stats.c | 86 struct rkisp_isp_stats_vdev *stats = video_drvdata(filp); in rkisp_stats_fh_open() local 101 struct rkisp_isp_stats_vdev *stats = video_drvdata(file); in rkisp_stats_fop_release() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | stats.c | 132 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_open() local 150 struct rkispp_stats_vdev *stats = video_drvdata(filp); in rkispp_stats_fh_release() local
|
| /drivers/hdf_core/adapter/khdf/linux/network/src/ |
| H A D | net_device_adapter.c | 79 struct NetDevStats *stats; in NetDevGetStats() local [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
| H A D | thumbnail_data.h | 110 EXPORT GenerateStats stats; member in OHOS::Media::ThumbnailData
|
| /foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/ |
| H A D | bundleactivepowerstatecallbackproxy_fuzzer.cpp | 167 auto stats = std::make_shared<BundleActivePeriodStats>(); in BundleActiveStatsCombinerFuzzTest() local
|
| /foundation/resourceschedule/device_usage_statistics/test/unittest/ |
| H A D | device_usage_statistics_mock_test.cpp | 436 BundleActivePeriodStats stats; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
| H A D | statistics_exec.cpp | 252 napi_value stats = NapiUtils::CreateArray(context->GetEnv(), list.size()); in GetGetTrafficStatsByUidNetworkCallback() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | netsys_native_service_proxy_test.cpp | 162 std::vector<OHOS::NetManagerStandard::NetStatsInfo> stats; in HWTEST_F() local 284 uint64_t stats = 0; in HWTEST_F() local 322 uint64_t stats = 0; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/services/netstatsmanager/src/stub/ |
| H A D | net_stats_service_stub.cpp | 146 uint64_t stats = 0; in OnGetIfaceRxBytes() local 168 uint64_t stats = 0; in OnGetIfaceTxBytes() local 191 uint64_t stats = 0; in OnGetCellularRxBytes() local 208 uint64_t stats in OnGetCellularTxBytes() local 225 uint64_t stats = 0; OnGetAllRxBytes() local 243 uint64_t stats = 0; OnGetAllTxBytes() local 262 uint64_t stats = 0; OnGetUidRxBytes() local 285 uint64_t stats = 0; OnGetUidTxBytes() local 565 uint64_t stats = 0; OnGetCookieRxBytes() local 588 uint64_t stats = 0; OnGetCookieTxBytes() local [all...] |
| /foundation/communication/dsoftbus/core/transmission/common/include/ |
| H A D | softbus_trans_def.h | 93 unsigned char stats[TRAFFIC_LEN]; member
|
| /foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
| H A D | net_stats_client.cpp | 160 int32_t NetStatsClient::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() argument 170 int32_t NetStatsClient::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() argument 180 int32_t NetStatsClient::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() argument 190 int32_t NetStatsClient::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() argument 200 int32_t NetStatsClient::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() argument 210 GetAllTxBytes(uint64_t &stats) GetAllTxBytes() argument 220 GetUidRxBytes(uint64_t &stats, uint32_t uid) GetUidRxBytes() argument 230 GetUidTxBytes(uint64_t &stats, uint32_t uid) GetUidTxBytes() argument 262 UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end, const NetStatsInfo &stats) UpdateIfacesStats() argument 369 GetSockfdRxBytes(uint64_t &stats, int32_t sockfd) GetSockfdRxBytes() argument 392 GetSockfdTxBytes(uint64_t &stats, int32_t sockfd) GetSockfdTxBytes() argument 415 GetUidTxBytesEx(uint64_t *stats, uint32_t uid) GetUidTxBytesEx() argument 425 GetUidRxBytesEx(uint64_t *stats, uint32_t uid) GetUidRxBytesEx() argument [all...] |
| /foundation/communication/netmanager_base/test/fuzztest/netstatsclient_fuzzer/ |
| H A D | net_stats_client_fuzzer.cpp | 266 NetStatsInfo stats; in UpdateIfacesStatsFuzzTest() local
|
| /foundation/communication/netmanager_base/services/netstatsmanager/src/ |
| H A D | net_stats_cached.cpp | 110 NetStatsInfo stats; in SetAppStats() local [all...] |
| /foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/ |
| H A D | net_stats_service_proxy.cpp | 96 int32_t NetStatsServiceProxy::GetIfaceRxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceRxBytes() argument 124 int32_t NetStatsServiceProxy::GetIfaceTxBytes(uint64_t &stats, const std::string &interfaceName) in GetIfaceTxBytes() argument 152 int32_t NetStatsServiceProxy::GetCellularRxBytes(uint64_t &stats) in GetCellularRxBytes() argument 176 int32_t NetStatsServiceProxy::GetCellularTxBytes(uint64_t &stats) in GetCellularTxBytes() argument 200 int32_t NetStatsServiceProxy::GetAllRxBytes(uint64_t &stats) in GetAllRxBytes() argument 222 GetAllTxBytes(uint64_t &stats) GetAllTxBytes() argument 245 GetUidRxBytes(uint64_t &stats, uint32_t uid) GetUidRxBytes() argument 273 GetUidTxBytes(uint64_t &stats, uint32_t uid) GetUidTxBytes() argument 351 UpdateIfacesStats(const std::string &iface, uint64_t start, uint64_t end, const NetStatsInfo &stats) UpdateIfacesStats() argument 526 GetCookieRxBytes(uint64_t &stats, uint64_t cookie) GetCookieRxBytes() argument 552 GetCookieTxBytes(uint64_t &stats, uint64_t cookie) GetCookieTxBytes() argument [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| H A D | fillp_output.c | 279 static void UpdateStatisticsWhenSendOne(struct FillpStatisticsPcb *stats, FILLP_UINT32 bufLen) in UpdateStatisticsWhenSendOne() argument 377 struct FillpStatisticsPcb *stats = &(fpcb->statistics); in FillpSendItem() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | huffman.c | 60 int ff_huff_gen_len_table(uint8_t *dst, const uint64_t *stats, int stats_size, int skip0) in ff_huff_gen_len_table() argument
|
| H A D | huffyuv.h | 82 uint64_t stats[4][MAX_VLC_N]; member
|
| /third_party/curl/tests/unit/ |
| H A D | unit2600.c | 119 struct ai_family_stats *stats; member [all...] |
| /third_party/eudev/src/shared/ |
| H A D | path-util.c | 518 struct stat stats; in paths_check_timestamp() local
|
| /third_party/eudev/src/udev/ |
| H A D | udevadm-info.c | 203 struct stat stats; in cleanup_dir() local
|
| H A D | udev-node.c | 37 struct stat stats; in node_symlink() local 257 struct stat stats; in node_permissions_apply() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | command_path.cc | 130 InsertTargetsIntoFoundPaths(const PathVector& path, DepType implicit_last_dep, Stats* stats) InsertTargetsIntoFoundPaths() argument 169 BreadthFirstSearch(const Target* from, const Target* to, PrivateDeps private_deps, DataDeps data_deps, PrintWhat print_what, Stats* stats) BreadthFirstSearch() argument 250 DoSearch(const Target* from, const Target* to, const Options& options, Stats* stats) DoSearch() argument 350 Stats stats; RunPath() local [all...] |