Home
last modified time | relevance | path

Searched refs:target (Results 601 - 625 of 3574) sorted by relevance

1...<<21222324252627282930>>...143

/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h81 MOCK_METHOD2(SendWantSender, int(sptr<IWantSender> target, const SenderInfo& senderInfo));
83 MOCK_METHOD1(GetPendingWantUid, int(const sptr<IWantSender>& target));
84 MOCK_METHOD1(GetPendingWantUserId, int(const sptr<IWantSender>& target));
85 MOCK_METHOD1(GetPendingWantBundleName, std::string(const sptr<IWantSender>& target));
86 MOCK_METHOD1(GetPendingWantCode, int(const sptr<IWantSender>& target));
87 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target));
90 MOCK_METHOD2(GetPendingRequestWant, int(const sptr<IWantSender>& target, std::shared_ptr<Want>& want));
123 MOCK_METHOD2(GetWantSenderInfo, int(const sptr<IWantSender>& target, std::shared_ptr<WantSenderInfo>& info));
261 MOCK_METHOD2(SendWantSender, int(sptr<IWantSender> target, const SenderInfo& senderInfo));
263 MOCK_METHOD1(GetPendingWantUid, int(const sptr<IWantSender>& target));
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c294 void *target; in runtest_dar_outside() local
302 target = malloc(8); in runtest_dar_outside()
303 if (!target) { in runtest_dar_outside()
308 /* watch middle half of target array */ in runtest_dar_outside()
309 break_fd = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)(target + 2), 4); in runtest_dar_outside()
311 free(target); in runtest_dar_outside()
319 temp16 = *((__u16 *)target); in runtest_dar_outside()
320 *((__u16 *)target) = temp16; in runtest_dar_outside()
334 temp16 = *((__u16 *)(target + 1)); in runtest_dar_outside()
335 *((__u16 *)(target in runtest_dar_outside()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp68 BASE_NS::string ResolvePathToAnimationRoot(IEcs& ecs, Entity root, Entity target) in ResolvePathToAnimationRoot() argument
75 auto node = nodeSystem->GetNode(target); in ResolvePathToAnimationRoot()
141 if (track->target) { in UpdateTrackTargets()
143 to_hex(static_cast<const Entity&>(track->target).id).data()); in UpdateTrackTargets()
145 track->target = entityManager.GetReferenceCounted(*targetIt); in UpdateTrackTargets()
333 node = nodeSystem->GetNode(trackHandle->target); in TryResolveAnimationRoot()
598 auto nameComponent = nameManager_->Get(trackHandle->target.operator Entity()); in OnAnimationTrackChanged()
690 auto propertyData = GetProperty(handle->component, handle->target, handle->property); in AddKey()
725 auto targetEntity = animationTrack->target.operator Entity(); in RemoveKey()
729 auto target in RemoveKey() local
764 auto target = manager->GetData(targetEntity); UpdateKey() local
936 GetAnimationTrack(CORE_NS::Entity target, BASE_NS::string_view fullPropertyPath) GetAnimationTrack() argument
1225 auto target = animationTrackHandle->target; UpdateAnimationTrackDuration() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c246 u64 target; in igt_mock_contiguous() local
279 target = i915_prandom_u64_state(&prng); in igt_mock_contiguous()
280 div64_u64_rem(target, total, &target); in igt_mock_contiguous()
281 target = round_up(target, PAGE_SIZE); in igt_mock_contiguous()
282 target = max_t(u64, PAGE_SIZE, target); in igt_mock_contiguous()
284 obj = igt_object_create(mem, &objects, target, in igt_mock_contiguous()
289 if (obj->base.size != target) { in igt_mock_contiguous()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c195 unsigned char target = scmd_id(SCpnt); in nsp_queuecommand_lck() local
200 "SCpnt=0x%p target=%d lun=%llu sglist=0x%p bufflen=%d sg_count=%d", in nsp_queuecommand_lck()
201 SCpnt, target, SCpnt->device->lun, scsi_sglist(SCpnt), in nsp_queuecommand_lck()
368 unsigned char target = scmd_id(SCpnt); in nsphw_start_selection() local
405 nsp_index_write(base, SCSIDATALATCH, BIT(host_id) | BIT(target)); in nsphw_start_selection()
447 unsigned char target = scmd_id(SCpnt); in nsp_analyze_sdtr() local
450 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr()
658 int target; in nsp_reselected() local
664 target = 0; in nsp_reselected()
670 target in nsp_reselected()
922 unsigned char target = scmd_id(SCpnt); nsp_nexus() local
967 unsigned char target, lun; nspintr() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h225 GLenum target; member
236 : func(0), target(0), level(0), internalFormat(0), in TexImageArg()
242 target = arg.target; in TexImageArg()
254 GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLenum type) in TexImageArg()
256 this->target = target; in TexImageArg()
272 GLenum target; member
278 TexStorageArg() : func(0), target(0), levels(0), internalFormat(0), width(0), height(0), depth(0) {} in TexStorageArg()
282 target in TexStorageArg()
339 GLenum target; global() member
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dptrace.c403 static int fpr_get(struct task_struct *target, in fpr_get() argument
407 struct pt_regs *regs = task_regs(target); in fpr_get()
412 static int fpr_set(struct task_struct *target, in fpr_set() argument
417 struct pt_regs *regs = task_regs(target); in fpr_set()
519 static int gpr_get(struct task_struct *target, in gpr_get() argument
523 struct pt_regs *regs = task_regs(target); in gpr_get()
531 static int gpr_set(struct task_struct *target, in gpr_set() argument
536 struct pt_regs *regs = task_regs(target); in gpr_set()
583 static int gpr32_get(struct task_struct *target, in gpr32_get() argument
587 struct pt_regs *regs = task_regs(target); in gpr32_get()
596 gpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr32_set() argument
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dptrace.c402 static int fpr_get(struct task_struct *target, in fpr_get() argument
406 struct pt_regs *regs = task_regs(target); in fpr_get()
411 static int fpr_set(struct task_struct *target, in fpr_set() argument
416 struct pt_regs *regs = task_regs(target); in fpr_set()
519 static int gpr_get(struct task_struct *target, in gpr_get() argument
523 struct pt_regs *regs = task_regs(target); in gpr_get()
531 static int gpr_set(struct task_struct *target, in gpr_set() argument
536 struct pt_regs *regs = task_regs(target); in gpr_set()
582 static int gpr32_get(struct task_struct *target, in gpr32_get() argument
586 struct pt_regs *regs = task_regs(target); in gpr32_get()
595 gpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr32_set() argument
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c66 audit_log_format(ab, " target="); in file_audit_cb()
69 } else if (aad(sa)->fs.target) { in file_audit_cb()
70 audit_log_format(ab, " target="); in file_audit_cb()
71 audit_log_untrustedstring(ab, aad(sa)->fs.target); in file_audit_cb()
82 * @target: name of target (MAYBE NULL)
83 * @tlabel: target label (MAY BE NULL)
92 const char *target, struct aa_label *tlabel, in aa_audit_file()
101 aad(&sa)->fs.target = target; in aa_audit_file()
90 aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument
347 xindex_is_subset(u32 link, u32 target) xindex_is_subset() argument
356 profile_path_link(struct aa_profile *profile, const struct path *link, char *buffer, const struct path *target, char *buffer2, struct path_cond *cond) profile_path_link() argument
459 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; aa_path_link() local
[all...]
/kernel/linux/linux-6.6/kernel/gcov/
H A Dfs.c415 char *target; in link_target() local
426 target = kasprintf(GFP_KERNEL, "%s/%s.%s", dir, copy, ext); in link_target()
428 target = kasprintf(GFP_KERNEL, "%s.%s", copy, ext); in link_target()
431 return target; in link_target()
435 * Construct a string representing the symbolic link target for the given
437 * location of the data file, the link target can either point to a
479 char *target; in add_links() local
489 target = get_link_target( in add_links()
492 if (!target) in add_links()
494 basename = kbasename(target); in add_links()
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dfile.c69 audit_log_format(ab, " target="); in file_audit_cb()
72 } else if (ad->fs.target) { in file_audit_cb()
73 audit_log_format(ab, " target="); in file_audit_cb()
74 audit_log_untrustedstring(ab, ad->fs.target); in file_audit_cb()
86 * @target: name of target (MAYBE NULL)
87 * @tlabel: target label (MAY BE NULL)
97 const char *target, struct aa_label *tlabel, in aa_audit_file()
106 ad.fs.target = target; in aa_audit_file()
94 aa_audit_file(const struct cred *subj_cred, struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument
317 xindex_is_subset(u32 link, u32 target) xindex_is_subset() argument
326 profile_path_link(const struct cred *subj_cred, struct aa_profile *profile, const struct path *link, char *buffer, const struct path *target, char *buffer2, struct path_cond *cond) profile_path_link() argument
438 struct path target = { .mnt = new_dir->mnt, .dentry = old_dentry }; aa_path_link() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.h12 #define drm_crtc_to_amdgpu_vkms_output(target) \
13 container_of(target, struct amdgpu_vkms_output, crtc.base)
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Darp_tables.c234 /* Standard target? */ in arpt_do_table()
235 if (!t->u.kernel.target->target) { in arpt_do_table()
267 acpar.target = t->u.kernel.target; in arpt_do_table()
269 verdict = t->u.kernel.target->target(skb, &acpar); in arpt_do_table()
333 (strcmp(t->target.u.user.name, in mark_source_chains()
364 if (strcmp(t->target.u.user.name, in mark_source_chains()
394 .target in check_target()
409 struct xt_target *target; find_check_entry() local
1080 struct xt_target *target; check_compat_entry_size_and_hooks() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Darp_tables.c235 /* Standard target? */ in arpt_do_table()
236 if (!t->u.kernel.target->target) { in arpt_do_table()
268 acpar.target = t->u.kernel.target; in arpt_do_table()
270 verdict = t->u.kernel.target->target(skb, &acpar); in arpt_do_table()
334 (strcmp(t->target.u.user.name, in mark_source_chains()
365 if (strcmp(t->target.u.user.name, in mark_source_chains()
395 .target in check_target()
410 struct xt_target *target; find_check_entry() local
1077 struct xt_target *target; check_compat_entry_size_and_hooks() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dability_delegator_args.cpp87 auto target = params_.find(key); in GetParamValue() local
88 return (target != params_.end()) ? target->second : std::string(); in GetParamValue()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h36 inline void CopyStringToArray(const BASE_NS::string_view source, char* target, size_t maxLength) in CopyStringToArray() argument
41 size_t const length = source.copy(target, maxLength); in CopyStringToArray()
42 target[length] = '\0'; in CopyStringToArray()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp21 bool Connector::AttachTo(const META_NS::IAttach::Ptr& target, const META_NS::IObject::Ptr& dataContext) in AttachTo() argument
24 auto dest = interface_cast<IMetadata>(target); in AttachTo()
46 bool Connector::DetachFrom(const META_NS::IAttach::Ptr& target) in DetachFrom() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Dbinding.h43 virtual bool MakeBind(const IProperty::Ptr& target) in MakeBind() argument
45 PropertyLock p(target); in MakeBind()
46 if (target) { in MakeBind()
57 CORE_LOG_E("Cannot create binding: Invalid bind target"); in MakeBind()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dasset_operation_utils.h40 static void UpdateAssetsFlag(std::vector<VBucket> &from, std::vector<VBucket> &target);
52 static void MergeAssetFlag(const Assets &from, Asset &target);
53 static void MergeAssetsFlag(const Assets &from, Type &target);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator.h64 virtual uint32_t GetCommunicatorMtuSize(const std::string &target) const = 0;
68 virtual uint32_t GetTimeout(const std::string &target) const = 0;
72 // Get local target name for identify self
75 // Get the protocol version of remote target. Return -E_NOT_FOUND if no record.
76 virtual int GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.h39 uint32_t GetCommunicatorMtuSize(const std::string &target) const override;
41 uint32_t GetTimeout(const std::string &target) const override;
44 int GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const override;
52 // Set an equal communicator for this database, After this called, send msg to the target will use this communicator
/kernel/linux/linux-5.10/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c60 unsigned long target, flags; in smp_86xx_kick_cpu() local
75 target = (unsigned long) __secondary_start_mpc86xx; in smp_86xx_kick_cpu()
76 patch_branch((struct ppc_inst *)vector, target, BRANCH_SET_LINK); in smp_86xx_kick_cpu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c60 unsigned long target, flags; in smp_86xx_kick_cpu() local
75 target = (unsigned long) __secondary_start_mpc86xx; in smp_86xx_kick_cpu()
76 patch_branch(vector, target, BRANCH_SET_LINK); in smp_86xx_kick_cpu()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dsdt.c59 static int search_cached_probe(const char *target, in search_cached_probe() argument
62 struct probe_cache *cache = probe_cache__new(target, NULL); in search_cached_probe()
66 pr_debug("Failed to open probe cache of %s\n", target); in search_cached_probe()
105 /* Call the target and get an event */ in test__sdt_event()
/kernel/linux/linux-6.6/kernel/
H A Dcfi.c11 unsigned long *target, u32 type) in report_cfi_failure()
13 if (target) in report_cfi_failure()
14 pr_err("CFI failure at %pS (target: %pS; expected type: 0x%08x)\n", in report_cfi_failure()
15 (void *)addr, (void *)*target, type); in report_cfi_failure()
17 pr_err("CFI failure at %pS (no target information)\n", in report_cfi_failure()
10 report_cfi_failure(struct pt_regs *regs, unsigned long addr, unsigned long *target, u32 type) report_cfi_failure() argument

Completed in 17 milliseconds

1...<<21222324252627282930>>...143