Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp135 change.objectType = type_; in NotifyObjectChangedOp()
147 change.objectType = objectType; in NotifyContainerChangeOp()
150 if ((objectType == HierarchyChangeObjectType::CHILD && !containerPreTransaction_) || in NotifyContainerChangeOp()
151 (objectType == HierarchyChangeObjectType::ATTACHMENT && !attachmentPreTransaction_)) { in NotifyContainerChangeOp()
167 const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) in NotifyContainerMoveOp() argument
172 change.objectType = objectType; in NotifyContainerMoveOp()
184 change.objectType = HierarchyChangeObjectType::CONTENT; in NotifyContentChangeOp()
276 immediateChildren_.push_back(ImmediateChild { info.object, info.objectType }); in AddImmediateChild()
295 if (info.objectType == HierarchyChangeObjectType::CHILD || in HierarchyChanged()
296 info.objectType == HierarchyChangeObjectType::CONTENT) { in HierarchyChanged()
[all …]
H A Dobject_hierarchy_observer.h70 …const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType);
72 … const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h418 if (T::objectType < 0 || T::objectType > WebGLObject::WEBGL_OBJECT_MAX) { in AddObject()
421 if (objects_[T::objectType].find(key) != objects_[T::objectType].end()) { in AddObject()
432 objects_[T::objectType].insert({ key, ref }); in AddObject()
439 if (T::objectType < 0 || T::objectType > WebGLObject::WEBGL_OBJECT_MAX) { in GetNapiValue()
442 auto it = objects_[T::objectType].find(key); in GetNapiValue()
443 if (it == objects_[T::objectType].end()) { in GetNapiValue()
444 LOGD("GetObject %{public}u %{public}" PRIu64, T::objectType, key); in GetNapiValue()
471 if (T::objectType < 0 || T::objectType > WebGLObject::WEBGL_OBJECT_MAX) { in DeleteObject()
474 auto it = objects_[T::objectType].find(key); in DeleteObject()
475 if (it == objects_[T::objectType].end()) { in DeleteObject()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dser_nodes.h106 … : className(BASE_NS::move(className)), name(BASE_NS::move(name)), objectType(oid), instance(iid), in META_BEGIN_NAMESPACE()
120 return objectType; in META_BEGIN_NAMESPACE()
141 objectType = id; in META_BEGIN_NAMESPACE()
160 ObjectId objectType; in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp637 cfgCapResult.objectType = a2dpAacCaps->objectType; in SetCodecConfig()
816 switch (cfgCap.objectType) { in ComputeMaxBitRateAac()
875 LOG_INFO("%{public}s [objectType:0x%x]", __func__, cfgCap.objectType); in GetObjectTypeCodeAac()
876 return cfgCap.objectType; in GetObjectTypeCodeAac()
886 *codecInfo++ = aacCap->objectType; in BuildAacInfo()
916 aacCap->objectType = *codecInfo++ & 0xF0; in ParseInfoAac()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp46 …const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const string_vi… in DebugObjectNameVk() argument
52 objectType, castedHandle, name.data() }; in DebugObjectNameVk()
H A Dgpu_resource_util_vk.h37 …const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const BASE_NS::…
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_sync.h27 inline static const int objectType = WEBGL_OBJECT_SYNC; variable
H A Dwebgl_vertex_array_object.h27 inline static const int objectType = WEBGL_OBJECT_VERTEX_ARRAY; variable
H A Dwebgl_query.h27 inline static const int objectType = WEBGL_OBJECT_QUERY; variable
H A Dwebgl_sampler.h27 inline static const int objectType = WEBGL_OBJECT_SAMPLE; variable
H A Dwebgl_transform_feedback.h27 inline static const int objectType = WEBGL_OBJECT_TRANSFORM_FEEDBACK; variable
H A Dwebgl_program.h28 inline static const int objectType = WEBGL_OBJECT_PROGRAM; variable
H A Dwebgl_uniform_location.h27 inline static const int objectType = WEBGL_OBJECT_UNIFORM_LOCATION; variable
H A Dwebgl_buffer.h28 inline static const int objectType = WEBGL_OBJECT_BUFFER; variable
H A Dwebgl_renderbuffer.h27 inline static const int objectType = WEBGL_OBJECT_RENDER_BUFFER; variable
H A Dwebgl_shader.h27 inline static const int objectType = WEBGL_OBJECT_SHADER; variable
H A Dwebgl_shader_precision_format.h27 inline static const int objectType = WEBGL_OBJECT_SHADER; variable
H A Dwebgl_active_info.h33 inline static const int objectType = WEBGL_OBJECT_ACTIVE_INFO; variable
H A Dwebgl_framebuffer.h73 inline static const int objectType = WEBGL_OBJECT_FRAME_BUFFER; variable
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.h59 static const OpCode &ToOpCode(uint32_t objectType);
H A Dbytecode_gen.cpp98 const OpCode &ByteCodeGen::ToOpCode(uint32_t objectType) in ToOpCode() argument
111 return byteCodeMap[objectType]; in ToOpCode()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_hierarchy_observer.h89 HierarchyChangeObjectType objectType; member
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp344 napi_valuetype objectType = napi_undefined; in JsToDiscoverTargetType() local
345 napi_typeof(env, object, &objectType); in JsToDiscoverTargetType()
346 …if (!(CheckArgsType(env, objectType == napi_object, "discoverParameter", "object or undefined"))) { in JsToDiscoverTargetType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h220 uint8_t objectType; member

12