/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_execute.cpp | 233 LOGI("GetFileList success, file num is %{public}s", std::to_string(fileList.size()).c_str()); in GetFileList() 242 if (fileList.size() > 1) { in HandleZip()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | watcher_impl.cpp | 223 int len = fileName.size() + 1; in NotifyEvent() 242 if (watcherInfoSet_.size() == 0) { in CloseNotifyFd()
|
H A D | translistener.cpp | 196 return uri.substr(uri.find(NETWORK_PARA) + NETWORK_PARA.size(), uri.size()); in GetNetworkIdFromUri()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon.h | 93 virtual int32_t GetOccupiedSpace(int32_t idType, int32_t id, int64_t &size) override; 94 virtual int32_t UpdateMemoryPara(int32_t size, int32_t &oldSize) override;
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/ |
H A D | screen_callback_test.cpp | 94 info.size = 0; in HWTEST_F() 127 info.size = 0; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | svc_session_manager_throw_mock.cpp | 263 void SvcSessionManager::SetMemParaCurSize(int32_t size) in SetMemParaCurSize() argument 265 BackupSvcSessionManager::session->SetMemParaCurSize(size); in SetMemParaCurSize()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_service_disposal_config_test.cpp | 62 * @tc.size: MEDIUM 87 * @tc.size: MEDIUM 110 * @tc.size: MEDIUM 136 * @tc.size: MEDIUM 164 * @tc.size: MEDIUM 192 * @tc.size: MEDIUM 222 * @tc.size: MEDIUM 250 * @tc.size: MEDIUM 280 * @tc.size: MEDIUM 297 if (bundleNameList.size() in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_privacy.cpp | 138 if (deviceList.size() == 0 || deviceList.size() > MAX_ONLINE_DEVICE_SIZE) { in OnResourceInfoCallback() 139 DHLOGE("DeviceList size is invalid!"); in OnResourceInfoCallback()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/daudio_output/ |
H A D | daudio_output_plugin.cpp | 253 while (outputBuffer_.size() >= DATA_QUEUE_MAX_SIZE) { in PushData() 293 if ((sharedMemory_.fd <= 0) || (sharedMemory_.size <= 0) || sharedMemory_.name.empty()) { in WriteMasterClockToMemory()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_other_test.cpp | 118 GTEST_LOG_(INFO) << KeyManager::GetInstance()->userEl3Key_[userId]->keyContext_.rndEnc.size; in HWTEST_F() 119 GTEST_LOG_(INFO) << KeyManager::GetInstance()->userEl4Key_[userId]->keyContext_.rndEnc.size; in HWTEST_F()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_client.c | 184 addr.size = rp->ai_addrlen; in CoapGetContextEx() 243 bindAddr.size = rp->ai_addrlen; in CoapGetSessionInner()
|
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/ |
H A D | napi_file_iterator_exporter.cpp | 142 if (fileIteratorEntity->fileInfoVec.size() == 0) { in MakeScanFileResult() 164 if (fileIteratorEntity->pos == fileIteratorEntity->fileInfoVec.size()) { in MakeScanFileResult()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_gpu_context.cpp | 359 void SkiaGPUContext::InitGpuMemoryLimit(MemoryOverflowCalllback callback, uint64_t size) in InitGpuMemoryLimit() argument 365 grContext_->initGpuMemoryLimit(callback, size); in InitGpuMemoryLimit()
|
H A D | skia_font_mgr.cpp | 82 size_t strByteLen = utf16String.size() * sizeof(char16_t); in ConvertToUTF16BE() 115 checkStr.assign(name.c_str(), name.size()); in CheckDynamicFontValid()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_persistence.cpp | 146 TLOGD(WmsLogTag::WMS_MAIN, "Save snapshot end, packed size %{public}" PRIu64, packedSize); in SaveSnapshot() 274 decoderWidth = info.size.width; in GetLocalSnapshotPixelMap() 275 decoderHeight = info.size.height; in GetLocalSnapshotPixelMap()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | aspeed_edac.c | 308 layers[0].size = 1; in aspeed_probe() 311 layers[1].size = 1; in aspeed_probe()
|
H A D | cell_edac.c | 203 layers[0].size = 1; in cell_edac_probe() 206 layers[1].size = num_chans; in cell_edac_probe()
|
H A D | r82600_edac.c | 36 * each of which can be any size from 16MB to 512MB. Both registered (control 287 layers[0].size = R82600_NR_CSROWS; in r82600_probe1() 290 layers[1].size = R82600_NR_CHANS; in r82600_probe1()
|
H A D | altera_edac.h | 193 #define ALTR_TRIGGER_READ_WRD_CNT 32 /* Line size x 4 */ 194 #define ALTR_TRIG_OCRAM_BYTE_SIZE 128 /* Line size x 4 */ 360 void * (*alloc_mem)(size_t size, void **other); 361 void (*free_mem)(void *p, size_t size, void *other);
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.h | 145 #define FILL_SEC_CPL_SCMD0_SEQNO(ctrl, seq, cmode, amode, opad, size) \ 155 SCMD_IV_SIZE_V((size)) | \ 283 * where they indicate the size of the integrity check value (ICV) 359 /* Number of len fields(8) * size of one addr field */ 364 /* len field size + addr field size */ in get_space_for_phys_dsgl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 210 uint32_t size, uint32_t *dst); 212 uint32_t wave, uint32_t start, uint32_t size, 303 /* ce ram size*/
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_cia.h | 429 unsigned long size) in cia_ioremap() 450 unsigned long size) in cia_bwx_ioremap() 428 cia_ioremap(unsigned long addr, unsigned long size) cia_ioremap() argument 449 cia_bwx_ioremap(unsigned long addr, unsigned long size) cia_bwx_ioremap() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ansi_cprng.c | 68 unsigned char *out, unsigned int size) in xor_vectors() 72 for (i = 0; i < size; i++) in xor_vectors() 67 xor_vectors(unsigned char *in1, unsigned char *in2, unsigned char *out, unsigned int size) xor_vectors() argument
|
/kernel/linux/linux-5.10/drivers/acpi/arm64/ |
H A D | gtdt.c | 215 timer_mem->size = SZ_4K; in gtdt_parse_timer_block() 265 frame->size = SZ_4K; in gtdt_parse_timer_block() 335 * According to SBSA specification the size of refresh and control in gtdt_import_sbsa_gwdt()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 118 VDSO_LDFLAGS += -z max-page-size=4096 -z common-page-size=4096
|