/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 1326 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd); local 1414 long totalBytes = 0; in findRapidBlame() local 1497 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes, in enqueueNotification() 1891 final long totalBytes = getTotalBytes(policy.template, start, end); in updateNetworkEnabledNL() local
|
H A D | NetworkStatsCollection.java | 648 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
H A D | DataUsageController.java | 135 final long totalBytes = getUsageLevel(template, start, end); in getDataUsageInfo() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | ManageCachePage.java | 368 long totalBytes = mCacheStorageInfo.getTotalBytes(); in refreshCacheStorageInfo() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | DataUsageList.java | 343 final long totalBytes = mCycleData != null && !mCycleData.isEmpty() in updateDetailData() local
|
H A D | AppDataUsage.java | 318 final long totalBytes = backgroundBytes + foregroundBytes; in bindData() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/ |
H A D | trans_listener.cpp | 293 int32_t TransListener::OnFileReceive(uint64_t totalBytes, uint64_t processedBytes) in OnFileReceive()
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadNotifier.java | 302 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppUtility.java | 307 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText()
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | MultipathPolicyTracker.java | 288 final long totalBytes = getNetworkTotalBytes(start, end); in getRemainingDailyBudget() local
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | bufferCopy.cpp | 62 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21() local
|
/aosp12/frameworks/native/cmds/dumpsys/ |
H A D | dumpsys.cpp | 431 size_t totalBytes = 0; in writeDump() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_opp.cpp | 243 void BluetoothOppTransferInformation::SetTotalBytes(uint64_t totalBytes) in SetTotalBytes()
|
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
H A D | SettingsBackupAgentTest.java | 217 int totalBytes = 0; in generateBackupData() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 222 uint64_t totalBytes = 0; in UpdateMsgProcessInfo() local 268 static void CalculateSessionTransferRate(DFileSession *session, uint64_t totalBytes, DFileTransMsgT… in CalculateSessionTransferRate() 322 uint64_t totalBytes = DFileTransGetTotalBytes(dFileTrans); in CheckTransDone() local
|
H A D | nstackx_file_manager.c | 1757 int32_t FileManagerGetTotalBytes(FileManager *fileManager, uint64_t *totalBytes) in FileManagerGetTotalBytes() 1817 …2_t FileManagerGetTransUpdateInfo(FileManager *fileManager, uint16_t transId, uint64_t *totalBytes, in FileManagerGetTransUpdateInfo()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoPerfCollection.cpp | 122 int64_t totalBytes = metricType == MetricType::READ_BYTES ? uidStats.ioStats.sumReadBytes() in cacheTopNIoStats() local
|
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 453 int64_t totalBytes = WebDownloadItem_TotalBytes(downloadItem); variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_file_manager.h | 193 uint64_t totalBytes; member 243 uint64_t totalBytes; member
|
/aosp12/packages/modules/StatsD/statsd/src/guardrail/ |
H A D | StatsdStats.cpp | 257 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes) { in noteDataDropped() 277 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec) { in noteDataDropped()
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | stagefright.cpp | 327 int64_t totalBytes = 0; in playSource() local
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkStatsHistory.java | 90 private long totalBytes; field in NetworkStatsHistory
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 157 uint64_t totalBytes; member
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_download_item.cpp | 366 napi_value totalBytes; in JS_GetTotalBytes() local
|
/aosp12/packages/modules/adb/client/ |
H A D | incremental_server.cpp | 522 auto totalBytes = sizeof(ChunkHeader) + dataBytes; in Flush() local
|