| /foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
| H A D | staggered_animation_state.cpp | 145 auto& child = children_[fromIndex]; in ChildMoved() local [all...] |
| /foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
| H A D | container_base.cpp | 134 IObject::Ptr child; in Remove() local 163 bool ContainerBase::Remove(const IObject::Ptr& child) in Remove() argument 210 const IObject::Ptr child = children_[fromIndex]; MoveInternal() local 242 Move(const IObject::Ptr& child, SizeType toIndex) Move() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| H A D | rs_surface_render_node_three_test.cpp | 277 auto child = std::make_shared<RSSurfaceRenderNode>(id + 1); in HWTEST_F() local
|
| /foundation/multimedia/image_effect/frameworks/native/utils/common/ |
| H A D | effect_json_helper.cpp | 289 cJSON *child = cJSON_CreateNumber(value); in Put() local 295 cJSON *child = cJSON_CreateBool(value); in Put() local 301 cJSON *child = cJSON_CreateString(value.c_str()); in Put() local 308 cJSON *child = cJSON_CreateString(value); in Put() local 353 cJSON *child = cJSON_CreateNumber(value); in Add() local 361 cJSON *child = cJSON_CreateBool(value); Add() local 369 cJSON *child = cJSON_CreateString(value.c_str()); Add() local 378 cJSON *child = cJSON_CreateString(value); Add() local 422 cJSON *child = cJSON_CreateNumber(value); Replace() local 428 cJSON *child = cJSON_CreateBool(value); Replace() local 434 cJSON *child = cJSON_CreateString(value.c_str()); Replace() local 441 cJSON *child = cJSON_CreateString(value); Replace() local [all...] |
| /foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
| H A D | ipc_test_helper.cpp | 172 pid_t child = std::stoi(ptr->d_name); in GetChildPids() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
| H A D | db_config.cpp | 140 JsonObject child = config.GetChild(); in IsDbconfigValid() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
| H A D | js_field_node.cpp | 115 JsFieldNode* child = nullptr; in AppendChild() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
| H A D | js_field_node.cpp | 112 JsFieldNode* child = nullptr; in AppendChild() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| H A D | preferences_xml_utils.cpp | 300 Element child; in ParseArrayNodeElement() local
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
| H A D | file_operations_helper.cpp | 166 shared_ptr<CloudDiskInode> child = make_shared<CloudDiskInode>(); local [all...] |
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | display_group_controller_test.cpp | 172 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local 193 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local 214 sptr<WindowNode> child = new WindowNode(); in HWTEST_F() local 236 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local 255 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local 276 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local 298 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local 454 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local 542 sptr<WindowNode> child = new WindowNode(); HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | pcrypt.c | 32 struct crypto_aead *child; member
|
| H A D | xts.c | 24 struct crypto_skcipher *child; member 44 struct crypto_skcipher *child; in xts_setkey() local 299 struct crypto_skcipher *child; in xts_init_tfm() local [all...] |
| H A D | lrw.c | 31 struct crypto_skcipher *child; member 72 struct crypto_skcipher *child = ctx->child; in lrw_setkey() local
|
| H A D | simd.c | 54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey() local 67 struct crypto_skcipher *child; in simd_skcipher_encrypt() local 88 struct crypto_skcipher *child; in simd_skcipher_decrypt() local 294 struct crypto_aead *child = &ctx->cryptd_tfm->base; simd_aead_setkey() local 305 struct crypto_aead *child = &ctx->cryptd_tfm->base; simd_aead_setauthsize() local 315 struct crypto_aead *child; simd_aead_encrypt() local 336 struct crypto_aead *child; simd_aead_decrypt() local [all...] |
| /kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
| H A D | dw-edma-v0-core.c | 194 struct dw_edma_burst *child; in dw_edma_v0_core_write_chunk() local
|
| /kernel/linux/linux-5.10/drivers/dma/qcom/ |
| H A D | hidma_mgmt.c | 351 struct device_node *child; in hidma_mgmt_of_populate_channels() local 414 struct device_node *child; hidma_mgmt_init() local [all...] |
| /kernel/linux/linux-5.10/drivers/bus/ |
| H A D | qcom-ebi2.c | 295 struct device_node *child; in qcom_ebi2_probe() local
|
| H A D | tegra-gmi.c | 91 struct device_node *child; in tegra_gmi_parse_dt() local [all...] |
| /kernel/linux/linux-5.10/drivers/clk/ |
| H A D | clk-scpi.c | 252 struct device_node *child, *np = dev->of_node; in scpi_clocks_remove() local 268 struct device_node *child, *np = dev->of_node; in scpi_clocks_probe() local
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpio-sifive.c | 141 sifive_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) sifive_gpio_child_to_parent_hwirq() argument
|
| H A D | gpio-ixp4xx.c | 164 ixp4xx_gpio_child_to_parent_hwirq(struct gpio_chip *gc, unsigned int child, unsigned int child_type, unsigned int *parent, unsigned int *parent_type) ixp4xx_gpio_child_to_parent_hwirq() argument
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | mte.c | 315 int mte_ptrace_copy_tags(struct task_struct *child, long request, in mte_ptrace_copy_tags() argument
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| H A D | libahci_platform.c | 391 struct device_node *child; in ahci_platform_get_resources() local [all...] |
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | bios32.c | 519 struct pci_bus *child; in pci_common_init_dev() local
|