/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_ip32.c | 281 * function name. pr_trace() uses pr_debug(), and pr_trace1() uses 288 __p ? __p->name : "parport_ip32"; }), \ 324 printk(KERN_DEBUG PPIP32 "%s: state (%s):\n", p->name, str); in parport_ip32_dump_state() 447 (p)->name, __func__, #b, __b, __m); \ 1243 pr_debug1(PPIP32 "%s: FIFO write timed out\n", p->name); in parport_ip32_fifo_wait_break() 1247 pr_debug1(PPIP32 "%s: Signal pending\n", p->name); in parport_ip32_fifo_wait_break() 1251 pr_debug1(PPIP32 "%s: nFault asserted low\n", p->name); in parport_ip32_fifo_wait_break() 1342 p->name, __func__); in parport_ip32_fwp_wait_interrupt() 1546 pr_debug1(PPIP32 "%s: FIFO is stuck\n", p->name); in parport_ip32_get_fifo_residue() 1571 p->name, residu in parport_ip32_get_fifo_residue() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 133 /* BTF name and id of struct allocated by map_alloc */ 167 char name[BPF_OBJ_NAME_LEN]; member 641 char name[KSYM_NAME_LEN]; member 741 .name = #_name, \ 746 #define DEFINE_BPF_DISPATCHER(name) \ 747 noinline __nocfi unsigned int bpf_dispatcher_##name##_func( \ 755 EXPORT_SYMBOL(bpf_dispatcher_##name##_func); \ 756 struct bpf_dispatcher bpf_dispatcher_##name = \ 757 BPF_DISPATCHER_INIT(bpf_dispatcher_##name); 758 #define DECLARE_BPF_DISPATCHER(name) \ 884 char name[BPF_OBJ_NAME_LEN]; global() member 985 const char *name; global() member 1736 bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) bpf_prog_get_type_path() argument [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 241 const char *name, unsigned int len, in nfsd_lookup_dentry() 249 dprintk("nfsd: nfsd_lookup(fh %s, %.*s)\n", SVCFH_fmt(fhp), len,name); in nfsd_lookup_dentry() 254 /* Lookup the name, but don't follow links */ in nfsd_lookup_dentry() 255 if (isdotent(name, len)) { in nfsd_lookup_dentry() 269 dentry = lookup_one_len_unlocked(name, dparent, len); in nfsd_lookup_dentry() 295 * @name: the component name, or %NULL to look up parent 296 * @len: length of name to examine 311 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, in nfsd_lookup() argument 321 err = nfsd_lookup_dentry(rqstp, fhp, name, le in nfsd_lookup() 240 nfsd_lookup_dentry(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, unsigned int len, struct svc_export **exp_ret, struct dentry **dentry_ret) nfsd_lookup_dentry() argument 1657 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *name, int len, struct svc_fh *tfhp) nfsd_link() argument 1987 char name[]; global() member 1997 nfsd_buffered_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) nfsd_buffered_filldir() argument 2197 nfsd_getxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char *name, void **bufp, int *lenp) nfsd_getxattr() argument 2335 nfsd_removexattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char *name) nfsd_removexattr() argument 2364 nfsd_setxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char *name, void *buf, u32 len, u32 flags) nfsd_setxattr() argument [all...] |
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | r9a06g032-clocks.c | 97 * @name: string describing this clock 124 const char *name; member 166 .name = _n, \ 173 .name = _n, \ 180 .name = _n, \ 188 .name = _n, \ 196 .name = _n, \ 206 .name = _n, \ 632 .name = "uart_group_012", 641 .name [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 868 umode_t mode, struct filename *name, in prepare_open() 880 audit_inode_parent_hidden(name, dentry->d_parent); in prepare_open() 885 audit_inode(name, dentry, 0); in prepare_open() 899 struct filename *name; in do_mq_open() local 906 if (IS_ERR(name = getname(u_name))) in do_mq_open() 907 return PTR_ERR(name); in do_mq_open() 915 path.dentry = lookup_one_len(name->name, root, strlen(name->name)); in do_mq_open() 867 prepare_open(struct dentry *dentry, int oflag, int ro, umode_t mode, struct filename *name, struct mq_attr *attr) prepare_open() argument 956 struct filename *name; SYSCALL_DEFINE1() local [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | namespace_devs.c | 140 char *name) in nvdimm_namespace_disk_name() 159 sprintf(name, "pmem%d.%d%s", nd_region->id, nsidx, in nvdimm_namespace_disk_name() 162 sprintf(name, "pmem%d%s", nd_region->id, in nvdimm_namespace_disk_name() 168 return name; in nvdimm_namespace_disk_name() 306 if (strcmp(res->name, label_id->id) == 0) in scan_free() 443 if (strcmp(label_id->id, res->name) == 0) in scan_allocate() 448 valid.name = "free space"; in scan_allocate() 502 if (strcmp(res->name, label_id->id) == 0) { in scan_allocate() 511 if (strcmp(next->name, label_id->id) == 0) { in scan_allocate() 518 } else if (strcmp(res->name, label_i in scan_allocate() 139 nvdimm_namespace_disk_name(struct nd_namespace_common *ndns, char *name) nvdimm_namespace_disk_name() argument [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_ip32.c | 281 * function name. pr_trace() uses pr_debug(), and pr_trace1() uses 288 __p ? __p->name : "parport_ip32"; }), \ 324 printk(KERN_DEBUG PPIP32 "%s: state (%s):\n", p->name, str); in parport_ip32_dump_state() 447 (p)->name, __func__, #b, __b, __m); \ 1243 pr_debug1(PPIP32 "%s: FIFO write timed out\n", p->name); in parport_ip32_fifo_wait_break() 1247 pr_debug1(PPIP32 "%s: Signal pending\n", p->name); in parport_ip32_fifo_wait_break() 1251 pr_debug1(PPIP32 "%s: nFault asserted low\n", p->name); in parport_ip32_fifo_wait_break() 1342 p->name, __func__); in parport_ip32_fwp_wait_interrupt() 1546 pr_debug1(PPIP32 "%s: FIFO is stuck\n", p->name); in parport_ip32_get_fifo_residue() 1571 p->name, residu in parport_ip32_get_fifo_residue() [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 417 char name[20]; \ 419 snprintf(name, 20, fmt); \ 420 prctl(PR_SET_NAME, name); \ 1551 static void print_res(const char *name, double val, in print_res() argument 1554 if (!name) in print_res() 1555 name = "main,"; in print_res() 1558 printf(" %-30s %15.3f, %-15s %s\n", name, val, txt_unit, txt_short); in print_res() 1563 static int __bench_numa(const char *name) in __bench_numa() argument 1686 print_res(name, runtime_sec_max, in __bench_numa() 1690 print_res(name, runtime_sec_ma in __bench_numa() 1759 init_params(struct params *p, const char *name, int argc, const char **argv) init_params() argument 1788 run_bench_numa(const char *name, const char **argv) run_bench_numa() argument [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 192 * @name: the crypto name 220 char name[48]; member 1102 pr_debug("%s: key changing %s ::%pS\n", c->name, in tipc_crypto_key_set_state() 1289 pr_info_ratelimited("%s: key[%d] -> key[%d]\n", rx->name, key.pending, in tipc_crypto_key_try_align() 1435 tx->name, cur, new, rx->name); in tipc_crypto_key_synch() 1453 pr_warn("%s: key is revoked\n", tx->name); in tipc_crypto_key_revoke() 1500 scnprintf(c->name, 48, "%s(%s)", (is_rx(c)) ? "RX" : "TX", in tipc_crypto_start() 1533 pr_debug("%s: has been stopped\n", c->name); in tipc_crypto_stop() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 235 struct evsel *evsel = evlist__find_tracepoint_by_name(evlist, assocs[i].name); in __evlist__set_tracepoints_handlers() 292 evsel->name = strdup("dummy:u"); in evlist__add_aux_dummy() 373 struct evsel *evlist__find_tracepoint_by_name(struct evlist *evlist, const char *name) in evlist__find_tracepoint_by_name() argument 379 (strcmp(evsel->name, name) == 0)) in evlist__find_tracepoint_by_name() 387 int evlist__add_newtp(struct evlist *evlist, const char *sys, const char *name, void *handler) in evlist__add_newtp() argument 389 struct evsel *evsel = evsel__newtp(sys, name); in evlist__add_newtp() 1444 * Change the name of this process not to confuse --exclude-perf users in evlist__prepare_workload() 1710 if (!evsel->name) in evlist__find_evsel_by_str() 1811 leader->name, leade in evlist__reset_weak_group() 2069 char *name; evlist__ctlfd_enable() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106_main.c | 52 * Add Model name recognition. 165 .name = "X-Fi Extreme Audio [SBxxxx]", 183 .name = "X-Fi Extreme Audio [SB0790]", 189 .name = "AudigyLS [SB0310]", 193 .name = "AudigyLS [SB0310b]", 197 .name = "Live! 7.1 24bit [SB0410]", 202 .name = "Live! 7.1 24bit [SB0413]", 212 .name = "Audigy SE [SB0570]", 223 .name = "Audigy SE OEM [SB0570a]", 232 .name 1679 char *name; snd_ca0106_midi() local [all...] |
/third_party/backends/backend/ |
H A D | tamarack.c | 215 if (strcmp (dev->sane.name, devname) == 0) { in attach() 266 dev->sane.name = strdup (devname); in attach() 617 s->opt[OPT_MODE].name = SANE_NAME_SCAN_MODE; in init_options() 627 s->opt[OPT_RESOLUTION].name = SANE_NAME_SCAN_RESOLUTION; in init_options() 637 s->opt[OPT_PREVIEW].name = SANE_NAME_PREVIEW; in init_options() 644 s->opt[OPT_GRAY_PREVIEW].name = SANE_NAME_GRAY_PREVIEW; in init_options() 658 s->opt[OPT_TL_X].name = SANE_NAME_SCAN_TL_X; in init_options() 668 s->opt[OPT_TL_Y].name = SANE_NAME_SCAN_TL_Y; in init_options() 678 s->opt[OPT_BR_X].name = SANE_NAME_SCAN_BR_X; in init_options() 688 s->opt[OPT_BR_Y].name in init_options() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 50 #define SECTION_NAME_MAX 40 /* max length of section name */ 278 "InfoType name for requesting specific info in genm, e.g. 'signKeyPairTypes'"}, 354 "address may be a DNS name or an IP address; path can be overridden by -path"}, 456 {OPT_MORE_STR, 0, 0, "this implies host name validation"}, 458 "Address to be checked (rather than -server) during TLS host name validation"}, 720 /* set expected host name/IP addr and clears the email addr in the given ts */ 737 /* write OSSL_CMP_MSG DER-encoded to the specified file name item */ 760 /* read DER-encoded OSSL_CMP_MSG from the specified file name item */ 877 int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), in set_name() 910 /* try IP address first, then URI or domain name */ in set_gennames() 876 set_name(const char *str, int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), OSSL_CMP_CTX *ctx, const char *desc) set_name() argument 2142 conf_get_string(const CONF *src_conf, const char *groups, const char *name) conf_get_string() argument 2157 conf_get_number_e(const CONF *conf_, const char *groups, const char *name, long *result) conf_get_number_e() argument [all...] |
/third_party/openssl/apps/ |
H A D | cmp.c | 50 #define SECTION_NAME_MAX 40 /* max length of section name */ 278 "InfoType name for requesting specific info in genm, e.g. 'signKeyPairTypes'"}, 354 "address may be a DNS name or an IP address; path can be overridden by -path"}, 456 {OPT_MORE_STR, 0, 0, "this implies host name validation"}, 458 "Address to be checked (rather than -server) during TLS host name validation"}, 720 /* set expected host name/IP addr and clears the email addr in the given ts */ 737 /* write OSSL_CMP_MSG DER-encoded to the specified file name item */ 760 /* read DER-encoded OSSL_CMP_MSG from the specified file name item */ 877 int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), in set_name() 910 /* try IP address first, then URI or domain name */ in set_gennames() 876 set_name(const char *str, int (*set_fn) (OSSL_CMP_CTX *ctx, const X509_NAME *name), OSSL_CMP_CTX *ctx, const char *desc) set_name() argument 2142 conf_get_string(const CONF *src_conf, const char *groups, const char *name) conf_get_string() argument 2156 conf_get_number_e(const CONF *conf_, const char *groups, const char *name, long *result) conf_get_number_e() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 157 MemoryModelTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data); 168 MemoryModelTestCase::MemoryModelTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data) in MemoryModelTestCase() argument 169 : vkt::TestCase (context, name, desc) in MemoryModelTestCase() 1814 const char* name; in createTests() member 1905 de::MovePtr<tcu::TestCaseGroup> ttGroup(new tcu::TestCaseGroup(testCtx, ttCases[ttNdx].name, ttCases[ttNdx].description)); in createTests() 1915 de::MovePtr<tcu::TestCaseGroup> core11Group(new tcu::TestCaseGroup(testCtx, core11Cases[core11Ndx].name, core11Cases[core11Ndx].description)); in createTests() 1918 de::MovePtr<tcu::TestCaseGroup> dtGroup(new tcu::TestCaseGroup(testCtx, dtCases[dtNdx].name, dtCases[dtNdx].description)); in createTests() 1921 de::MovePtr<tcu::TestCaseGroup> cohGroup(new tcu::TestCaseGroup(testCtx, cohCases[cohNdx].name, cohCases[cohNdx].description)); in createTests() 1924 de::MovePtr<tcu::TestCaseGroup> stGroup(new tcu::TestCaseGroup(testCtx, stCases[stNdx].name, stCases[stNdx].description)); in createTests() 1927 de::MovePtr<tcu::TestCaseGroup> rmwGroup(new tcu::TestCaseGroup(testCtx, rmwCases[rmwNdx].name, rmwCase in createTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 965 PrimitivesGeneratedQueryTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in PrimitivesGeneratedQueryTestCase() argument 966 : TestCase (context, name, description) in PrimitivesGeneratedQueryTestCase() 1181 const char* name; in testGenerator() member 1193 const char* name; in testGenerator() member 1205 const char* name; in testGenerator() member 1219 const char* name; in testGenerator() member 1232 const char* name; in testGenerator() member 1244 const char* name; in testGenerator() member 1261 const char* name; in testGenerator() member 1282 const char* name; in testGenerator() member 1293 const char* name; testGenerator() member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 295 const char *name) in wpa_config_read_blob() 304 *line, name); in wpa_config_read_blob() 337 blob->name = os_strdup(name); in wpa_config_read_blob() 341 if (blob->name == NULL || blob->data == NULL) { in wpa_config_read_blob() 358 wpa_printf(MSG_ERROR, "Line %d: no blob name terminator", in wpa_config_process_blob() 376 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp) in wpa_config_read() argument 387 if (name == NULL) in wpa_config_read() 405 wpa_printf(MSG_DEBUG, "Reading configuration file '%s'", name); in wpa_config_read() 406 f = fopen(name, " in wpa_config_read() 294 wpa_config_read_blob(FILE *f, int *line, const char *name) wpa_config_read_blob() argument 980 const char *name; wpa_config_write_cred() local 1555 wpa_config_write(const char *name, struct wpa_config *config) wpa_config_write() argument [all...] |
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 389 const char *name; member 408 if (len > l || memcmp(s, tokens[i].name, len)) in match_opt_prefix() 459 return !strcmp(sb->s_type->name, "sysfs") || in selinux_is_genfs_special_handling() 460 !strcmp(sb->s_type->name, "pstore") || in selinux_is_genfs_special_handling() 461 !strcmp(sb->s_type->name, "debugfs") || in selinux_is_genfs_special_handling() 462 !strcmp(sb->s_type->name, "tracefs") || in selinux_is_genfs_special_handling() 463 !strcmp(sb->s_type->name, "rootfs") || in selinux_is_genfs_special_handling() 465 (!strcmp(sb->s_type->name, "cgroup") || in selinux_is_genfs_special_handling() 466 !strcmp(sb->s_type->name, "cgroup2"))); in selinux_is_genfs_special_handling() 514 sb->s_id, sb->s_type->name); in sb_check_xattr_support() 1770 selinux_determine_inode_label(const struct task_security_struct *tsec, struct inode *dir, const struct qstr *name, u16 tclass, u32 *_new_isid) selinux_determine_inode_label() argument 2858 selinux_dentry_init_security(struct dentry *dentry, int mode, const struct qstr *name, const char **xattr_name, void **ctx, u32 *ctxlen) selinux_dentry_init_security() argument 2880 selinux_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) selinux_dentry_create_files_as() argument 2947 selinux_inode_init_security_anon(struct inode *inode, const struct qstr *name, const struct inode *context_inode) selinux_inode_init_security_anon() argument 3017 selinux_inode_symlink(struct inode *dir, struct dentry *dentry, const char *name) selinux_inode_symlink() argument 3170 selinux_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, const void *value, size_t size, int flags) selinux_inode_setxattr() argument 3281 selinux_inode_post_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) selinux_inode_post_setxattr() argument 3321 selinux_inode_getxattr(struct dentry *dentry, const char *name) selinux_inode_getxattr() argument 3335 selinux_inode_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name) selinux_inode_removexattr() argument 3405 selinux_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) selinux_inode_getsecurity() argument 3450 selinux_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags) selinux_inode_setsecurity() argument 3519 selinux_inode_copy_up_xattr(const char *name) selinux_inode_copy_up_xattr() argument 6316 selinux_getprocattr(struct task_struct *p, const char *name, char **value) selinux_getprocattr() argument 6365 selinux_setprocattr(const char *name, void *value, size_t size) selinux_setprocattr() argument 6501 selinux_ismaclabel(const char *name) selinux_ismaclabel() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource11.js | 159 public static getResolvedIdentifierName(name: string): string { 160 if (!name) return ""; 165 while(i <= name.length - 6) { 167 if (name.charAt(i) == '\\' && name.charAt(i+1) == 'u') { 168 var charCode = parseInt(name.substr(i + 2, 4), 16); 169 resolved += name.substr(start, i - start); 178 resolved += name.substring(start); 295 return "name node"; 985 constructor (public name [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | dmarx.c | 532 v4l2_dbg(1, rkisp_debug, &dev->v4l2_dev, "%s %s count %d, size %d\n", stream->vnode.vdev.name, in rkisp_queue_setup() 609 v4l2_dbg(1, rkisp_debug, v4l2_dev, "%s %s id:%d\n", __func__, stream->vnode.vdev.name, stream->id); in dmarx_stop_streaming() 631 v4l2_dbg(1, rkisp_debug, v4l2_dev, "%s %s id:%d\n", __func__, stream->vnode.vdev.name, stream->id); in dmarx_start_streaming() 638 v4l2_err(v4l2_dev, "check %s link\n", stream->vnode.vdev.name); in dmarx_start_streaming() 644 v4l2_err(v4l2_dev, "start %s failed\n", stream->vnode.vdev.name); in dmarx_start_streaming() 823 strlcpy(cap->card, vdev->name, sizeof(cap->card)); in rkisp_querycap() 824 ret = snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", dev->driver->name, stream->ispdev->isp_ver >> 0x04); in rkisp_querycap() 996 strlcpy(vdev->name, DMA_VDEV_NAME, sizeof(vdev->name)); in dmarx_init() 1001 strlcpy(vdev->name, DMARX0_VDEV_NAM in dmarx_init() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmutils.h | 206 #define NVRAM_RECLAIM_CHECK(name) \ 212 #define NVRAM_RECLAIM_CHECK(name) 215 extern char *getvar(char *vars, const char *name); 216 extern int getintvar(char *vars, const char *name); 217 extern int getintvararray(char *vars, const char *name, int index); 218 extern int getintvararraysize(char *vars, const char *name); 222 const char* name, uint8* dest_array, uint dest_size); 224 const char* name, int16* dest_array, uint dest_size); 225 /* Prepend a slice-specific accessor to an nvram string name */ 227 const char *name, cha 257 const char *name; /* name for lookup and display */ global() member 748 const char* name; global() member 1264 char name[16]; /* name of this counter table */ global() member [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dmarx.c | 524 stream->vnode.vdev.name, v4l2_type_names[queue->type], *num_buffers, sizes[0]); in rkisp_queue_setup() 611 __func__, stream->vnode.vdev.name, stream->id); in dmarx_stop_streaming() 633 __func__, stream->vnode.vdev.name, stream->id); in dmarx_start_streaming() 639 v4l2_err(v4l2_dev, "check %s link\n", stream->vnode.vdev.name); in dmarx_start_streaming() 645 v4l2_err(v4l2_dev, "start %s failed\n", stream->vnode.vdev.name); in dmarx_start_streaming() 841 strlcpy(cap->card, vdev->name, sizeof(cap->card)); in rkisp_querycap() 843 "%s_v%d", dev->driver->name, in rkisp_querycap() 1020 strlcpy(vdev->name, DMA_VDEV_NAME, in dmarx_init() 1021 sizeof(vdev->name)); in dmarx_init() 1026 strlcpy(vdev->name, DMARX0_VDEV_NAM in dmarx_init() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | implicit_start_processor.cpp | 341 TAG_LOGD(AAFwkTag::ABILITYMGR, "%{public}s default deleted.", it->name.c_str()); in ProcessLinkType() 346 TAG_LOGD(AAFwkTag::ABILITYMGR, "%{public}s deleted.", it->name.c_str()); in ProcessLinkType() 477 implicitAbilityInfo.moduleName + "#" + implicitAbilityInfo.name); in GenerateAbilityRequestByAction() 517 dialogAppInfo.abilityName = info.name; in GenerateAbilityRequestByAction() 550 if (abilityInfo.name.empty() || abilityInfo.bundleName.empty()) { in GenerateAbilityRequestByAppIndexes() 561 dialogAppInfo.abilityName = info.name; in GenerateAbilityRequestByAppIndexes() 585 if (extensionInfo.bundleName.empty() || extensionInfo.name.empty()) { in FindExtensionInfo() 619 if (!abilityInfo.name.empty() && !abilityInfo.bundleName.empty() && !abilityInfo.moduleName.empty()) { in QueryBmsAppInfos() 626 dialogAppInfo.abilityName = abilityInfo.name; in QueryBmsAppInfos() 867 (param.info.bundleName + "#" + param.info.moduleName + "#" + param.info.name)) ! in AddAbilityInfoToDialogInfos() [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 96 return (lhs.type == rhs.type) && (lhs.hash == rhs.hash) && (lhs.name == rhs.name); 133 constexpr string_view NAME = "name"; 174 FindIf(componentMetaData, [key = propertyObject.key](const Property& p) { return p.name == key; }); in AppendProperties() 187 // reserve strings, name and display name (reason for * 2) in AppendProperties() 202 // update 'name' and 'displayName' if needed in AppendProperties() 203 if (auto name = value.find(NAME); name && name in AppendProperties() 262 string_view name; UpdateCustomPropertyMetadata() local 551 constexpr auto name = CORE_NS::GetName<MaterialComponent>(); GetName() local [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 53 string path, name; in RLock() local 54 auto containerHandle = ResolveContainerProperty(targetHandle, string(property), path, name); in RLock() 56 if (auto po = pData.RLock(*containerHandle, name); po) { in RLock() 127 if (nameHandle->name.empty()) { in UpdateTrackTargets() 130 if (auto targetNode = node->LookupNodeByPath(nameHandle->name); targetNode) { in UpdateTrackTargets() 326 // The name of the track actually represents the path to the animated entity. in TryResolveAnimationRoot() 327 path = nameHandle->name; in TryResolveAnimationRoot() 342 // Remove name of this node from the path. in TryResolveAnimationRoot() 420 if (data.name == "time") { in OnAnimationStateChanged() 448 SetValue(Name(), nameManager_->Get(GetEntity()).name); in OnAnimationNameChanged() [all...] |