/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_hierarchy_observer.cpp | 135 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 D | object_hierarchy_observer.h | 70 …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 D | webgl_rendering_context_base_impl.h | 418 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 D | ser_nodes.h | 106 … : 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 D | a2dp_aac_param_ctrl.cpp | 637 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 D | gpu_resource_util_vk.cpp | 46 …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 D | gpu_resource_util_vk.h | 37 …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 D | webgl_sync.h | 27 inline static const int objectType = WEBGL_OBJECT_SYNC; variable
|
H A D | webgl_vertex_array_object.h | 27 inline static const int objectType = WEBGL_OBJECT_VERTEX_ARRAY; variable
|
H A D | webgl_query.h | 27 inline static const int objectType = WEBGL_OBJECT_QUERY; variable
|
H A D | webgl_sampler.h | 27 inline static const int objectType = WEBGL_OBJECT_SAMPLE; variable
|
H A D | webgl_transform_feedback.h | 27 inline static const int objectType = WEBGL_OBJECT_TRANSFORM_FEEDBACK; variable
|
H A D | webgl_program.h | 28 inline static const int objectType = WEBGL_OBJECT_PROGRAM; variable
|
H A D | webgl_uniform_location.h | 27 inline static const int objectType = WEBGL_OBJECT_UNIFORM_LOCATION; variable
|
H A D | webgl_buffer.h | 28 inline static const int objectType = WEBGL_OBJECT_BUFFER; variable
|
H A D | webgl_renderbuffer.h | 27 inline static const int objectType = WEBGL_OBJECT_RENDER_BUFFER; variable
|
H A D | webgl_shader.h | 27 inline static const int objectType = WEBGL_OBJECT_SHADER; variable
|
H A D | webgl_shader_precision_format.h | 27 inline static const int objectType = WEBGL_OBJECT_SHADER; variable
|
H A D | webgl_active_info.h | 33 inline static const int objectType = WEBGL_OBJECT_ACTIVE_INFO; variable
|
H A D | webgl_framebuffer.h | 73 inline static const int objectType = WEBGL_OBJECT_FRAME_BUFFER; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.h | 59 static const OpCode &ToOpCode(uint32_t objectType);
|
H A D | bytecode_gen.cpp | 98 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 D | intf_object_hierarchy_observer.h | 89 HierarchyChangeObjectType objectType; member
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 344 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 D | a2dp_codec_constant.h | 220 uint8_t objectType; member
|