/base/update/updateservice/services/firmware/upgrade/status/src/ |
H A D | firmware_result_process.cpp | 46 if (index >= results.size()) { in ParseResult()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 236 static int AshmemCreate(const char* name, size_t size);
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_system_properties_adapter_wrapper.cpp | 217 for (int i = 0; i < ark_vector.size; i++) { in GetLTPOConfig()
|
/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_callback_hdi.cpp | 111 IAM_LOGI("Start, userId:%{public}d, tokenId_:%{public}s, authIntent:%{public}d, complexityReg size %{public}zu",
in OnGetData() 112 userId_, GET_MASKED_STRING(tokenId_).c_str(), authIntent_, complexityReg.size());
in OnGetData()
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | async_command_base.cpp | 151 IAM_LOGI("%{public}s end, msg size %{public}zu", GetDescription(), msg.size()); in OnMessageInner()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_pool_impl.cpp | 75 if (contextMap_.size() >= MAX_CONTEXT_NUM) { in Insert()
|
/base/web/webview/ohos_interface/ohos_glue/base/cpptoc/ |
H A D | ark_web_cpptoc_ref_counted.h | 79 base->size = sizeof(StructName); in ArkWebCppToCRefCounted()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
H A D | usb_dev_subscriber.cpp | 140 EDM_LOGE(MODULE_BUS_USB, "UsbdDeviceDescriptor size error"); in OnDeviceConnect() 208 string str = "DeviceInfos: Device count:" + to_string(this->deviceInfos_.size()) + "\n"; in ToString()
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_interface_type.h | 107 return methods_.size(); in GetMethodNumber()
|
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_code_emitter.cpp | 164 for (; curIndex < paramStr.size(); curIndex++) {
in SpecificationParam()
|
/drivers/interface/display/composer/cache_manager/ |
H A D | device_cache.cpp | 145 HDF_LOGI("%{public}s, seqNo %{public}u, fd %{public}d, size %{public}d", __func__, seqNo, buffer->fd, in SetDisplayClientBuffer() 146 buffer->size); in SetDisplayClientBuffer()
|
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | bluetooth_address.cpp | 78 for (bytesIndex = 0; bytesIndex < ADDRESS_SIZE && offset < string.size(); bytesIndex++) {
in ParseAddressFromString()
|
/drivers/peripheral/camera/test/hdi/metadata_test/src/ |
H A D | camera_metadata_utils_uttest.cpp | 47 cout << "size : " << header->size << endl;
in PrintMetaDataInfo() 58 * @tc.size: MediumTest
103 * @tc.size: MediumTest
126 * @tc.size: MediumTest
148 * @tc.size: MediumTest
190 * @tc.size: MediumTest
234 * @tc.size: MediumTest
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/pipeline_core/nodes/v4l2_source_node/ |
H A D | v4l2_source_node.cpp | 202 meta_->addEntry(OHOS_CONTROL_FPS_RANGES, fpsRange.data(), fpsRange.size()); in GetUpdateFps()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline.cpp | 184 CAMERA_LOGI("OfflinePipeline::HandleBuffers, begin to ProcessCache buffer, size = %{public}d ", buffers.size()); in HandleBuffers()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.cpp | 179 CAMERA_LOGD("ForkNode::received a request from stream [id:%{public}d], queue size:%{public}u", in Capture() 180 streamId, captureRequests_[streamId].size()); in Capture()
|
/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/pipeline_core/nodes/uvc_node/ |
H A D | uvc_node.cpp | 169 meta_->addEntry(OHOS_CONTROL_FPS_RANGES, fpsRange.data(), fpsRange.size()); in GetUpdateFps()
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_type.h | 66 KEY_BUFFERSIZE, /**< Buffer size. The value type is uint32_t. */ 136 int size; /**< Parameter value size */ member 215 uint32_t capacity; /**< Total size of buffer blocks*/ 317 int32_t inputBufferSize; /** Min size of external input buffer. */ 318 int32_t outputBufferSize; /** Min size of external output buffer. */
|
/drivers/peripheral/connected_nfc_tag/vendor_adapter/ |
H A D | connected_nfc_tag_vendor_adapter.cpp | 211 return infHandle.writeNdefData(ndefData.data(), ndefData.size());
in WriteNdefData()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 195 if ((position * pixelBytes) > handle.size) {
in SetPixel()
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | framebuffer_allocator.cpp | 123 handle.size = bufferSize_; in Allocate()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_render_interface_impl.h | 68 int32_t GetFrameSize(uint64_t &size) override;
|
H A D | audio_render_ext_impl.h | 65 int32_t GetFrameSize(uint64_t &size) override;
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 157 int64_t maxSize; /**< Maximum buffer size */ 265 uint32_t dataLength; /**< Image size */ 382 * @brief Reads data from streams, save the data to the buffer pointed by <b>data</b> with the specified <b>size</b>, 383 * and returns the size of the read data and type. 387 * @param size Indicates the size of the available buffer memory. 390 * @return Returns the size of the read data. 392 int32_t (*ReadData)(void *handle, uint8_t *data, int32_t size, int32_t timeOutMs, DataFlags *flags); 395 * @brief Obtains the size of data that can be read. 400 * @return Returns the size o [all...] |
/drivers/peripheral/light/hdi_impl/ |
H A D | light_interface_impl.cpp | 112 uint32_t num = colors.size(); in TurnOnMultiLights()
|