Home
last modified time | relevance | path

Searched defs:totalBytes (Results 26 – 50 of 63) sorted by relevance

123

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1326 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 DNetworkStatsCollection.java648 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java135 final long totalBytes = getUsageLevel(template, start, end); in getDataUsageInfo() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java368 long totalBytes = mCacheStorageInfo.getTotalBytes(); in refreshCacheStorageInfo() local
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageList.java343 final long totalBytes = mCycleData != null && !mCycleData.isEmpty() in updateDetailData() local
H A DAppDataUsage.java318 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 Dtrans_listener.cpp293 int32_t TransListener::OnFileReceive(uint64_t totalBytes, uint64_t processedBytes) in OnFileReceive()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java302 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java307 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java288 final long totalBytes = getNetworkTotalBytes(start, end); in getRemainingDailyBudget() local
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DbufferCopy.cpp62 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21() local
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp431 size_t totalBytes = 0; in writeDump() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp243 void BluetoothOppTransferInformation::SetTotalBytes(uint64_t totalBytes) in SetTotalBytes()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsBackupAgentTest.java217 int totalBytes = 0; in generateBackupData() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c222 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 Dnstackx_file_manager.c1757 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 DIoPerfCollection.cpp122 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 Dnweb_helper_test.cpp453 int64_t totalBytes = WebDownloadItem_TotalBytes(downloadItem); variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h193 uint64_t totalBytes; member
243 uint64_t totalBytes; member
/aosp12/packages/modules/StatsD/statsd/src/guardrail/
H A DStatsdStats.cpp257 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 Dstagefright.cpp327 int64_t totalBytes = 0; in playSource() local
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java90 private long totalBytes; field in NetworkStatsHistory
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h157 uint64_t totalBytes; member
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp366 napi_value totalBytes; in JS_GetTotalBytes() local
/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp522 auto totalBytes = sizeof(ChunkHeader) + dataBytes; in Flush() local

123