Home
last modified time | relevance | path

Searched refs:target_ (Results 1 - 25 of 52) sorted by relevance

123

/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_terminate_service_task.cpp22 : AbilityTask(context), target_(target) in AbilityTerminateServiceTask()
28 target_ = nullptr; in ~AbilityTerminateServiceTask()
34 if (abilityMgrContext_ == nullptr || target_ == nullptr) { in Execute()
41 auto service = serviceConnects->FindServiceRecord(target_->bundleName, target_->name); in Execute()
H A Dability_start_task.cpp23 : AbilityTask(context), want_(want), target_(target), bundleInfo_(bundleInfo) in AbilityStartTask()
30 target_ = nullptr; in ~AbilityStartTask()
43 target_ == nullptr || bundleInfo_ == nullptr) { in Execute()
46 if (target_->abilityType == AbilityType::SERVICE) { in Execute()
55 *target_, *want_, topAbility, *abilityMgrContext_); in Execute()
89 auto service = connectMission->FindServiceRecord(target_->bundleName, target_->name); in StartService()
93 auto targetAbility = new PageAbilityRecord(*target_, *want_); in StartService()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_buffer.h34 explicit WebGLBuffer() : bufferId_(0), target_(0) {}; in WebGLBuffer()
35 WebGLBuffer(napi_env env, napi_value exports) : NExporter(env, exports), bufferId_(0), target_(0) {}; in WebGLBuffer()
49 return target_; in GetTarget()
54 target_ = target; in SetTarget()
75 GLenum target_ { 0 };
H A Dwebgl_query.h53 target_ = target; in SetTarget()
58 return target_; in GetTarget()
62 GLenum target_ { 0 };
H A Dwebgl_transform_feedback.h50 return target_; in GetTarget()
55 target_ = target; in SetTarget()
63 GLenum target_ { 0 };
H A Dwebgl_renderbuffer.h58 return target_; in GetTarget()
62 target_ = target; in SetTarget()
89 GLenum target_ { 0 };
H A Dwebgl_framebuffer.h96 target_ = target; in SetTarget()
101 return target_; in GetTarget()
134 GLenum target_ { GL_NONE };
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp67 auto target = target_.lock(); in SetFinishCallback()
91 auto target = target_.lock(); in CallFinishCallback()
158 target_ = target; in StartInner()
171 return target_; in GetTarget()
181 auto target = target_.lock(); in Pause()
198 auto target = target_.lock(); in OnPause()
228 auto target = target_.lock(); in InteractivePause()
248 auto target = target_.lock(); in InteractiveContinue()
267 auto target = target_.lock(); in InteractiveFinish()
287 auto target = target_ in InteractiveReverse()
[all...]
H A Drs_animation_group.cpp83 auto target = target_.lock(); in OnStart()
90 std::make_shared<AnimationFinishCallback>([weakTarget = target_, weakAnimation = weak_from_this()]() { in OnStart()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.cpp28 property->target_ = property_->target_; in AttachProperty()
57 auto target = property_->target_.lock(); in ResetRSNodeExtendModifierDirty()
H A Drs_extended_modifier.h73 auto node = property_->target_.lock();
84 auto node = property_->target_.lock();
131 auto node = property_->target_.lock();
147 auto node = property_->target_.lock();
244 target_ = target;
249 auto node = target_.lock();
258 std::weak_ptr<RSNode> target_; member in OHOS::Rosen::RSNodeModifier
H A Drs_modifier.h65 return property_->target_; in GetTarget()
74 property_->target_ = std::weak_ptr<RSNode>(target); in AttachToNode()
83 property_->target_.reset(); in DetachFromNode()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp52 target_ = hierarchyRoot; in SetTarget()
77 if (const auto root = target_.lock()) { in AttachAll()
78 return RunOperation({ NodeOperation::ATTACH, target_ }); in AttachAll()
85 if (auto root = target_.lock()) { in DetachAll()
86 return RunOperation({ NodeOperation::DETACH, target_ }); in DetachAll()
131 if (const auto root = target_.lock()) { in GetAllNodes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp27 : RSRenderNode(id, context), target_(target), targetId_(targetId) in RSProxyRenderNode()
71 if (auto target = target_.lock()) { in SetContextMatrix()
86 if (auto target = target_.lock()) { in SetContextAlpha()
101 if (auto target = target_.lock()) { in SetContextClipRegion()
131 auto target = target_.lock(); in CleanUp()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp147 if (target_ != nullptr) { in Attach()
150 target_ = renderNode; in Attach()
151 if (target_ != nullptr) { in Attach()
152 targetId_ = target_->GetId(); in Attach()
153 targetName_ = target_->GetNodeName(); in Attach()
154 target_->CheckGroupableAnimation(GetPropertyId(), true); in Attach()
165 if (target_ != nullptr) { in Detach()
166 target_->CheckGroupableAnimation(GetPropertyId(), false); in Detach()
169 target_ = nullptr; in Detach()
289 return target_; in GetTarget()
[all...]
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_events.h90 return target_; in GetTarget()
94 return target_; in GetTargetWithModify()
99 target_ = target; in SetTarget()
228 EventTarget target_; member in OHOS::Ace::KeyCode::BaseEventInfo
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dmessage.h142 target_ = inTarget; in SetTarget()
185 return target_; in GetTarget()
214 std::string target_; member in DistributedDB::Message
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp87 target_ = hierarchyRoot; in SetTarget()
110 if (const auto root = target_.lock()) { in StartAll()
111 return AddOperation({ StartableOperation::START, target_ }, startQueueId_); in StartAll()
118 if (auto root = target_.lock()) { in StopAll()
119 return AddOperation({ StartableOperation::STOP, target_ }, stopQueueId_); in StopAll()
207 if (const auto root = target_.lock()) { in GetAllStartables()
387 IterateTickables(target_.lock(), META_ACCESS_PROPERTY_VALUE(TickOrder), add); in GetTickables()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/task/
H A Dability_terminate_service_task.h31 const AbilityInfo *target_ { nullptr };
H A Dability_start_task.h39 const AbilityInfo *target_ {};
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp136 node->target_.reset(); in HWTEST_F()
156 node->target_.reset(); in HWTEST_F()
198 ASSERT_EQ(node->target_.lock()->contextAlpha_, 1.0f); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h122 target_ = target; in SetTarget()
173 return target_; in GetTarget()
208 unsigned int target_ = 0; member in OHOS::Rosen::Drawing::TextureInfo
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp193 TrySaveTargetAndIdNode(id_, target_, domDocument, node); in CreateDomNode()
254 TrySaveTargetAndIdNode(id_, target_, domDocument, node); in CreateDomElement()
401 accessibilityManager->TrySaveTargetAndIdNode(id_, target_, accessibilityNode); in Execute()
464 accessibilityManager->TrySaveTargetAndIdNode(id_, target_, accessibilityNode); in Execute()
563 TrySaveTargetAndIdNode(id_, target_, page->GetDomDocument(), node); in Execute()
588 accessibilityManager->TrySaveTargetAndIdNode(id_, target_, accessibilityNode); in Execute()
635 accessibilityManager->TrySaveTargetAndIdNode(id_, target_, accessibilityNode); in Execute()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager.cpp260 target_ = nullptr;
275 target_ = layers[i];
280 if (target_ == nullptr) {
281 target_ = layers[displayNodeIndex];
282 GraphicIRect layerSize = target_->GetLayerSize();
340 if (!image_ && (target_ == nullptr || rect_.IsEmpty())) {
347 param = RSUniRenderUtil::CreateLayerBufferDrawParam(target_, forceCPU_);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp68 : target_(target) in RSPropertyDrawCmdListUpdater()
76 if (recordingCanvas_ && target_) { in ~RSPropertyDrawCmdListUpdater()
77 target_->stagingDrawCmdList_ = recordingCanvas_->GetDrawCmdList(); in ~RSPropertyDrawCmdListUpdater()
78 target_->needSync_ = true; in ~RSPropertyDrawCmdListUpdater()
81 target_ = nullptr; in ~RSPropertyDrawCmdListUpdater()

Completed in 11 milliseconds

123