/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_step_result_get_row_test.cpp | 129 EXPECT_EQ(0, rowEntityTmp.size()); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process_producer.cpp | 118 if (buffers_.size() >= DCAMERA_PRODUCER_MAX_BUFFER_SIZE) { in FeedStream()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_manager_callback.cpp | 99 "usage %{public}d, frame size %{public}" PRIu32", period %{public}" PRIu32 in GetAudioParamHDF() 181 int32_t ret = memcpy_s(audioData->Data(), audioData->Capacity(), data.data.data(), data.data.size()); in WriteStreamData()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_service.cpp | 52 DHLOGI("screens size is: %{public}zu", screens.size()); in DeleteExistDScreens()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_entity.cpp | 122 if (watcherInfoSet_.size() == 0) { in CloseNotifyFd()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | read_text.cpp | 138 uv_buf_t readbuf = uv_buf_init(const_cast<char *>(buffer.c_str()), static_cast<unsigned int>(buffer.size()));
in ReadFromFile()
|
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_proxy.h | 104 int32_t UpdateMemoryPara(int32_t size, int32_t &oldSize) override;
|
H A D | istorage_manager.h | 116 virtual int32_t UpdateMemoryPara(int32_t size, int32_t &oldSize) = 0;
|
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/ |
H A D | disk_manager_test.cpp | 63 if (split.size() != CONFIG_PARAM_NUM) { in SetUp()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 86 if (screenRegions_.size() == 0) { in GetScreenDumpInfo()
|
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_info.cpp | 213 if (lines.size() > MIN_LINES) { in ReadPartition()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/ |
H A D | dsoftbus_input_audio_plugin.cpp | 297 while (dataQueue_.size() >= DATA_QUEUE_MAX_SIZE) { in DataEnqueue()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_mp_client.cpp | 100 if (paths.size() == 0) { in SetPath() 101 OBEX_LOG_ERROR("Error: SetPath Job's size is 0."); in SetPath()
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_client_test.cpp | 215 EXPECT_EQ((int)client.GetService().size(), 0); in HWTEST_F()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_opt.c | 43 currentSendCacheInfo->currentDataSizeInCache = (FILLP_UINT32)(sendPcb->unSendList.size + in SockGetOptSendCache()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | socket_common.c | 235 if (tableIndex >= table->size) { in SpungeAllocFtSock() 288 FILLP_LOGERR("index value not in the socket table size range. Index= %d", sockIndex); in SockGetSocket()
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | external_volume_info.cpp | 54 for (uint32_t i = 0; i < supportMountType_.size(); i++) { in GetFsType()
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 275 int32_t StorageManagerProxy::UpdateMemoryPara(int32_t size, int32_t &oldSize) in UpdateMemoryPara() argument
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | session_manager_agent_controller.cpp | 162 WLOGFD("Size:%{public}zu", windowDrawingContentInfos.size()); in UpdateWindowDrawingContentInfo()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test11.cpp | 167 EXPECT_EQ(windowStates.size(), 1); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter_lite.cpp | 105 TLOGI(WmsLogTag::WMS_MULTI_USER, "Window manager agent type=%{public}" PRIu32 ", size=%{public}" PRIu64, in ReregisterWindowManagerLiteAgent() 106 it.first, static_cast<uint64_t>(it.second.size())); in ReregisterWindowManagerLiteAgent()
|
/third_party/ffmpeg/libavcodec/ |
H A D | frame_thread_encoder.c | 115 pkt->size = 0; in worker()
|
H A D | hapenc.c | 50 /* Short header: four bytes with a 24 bit size value */ 52 /* Long header: eight bytes with a 32 bit size value */ 199 /* Allocate maximum size packet, shrink later. */ in hap_encode() 206 ret = compress_texture(avctx, pkt->data + header_length, pkt->size - header_length, frame); in hap_encode() 239 av_log(avctx, AV_LOG_ERROR, "Invalid video size %dx%d.\n", in hap_init() 245 av_log(avctx, AV_LOG_ERROR, "Video size %dx%d is not multiple of 4.\n", in hap_init() 279 * beforehand the final size of the uncompressed buffer. */ in hap_init()
|
H A D | c93.c | 127 int buf_size = avpkt->size; in decode_frame()
|
H A D | mdec.c | 175 int buf_size = avpkt->size; in decode_frame()
|