/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/ |
H A D | hks_openssl_engine_test.cpp | 76 .size = 4, in HWTEST_F() 100 .size = 4, in HWTEST_F()
|
/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | result_set.h | 34 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 D | cj_sensor_ffi.h | 48 int64_t size; member 76 int64_t size; member
|
/base/startup/hvb/libhvb/src/deps/ |
H A D | hvb_sysdeps.c | 91 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 D | observer_handler.cpp | 41 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 D | flash_commander.cpp | 34 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 D | package.h | 93 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 D | update_binary_unittest.h | 79 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 D | ark_paste_board_client_adapter_impl.cpp | 30 if (struct_value.size > 0) { in ArkPasteRecordVectorStructToClass() 31 for (int count = 0; count < struct_value.size; count++) { in ArkPasteRecordVectorStructToClass()
|
H A D | ark_player_adapter_impl.cpp | 42 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 D | ark_player_adapter_wrapper.cpp | 42 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 D | web_data_base.cpp | 41 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 D | hifb_proc.c | 30 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 D | hdi_composer.h | 54 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 D | fb_composition.cpp | 73 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 D | drv_mmz_ioctl.h | 28 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 D | hi_efuse.h | 248 * @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 D | los_base.h | 71 * 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 D | rockchip_drm_gem.h | 36 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 D | codec_jpeg_impl.cpp | 84 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 D | bcmsdspi.h | 98 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 D | rockchip_drm_gem.h | 36 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 D | form_cache_mgr.h | 62 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 D | aie_thread_unix.cpp | 58 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 D | shell_command_config_loader.cpp | 79 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()
|