Home
last modified time | relevance | path

Searched defs:totalSize (Results 101 – 125 of 162) sorted by relevance

1234567

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c340 uint32_t totalSize = keyCount * sizeof(struct HksFileEntry); in FileNameListInit() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c193 uint32_t totalSize = sizeof(struct HksKeyMaterial25519) + (CURVE25519_KEY_LEN_BYTES << 1); in SaveKeyMaterialCurve25519() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp348 uint64_t totalSize = 0; in GetFolderSize() local
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp285 void CloneBuffer(uint8_t* dest, const uint8_t* src, size_t totalSize) in CloneBuffer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp494 const uint64_t totalSize = 500; // 500 data in DB. variable
551 const uint64_t totalSize = 100; // 100 data in DB. variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp474 int64_t totalSize; variable
808 int64_t totalSize; variable
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp304 ssize_t totalSize = 0; in getSubSampleInfo() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp145 … double totalSize = static_cast<double>(diskInfo.f_bsize) * static_cast<double>(diskInfo.f_blocks); in IsStorageInsufficient() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp96 int32_t GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
111 int32_t GetTotalSize(int64_t &totalSize) in GetTotalSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp105 int totalSize = 10; in CrudTest() local
1862 int totalSize = 4000u; variable
1937 int totalSize = 4000u; variable
/aosp14/frameworks/base/core/java/android/os/
H A DBinderProxy.java226 final int totalSize = size(); in set() local
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h231 size_t totalSize = 0; in IsPrivateCommandValid() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c165 uint32_t totalSize; in CheckIpcIo() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp380 int64_t totalSize; in HandleGetTotal() local
451 int64_t totalSize; in HandleGetTotalSize() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DPerformFullTransportBackupTask.java765 long totalSize = mResult.get(); in preflightFullBackup() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_common_unit_test.cpp326 size_t totalSize = oHAudioBuffer->GetDataSize(); variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_ecc_helper.c476 uint32_t totalSize = xSize + ySize + sizeof(struct HksPubKeyInfo); in EcKeyToPublicKey() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp491 int32_t StorageManagerProxy::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
857 int32_t StorageManagerProxy::GetTotalSize(int64_t &totalSize) in GetTotalSize()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java500 long totalSize = ((long) rowStride) * height + offset; in writeByteBuffer() local
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp443 size_t totalSize = 0; in com_android_internal_content_NativeLibraryHelper_sumNativeBinaries() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp503 int64_t totalSize = 0; in GetOriginalSize() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_test.cpp826 static const size_t totalSize = 50; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp797 size_t totalSize = 0; in SerializeTensorsToBuffer() local
/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp195 size_t totalSize = 0; in ExpandFile() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp271 const size_t totalSize = (ySize + NUM_2 * uvSize); in YuvP010ConvertToRgb() local
311 const size_t totalSize = ySize * NUM_4; in Rgba1010102ConvertToYuvP010() local
490 const size_t totalSize = (ySize + NUM_2 * uvSize); in GetOrignData() local
496 const size_t totalSize = ySize * NUM_4; in GetOrignData() local

1234567