Home
last modified time | relevance | path

Searched refs:size (Results 24426 - 24450 of 34914) sorted by relevance

1...<<971972973974975976977978979980>>...1397

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmeta_data_manager.cpp235 data.assign(data.size(), 0); in LoadMeta()
255 entries.resize(dbEntries.size()); in GetEntries()
256 for (size_t i = 0; i < dbEntries.size(); ++i) { in GetEntries()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_stub.cpp47 ZLOGE("Unmarshal uri:%{public}s bucket size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnInsertEx()
48 bucket.valuesMap.size()); in OnInsertEx()
66 ZLOGE("Unmarshal uri:%{public}s bucket size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnUpdateEx()
67 bucket.valuesMap.size()); in OnUpdateEx()
102 ZLOGE("Unmarshal uri:%{public}s columns size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnQuery()
103 columns.size()); in OnQuery()
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp63 if (failedKeys.size() > 0) { in AddObservers()
157 if (failedKeys.size() > 0) {
282 num, obsVector.size(), DataShareStringUtils::Anonymous(key.uri_).c_str(), key.subscriberId_);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_data_test.cpp174 head + string(JSON_LENS_MAX - filter.size() - head.size() - 1, 'a') + "\"}"; // 13 is {"field1": size in HWTEST_F()
176 std::string document2 = head + string(JSON_LENS_MAX - filter.size() - head.size(), 'a') + "\"}"; in HWTEST_F()
349 string temp = "f" + string(5 - std::to_string(i).size(), '0') + std::to_string(i); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_space_management_test.cpp142 // use another way calculate small file size(2G)
145 uint64_t size = 0; in CheckRealFileSize() local
155 LOGD("CheckRealFileSize:FileName[%s],size[%ld]", file.c_str(), fileSize); in CheckRealFileSize()
156 size += static_cast<uint64_t>(fileSize); // file is less than 16M. in CheckRealFileSize()
159 return size; in CheckRealFileSize()
181 * @tc.steps: step1/2. Get Db size by GetKvStoreDiskSize. in HWTEST_F()
182 * @tc.expected: step1/2. Return right size and ok. in HWTEST_F()
196 * @tc.steps: step4. Put some Key Value to change Db size. in HWTEST_F()
205 * @tc.steps: step5/6. Get Db size by GetKvStoreDiskSize. in HWTEST_F()
206 * @tc.expected: step5/6. Return right size an in HWTEST_F()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp205 Anonymous::Change(storeId).c_str(), watchers.size()); in SetObserver()
336 size_t remain = watchers.size(); in OnChange()
359 size_t remain = watchers.size(); in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp50 blob->WriteBlob(blobValue.data(), static_cast<uint32_t>(blobValue.size())); in GetDataValueByType()
146 totalSize += std::get<std::string>(cloudValue).size(); in CalCloudValueLen()
154 totalSize += std::get<Bytes>(cloudValue).size(); in CalCloudValueLen()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp257 dataItems.size(), deleteCount, amendCount, neglectCount); in CheckAmendValueContentForSyncProcedure()
295 if (keyPrefix.empty() || keyPrefix.size() > DBConstant::MAX_KEY_SIZE) { in DeleteMetaDataByPrefixKey()
430 LOGI("Set the max log size to %" PRIu64, limit); in SetMaxLogSize()
472 LOGW("[SingleVerNStore] RmDevData log size[%" PRIu64 "] over the limit", logFileSize); in RemoveDeviceDataInner()
487 LOGD("[SingleVerNStore] remove device data, size=%zu", removeDevices.size()); in RemoveDeviceDataInner()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp236 sql = sql.substr(0, sql.size() - AND_SIZE); in BuildSql()
285 oldAsset.size = newAsset.size; in MergeAsset()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp53 blob->WriteBlob(BLOB_VALUE.data(), BLOB_VALUE.size()); in InitGlobalValue()
145 Parcel parcel1(buffer1.data(), buffer1.size()); in HWTEST_F()
154 Parcel parcel2(buffer2.data(), buffer2.size()); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h199 return entries_.size();
214 auto count = entries_.size();
222 count -= entries_.size();
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp43 strcpy_s(devInfo.deviceId, deviceIdStr.size() + 1, deviceIdStr.c_str()); in DecodeDmDeviceInfo()
45 strcpy_s(devInfo.deviceName, deviceNameStr.size() + 1, deviceNameStr.c_str()); in DecodeDmDeviceInfo()
48 strcpy_s(devInfo.networkId, networkIdStr.size() + 1, networkIdStr.c_str()); in DecodeDmDeviceInfo()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp113 EXPECT_EQ((uint32_t)3, blobVal.size()); in HWTEST_F()
391 ASSERT_EQ(transformedBlob.size(), 10); in HWTEST_F()
404 ASSERT_EQ(transformedAssets.size(), 1); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp607 return std::get<std::string>(variant).size(); in GetVariantSize()
611 return std::get<std::vector<uint8_t>>(variant).size(); in GetVariantSize()
620 total += prop.first.size(); in GetDetailsSize()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp297 if (args.size() > DUMP_MAX_SIZE) { in Dump()
324 camDump.regNumber = static_cast<int32_t>(camerasMap_.size()); in GetDumpInfo()
363 return camerasMap_.size(); in GetCamDevNum()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp68 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
286 size_t len = bundleNames.size(); in InitPathCapFile()
295 ctx->SetBundleFinishedCount(bundleNames.size()); in InitPathCapFile()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp248 LOGI("StartFileCache batch start, uriVec size: %{public}zu", uriVec.size()); in StartFileCache()
253 if (uriVec.size() > MAX_FILE_CACHE_NUM) { in StartFileCache()
254 LOGE("StartFileCache, the size of uri list exceeded the maximum limit, size: %{public}zu", uriVec.size()); in StartFileCache()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp98 uint8_t size = attributeValue[0] & SDP_SIZE_MASK; in ParseHidDescInfo() local
100 if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_8)) { in ParseHidDescInfo()
103 } else if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_16)) { in ParseHidDescInfo()
108 LOG_ERROR("[HIDH SDP]%{public}s() error type or size!", __FUNCTION__); in ParseHidDescInfo()
145 LOG_ERROR("[HIDH SDP]%{public}s() first error size!", __FUNCTION__); in CheckAttributeValueLengthAvalid()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp181 EXPECT_NE(host_->GetProfileList().size(), profileSize); in HWTEST_F()
341 EXPECT_EQ((int)remotedeviceList.size(), 0); in HWTEST_F()
703 EXPECT_EQ((int)uuids.size(), 0); in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c37 uint32_t size = GetIovListSize(); in AllocIovList() local
38 IovList *ptr = malloc(sizeof(IovList) * size); in AllocIovList()
42 for (uint32_t i = 0; i < size; i++) { in AllocIovList()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h111 GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size); // 2 read write
120 napi_env env, const BufferBaseArg& arg, napi_value bufferObj, GLintptr offset, GLsizeiptr size);
123 napi_env env, GLenum target, napi_value data, const BufferPosition& position, const BufferSize& size);
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp185 ASSERT_EQ(outVisibles.size(), 1); in HWTEST_F()
211 ASSERT_EQ(outDirtyRegions.size(), 1); in HWTEST_F()
376 ASSERT_EQ(transform.size(), 9); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp175 EXPECT_EQ(1, SceneSessionManager::GetInstance().sceneSessionMap_.size()); in HWTEST_F()
212 EXPECT_EQ(1, SceneSessionManager::GetInstance().sceneSessionMap_.size()); in HWTEST_F()
245 EXPECT_EQ(1, SceneSessionManager::GetInstance().sceneSessionMap_.size()); in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dcdgraphics.c269 int buf_size = avpkt->size; in cdg_decode_frame()
284 bytestream2_init(&gb, avpkt->data, avpkt->size); in cdg_decode_frame()
366 return avpkt->size; in cdg_decode_frame()
H A Dhcadec.c394 if (av_crc(c->crc_table, 0, avpkt->data, avpkt->size)) in decode_frame()
398 if ((ret = init_get_bits8(gb, avpkt->data, avpkt->size)) < 0) in decode_frame()
430 return avpkt->size; in decode_frame()

Completed in 34 milliseconds

1...<<971972973974975976977978979980>>...1397