Home
last modified time | relevance | path

Searched refs:size (Results 23501 - 23525 of 56270) sorted by relevance

1...<<941942943944945946947948949950>>...2251

/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
H A Dhks_openssl_engine_test.cpp76 .size = 4, in HWTEST_F()
100 .size = 4, in HWTEST_F()
/base/security/security_guard/test/unittest/mock/rdb/
H A Dresult_set.h34 virtual int GetSize(int columnIndex, size_t &size) = 0;
55 MOCK_METHOD2(GetSize, int(int columnIndex, size_t &size));
/base/sensors/sensor/frameworks/cj/include/
H A Dcj_sensor_ffi.h48 int64_t size; member
76 int64_t size; member
/base/startup/hvb/libhvb/src/deps/
H A Dhvb_sysdeps.c91 void *hvb_malloc_(size_t size) in hvb_malloc_() argument
93 return malloc(size); in hvb_malloc_()
/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp41 TELEPHONY_LOGD("ObserverHandler RegObserver update callback what: %{public}d, list size: %{public}zu", what, in RegObserver()
42 handlers.size()); in RegObserver()
72 TELEPHONY_LOGD("ObserverHandler Remove handlers list: %{public}zu", handlers.size()); in Remove()
/base/update/updater/services/flashd/daemon/
H A Dflash_commander.cpp34 if (params.size() < CMD_PARAM_COUNT_MIN) { in DoCommand()
35 FLASHD_LOGE("flash param count is %u, not invaild", params.size()); in DoCommand()
73 FLASHD_LOGI("flash success, size = %u bytes, %.3lf s", fileSize_, useSec); in DoCommand()
/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h93 uint32_t size = 0; member
120 * @param size digest value size
124 const char *version, const uint8_t *digest, size_t size);
/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h79 int32_t CreatePkgStream(Hpackage::PkgManager::StreamPtr &stream, const std::string &fileName, size_t size,
88 int32_t CreatePkgStream(Hpackage::PkgManager::StreamPtr &stream, const std::string &fileName, size_t size,
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_board_client_adapter_impl.cpp30 if (struct_value.size > 0) { in ArkPasteRecordVectorStructToClass()
31 for (int count = 0; count < struct_value.size; count++) { in ArkPasteRecordVectorStructToClass()
H A Dark_player_adapter_impl.cpp42 int32_t ArkPlayerAdapterImpl::SetSource(int32_t fd, int64_t offset, int64_t size) in SetSource() argument
44 return real_->SetSource(fd, offset, size); in SetSource()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_player_adapter_wrapper.cpp42 int32_t ArkPlayerAdapterWrapper::SetSource(int32_t fd, int64_t offset, int64_t size) in SetSource() argument
44 return ctocpp_->SetSource(fd, offset, size); in SetSource()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp41 ret.size = 0; in CJGetHttpAuthCredentials()
68 ret.size = DEFAULT_AUTH_LENGTH; in CJGetHttpAuthCredentials()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_proc.c30 hi_void hifb_proc_add_module(const hi_char *entry_name, hi_u32 size, hifb_proc_show show, in hifb_proc_add_module() argument
35 hi_unused(size); in hifb_proc_add_module()
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/
H A Dhdi_composer.h54 if (index >= preComp_.size()) { in GetPreCompostion()
63 if (index >= postComp_.size()) { in GetPostCompostion()
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H A Dfb_composition.cpp73 DISPLAY_LOGD("mCompLayers size %{public}zu", mCompLayers.size()); in Apply()
74 for (uint32_t i = 0; i < mCompLayers.size(); i++) { in Apply()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Ddrv_mmz_ioctl.h28 HI_U32 align; /* phys-memory's special align size */
29 HI_U32 size; /* length of memory, in bytes */ member
63 HI_U32 size; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_efuse.h248 * @param size [IN] type #hi_u16,Number of bits to be read. If the input is not 8-bit aligned,
261 hi_u32 hi_efuse_usr_read(hi_u16 start_bit, hi_u16 size, hi_u8 *key_data);
275 * @param size [IN] type #hi_u16,Number of bits to be written. 1-to-256-bit write is supported.
287 hi_u32 hi_efuse_usr_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_base.h71 * Align the tail of the object with the base address addr, with size bytes being the smallest unit of alignment.
73 #define TRUNCATE(addr, size) ((addr) & ~((size)-1))
164 * @param boundary [IN] The align size what you want to align.
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.h36 size_t size; member
51 struct rockchip_gem_object *rockchip_gem_create_object(struct drm_device *drm, unsigned int size, bool alloc_kmap,
58 * request gem object creation and buffer allocation as the size
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_impl.cpp84 int32_t CodecJpegImpl::AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() argument
91 AllocInfo alloc = {.width = AlignUp(size/2/4, 16), // 2: min size, 8:pixel size of RGBA8888, 16: stride in AllocateBuffer()
92 .height = 2, // 2: min size in AllocateBuffer()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmsdspi.h98 uint32 data_xfer_count; /* Current register transfer size */
124 extern uint32 *spi_reg_map(osl_t *osh, uintptr addr, int size);
125 extern void spi_reg_unmap(osl_t *osh, uintptr addr, int size);
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.h36 size_t size; member
55 rockchip_gem_create_object(struct drm_device *drm, unsigned int size,
64 * request gem object creation and buffer allocation as the size
/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h62 bool GetImgCacheFromDb(int64_t rowId, std::vector<uint8_t> &blob, int32_t &size) const;
63 bool SaveImgCacheToDb(const std::vector<uint8_t> &value, int32_t size, int64_t &rowId);
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Daie_thread_unix.cpp58 void SetThreadAttrStackSize(PthreadAttr &attr, size_t size) in SetThreadAttrStackSize() argument
60 attr.stackSize = size; in SetThreadAttrStackSize()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_config_loader.cpp79 TAG_LOGI(AAFwkTag::AA_TOOL, "invalid command obj size"); in ReadConfig()
83 if (aaJson[AA_TOOL_COMMAND_LIST].size() > COMMANDS_MAX_SIZE) { in ReadConfig()
84 TAG_LOGI(AAFwkTag::AA_TOOL, "command obj size overflow"); in ReadConfig()
89 for (size_t i = 0; i < aaJson[AA_TOOL_COMMAND_LIST].size(); i++) { in ReadConfig()

Completed in 30 milliseconds

1...<<941942943944945946947948949950>>...2251