/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | attachment_container.cpp | 95 bool AttachmentContainer::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() 101 IContainer::SizeType pos, const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() 132 bool AttachmentContainer::Detach(const IObject::Ptr& attachment) in Detach() 161 if (auto attachment = interface_pointer_cast<IAttachment>(info.object)) { in AddingToContainer() local 178 if (auto attachment = interface_pointer_cast<IAttachment>(info.object)) { in RemovedFromContainer() local 209 if (const auto attachment = interface_pointer_cast<IAttachment>(object)) { in AlreadyAttached() local
|
H A D | object.cpp | 51 bool Object::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() 60 bool Object::Detach(const IObject::Ptr& attachment) in Detach()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_override.cpp | 175 napi_env env, GLenum target, GLenum attachment, const WebGLFramebuffer* frameBuffer) in CheckGetFrameBufferAttachmentParameter() 212 napi_env env, GLenum target, GLenum attachment, GLenum pname) in GetFrameBufferAttachmentParameterForDefault() 261 napi_env env, GLenum target, GLenum attachment, GLenum pname, WebGLAttachment* attachmentObject) in HandleFrameBufferPname() 306 napi_env env, GLenum target, GLenum attachment, GLenum pname) in GetFrameBufferAttachmentParameter()
|
H A D | webgl_framebuffer.cpp | 84 bool WebGLFramebuffer::AddAttachment(GLenum target, GLenum attachment, GLuint id) in AddAttachment() 99 bool WebGLFramebuffer::AddAttachment(GLenum target, GLenum attachment, GLuint id, GLenum textureTar… in AddAttachment() 117 void WebGLFramebuffer::DoDetachment(GLenum target, WebGLAttachment* attachment) in DoDetachment()
|
H A D | webgl_rendering_context_base_impl.cpp | 741 napi_env env, GLenum target, GLenum attachment, GLenum pname, GLint type) in HandleFrameBufferAttachmentPname() 796 napi_env env, GLenum target, GLenum attachment, GLenum pname) in GetFrameBufferAttachmentParameter() 826 napi_env env, GLenum target, GLenum attachment, GLenum renderBufferTarget, napi_value object) in FrameBufferRenderBuffer() 879 …napi_env env, GLenum target, GLenum attachment, GLenum textureTarget, napi_value texture, GLint le… in FrameBufferTexture2D() 2336 bool WebGLRenderingContextBaseImpl::CheckAttachment(napi_env env, GLenum attachment) in CheckAttachment()
|
H A D | webgl_rendering_context_base.cpp | 1203 GLenum attachment = 0; in FramebufferRenderbuffer() local 1232 GLenum attachment = 0; in FramebufferTexture2D() local 2482 GLenum attachment = 0; in GetFramebufferAttachmentParameter() local
|
H A D | webgl2_rendering_context_base.cpp | 1428 GLenum attachment = 0; in FramebufferTextureLayer() local 2247 GLenum attachment = 0; in GetFramebufferAttachmentParameter() local
|
H A D | webgl2_rendering_context_impl.cpp | 1410 …napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& laye… in FrameBufferTextureLayer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 94 if (auto attachment = interface_pointer_cast<IAttachment>(modifier)) { in META_BEGIN_NAMESPACE() local
|
H A D | object_api.h | 416 auto& Attach(const T& attachment) in Attach() 423 auto& Detach(const META_NS::IObject::Ptr& attachment) in Detach() 429 auto& Detach(const T& attachment) in Detach() 544 FinalClassType& Detach(const META_NS::IAttachment::Ptr& attachment) in Detach()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 237 … [](const auto& attachment, const auto& controller) { in SetValid() 383 bool AnimImpl::Attach(const BASE_NS::shared_ptr<META_NS::IObject>& attachment, const IObject::Ptr& … in Attach() 391 bool AnimImpl::Detach(const META_NS::IObject::Ptr& attachment) in Detach() 399 void AnimImpl::AttachModifier(const BASE_NS::shared_ptr<META_NS::IAnimationModifier>& attachment) in AttachModifier() 409 void AnimImpl::DetachModifier(const BASE_NS::shared_ptr<META_NS::IAnimationModifier>& attachment) in DetachModifier()
|
H A D | ecs_object.cpp | 269 … for (auto attachment = attachments_.cbegin(); attachment != attachments_.cend(); attachment++) { in RemoveAttachment() local
|
H A D | node_impl.cpp | 715 for (auto& attachment : ecsObject_->GetAttachments()) { in CompleteInitialization() local 722 if (auto attachment = GetScene()->GetAnimation(name)) { in CompleteInitialization() local 1222 for (auto attachment : attachments) { in ReleaseEntityOwnership() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_attachment_container.h | 50 bool Attach(const IObject::Ptr& attachment) in Attach()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 377 bool AnimationState::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() 398 bool AnimationState::Detach(const IObject::Ptr& attachment) in Detach()
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_body_part.cpp | 241 bool MmsBodyPart::SetAttachment(MmsAttachment &attachment) in SetAttachment() 478 bool MmsBodyPart::WriteBodyFromAttachmentBuffer(MmsAttachment &attachment) in WriteBodyFromAttachmentBuffer()
|
H A D | mms_msg.cpp | 271 bool MmsMsg::AddAttachment(MmsAttachment &attachment) in AddAttachment() 314 MmsAttachment attachment; in GetAllAttachment() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 59 GLenum attachment; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object.h | 477 bool Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) override in Attach() 482 bool Detach(const IObject::Ptr& attachment) override in Detach()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 271 std::vector<MmsAttachment> attachment; in getAttachmentByDecodeMms() local 349 napi_value attachment = nullptr; in CreateAttachmentValue() local 1067 …adEncodeMmsAttachment(napi_env env, napi_value value, std::vector<MmsAttachmentContext> &attachmen… in ReadEncodeMmsAttachment() 1143 bool SetAttachmentToCore(MmsMsg &mmsMsg, std::vector<MmsAttachmentContext> &attachment) in SetAttachmentToCore()
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 516 MmsAttachment attachment; variable 564 MmsAttachment attachment; variable
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/ |
H A D | ObjectStoreJsunitV9.test.js | 982 const attachment = { class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1f00
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 243 if (auto attachment = interface_pointer_cast<IAttachment>(att)) { in ImportIAttach() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.cpp | 163 auto attachment = JSSpanString::ParseJsImageAttachment(args[0]); in Constructor() local 902 auto attachment = JSSpanString::ParseJsImageAttachment(args[0]); in Constructor() local
|