| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | animatable_dimension.cpp | 131 void AnimatableDimension::MoveTo(double target) in MoveTo() argument 133 SetValue(target); in MoveTo()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
| H A D | intf_ecs_animation.h | 70 CORE_NS::Entity rootEntity, CORE_NS::Entity target, BASE_NS::string_view property) = 0; 71 virtual IEcsTrackAnimation::Ptr GetAnimationTrack(CORE_NS::Entity target, BASE_NS::string_view property) = 0;
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/ |
| H A D | proxy_object.h | 58 bool SetTarget(const IObject::Ptr& target) override; 73 void ReflectHierarchy(const IObject::Ptr& target);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| H A D | rs_animation.h | 58 void Start(const std::shared_ptr<RSNode>& target); 116 void StartInner(const std::shared_ptr<RSNode>& target);
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
| H A D | rs_implicit_animator_test.cpp | 186 RSNode target(true); in HWTEST_F() 188 rsImplicitAnimator.CreateImplicitTransition(target); in HWTEST_F()
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
| H A D | player_source.cpp | 28 #define CHECK_FAILED_RETURN(value, target, ret, printfString) \ 30 if (value != target) { \
|
| /foundation/resourceschedule/ffrt/benchmarks/base/ |
| H A D | base.cpp | 28 uint64_t target = g() % (depth * 20); in func() local 30 while (acc % (depth * 20) != target) { in func()
|
| /foundation/communication/ipc/ipc/test/rpc/client/ |
| H A D | rpc_client.c | 121 SvcIdentity target = { in main() local 127 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in main()
|
| /foundation/communication/ipc/ipc/test/rpc/samgr/ |
| H A D | rpc_mini_samgr.c | 138 SvcIdentity target = { in RpcStartSamgr() local 141 (void)SetContextObject(target); in RpcStartSamgr()
|
| /foundation/communication/ipc/ipc/native/src/jni/source/ |
| H A D | jni_helper.cpp | 173 jobject JNIHelperGetJavaRemoteObject(JNIEnv *env, const sptr<IRemoteObject> &target) in JNIHelperGetJavaRemoteObject() argument 178 return Java_ohos_rpc_getJavaRemoteObject(env, target); in JNIHelperGetJavaRemoteObject()
|
| /foundation/communication/ipc/ipc/test/ipc/samgr/ |
| H A D | samgr.c | 114 SvcIdentity target = { in main() local 119 if (SetContextObject(target) != ERR_NONE) { in main()
|
| /foundation/communication/ipc/ipc/test/unittest/ipc/samgr/ |
| H A D | IpcSamgrTest.cpp | 148 SvcIdentity target = { in HWTEST_F() local 153 int ret = SetContextObject(target); in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | virtual_time_sync_communicator.cpp | 59 uint32_t VirtualTimeSyncCommunicator::GetCommunicatorMtuSize(const std::string &target) const in GetCommunicatorMtuSize() 69 uint32_t VirtualTimeSyncCommunicator::GetTimeout(const std::string &target) const in GetTimeout() 79 // Get local target name for identify self
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
| H A D | single_ver_relational_sync_task_context.cpp | 54 void SingleVerRelationalSyncTaskContext::CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) in CopyTargetData() argument 56 SingleVerSyncTaskContext::CopyTargetData(target, taskParam); in CopyTargetData()
|
| H A D | single_ver_sync_task_context.h | 46 // Add a sync task target with the operation to the queue 63 int PopResponseTarget(SingleVerSyncTarget &target); 152 void CopyTargetData(const ISyncTarget *target, const TaskParam &taskParam) override;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
| H A D | network_adapter.h | 41 uint32_t GetMtuSize(const std::string &target) override; 44 uint32_t GetTimeout(const std::string &target) override;
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | acstruct.h | 135 union acpi_operand_object *target; member 143 union acpi_operand_object *target; member
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | xive.h | 35 * for normal interrupts the current target CPU. 50 int target; member 114 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq);
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| H A D | ftrace.c | 69 static int __ftrace_modify_call(unsigned long hook_pos, unsigned long target, in __ftrace_modify_call() argument 75 make_call(hook_pos, target, call); in __ftrace_modify_call()
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| H A D | disasm.h | 81 int target; member 108 *cregs, unsigned long *fall_thru, unsigned long *target);
|
| /kernel/linux/common_modules/tzdriver/core/ |
| H A D | smc_smp.h | 137 int smc_queue_shadow_worker(uint64_t target); 138 void fiq_shadow_work_func(uint64_t target);
|
| /kernel/linux/linux-6.6/arch/arc/include/asm/ |
| H A D | disasm.h | 81 int target; member 108 *cregs, unsigned long *fall_thru, unsigned long *target);
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| H A D | xive.h | 35 * for normal interrupts the current target CPU. 50 int target; member 116 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq);
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| H A D | gma_display.h | 44 int target, int refclk, 97 struct drm_crtc *crtc, int target, int refclk,
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
| H A D | debug.h | 75 void dump_cred_dist_stats(struct htc_target *target); 105 static inline void dump_cred_dist_stats(struct htc_target *target) in dump_cred_dist_stats() argument
|