Home
last modified time | relevance | path

Searched refs:objectType (Results 1 - 25 of 30) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp135 change.objectType = type_; in NotifyObjectChangedOp()
142 const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) in NotifyContainerChangeOp()
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()
172 change.objectType = objectType; in NotifyContainerMoveOp()
184 change.objectType in NotifyContentChangeOp()
141 NotifyContainerChangeOp( const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) NotifyContainerChangeOp() argument
166 NotifyContainerMoveOp( const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType) NotifyContainerMoveOp() argument
[all...]
H A Dobject_hierarchy_observer.h70 const ChildChangedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType);
72 const ChildMovedInfo& info, HierarchyChangeType operation, HierarchyChangeObjectType objectType);
/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()
422 LOGE("AddObject exit %{public}u %{public}" PRIu64, T::objectType, key); in AddObject()
431 LOGD("AddObject %{public}u %{public}p %{public}" PRIu64, T::objectType, obj, key); 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] in GetNapiValue()
[all...]
/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_view name) in DebugObjectNameVk()
52 objectType, castedHandle, name.data() }; in DebugObjectNameVk()
45 DebugObjectNameVk( const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const string_view name) DebugObjectNameVk() argument
H A Dgpu_resource_util_vk.h37 const IDevice& device, const VkObjectType objectType, const uint64_t castedHandle, const BASE_NS::string_view name);
/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 ObjectNode()
120 return objectType;
141 objectType = id;
160 ObjectId objectType; member in Serialization::ObjectNode
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_query.h27 inline static const int objectType = WEBGL_OBJECT_QUERY; member in OHOS::Rosen::final
H A Dwebgl_sampler.h27 inline static const int objectType = WEBGL_OBJECT_SAMPLE; member in OHOS::Rosen::final
H A Dwebgl_transform_feedback.h27 inline static const int objectType = WEBGL_OBJECT_TRANSFORM_FEEDBACK; member in OHOS::Rosen::final
H A Dwebgl_vertex_array_object.h27 inline static const int objectType = WEBGL_OBJECT_VERTEX_ARRAY; member in OHOS::Rosen::final
H A Dwebgl_sync.h27 inline static const int objectType = WEBGL_OBJECT_SYNC; member in OHOS::Rosen::final
H A Dwebgl_renderbuffer.h27 inline static const int objectType = WEBGL_OBJECT_RENDER_BUFFER; member in OHOS::Rosen::final
H A Dwebgl_shader.h27 inline static const int objectType = WEBGL_OBJECT_SHADER; member in OHOS::Rosen::final
H A Dwebgl_buffer.h28 inline static const int objectType = WEBGL_OBJECT_BUFFER; member in OHOS::Rosen::final
H A Dwebgl_program.h28 inline static const int objectType = WEBGL_OBJECT_PROGRAM; member in OHOS::Rosen::final
H A Dwebgl_shader_precision_format.h27 inline static const int objectType = WEBGL_OBJECT_SHADER; member in OHOS::Rosen::final
H A Dwebgl_uniform_location.h27 inline static const int objectType = WEBGL_OBJECT_UNIFORM_LOCATION; member in OHOS::Rosen::final
H A Dwebgl_active_info.h33 inline static const int objectType = WEBGL_OBJECT_ACTIVE_INFO; member in OHOS::Rosen::final
H A Dwebgl_framebuffer.h73 inline static const int objectType = WEBGL_OBJECT_FRAME_BUFFER; member in OHOS::Rosen::WebGLFramebuffer
H A Dwebgl_texture.h39 inline static const int objectType = WEBGL_OBJECT_TEXTURE; member in OHOS::Rosen::final
/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()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_hierarchy_observer.h89 HierarchyChangeObjectType objectType; member
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp36 HierarchyChangeObjectType objectType) in GetMatching()
40 if (info.change == change && info .objectType == objectType) { in GetMatching()
393 EXPECT_EQ(info.objectType, HierarchyChangeObjectType::CHILD); in HWTEST_F()
35 GetMatching(const BASE_NS::vector<HierarchyChangedInfo>& changedCalls, HierarchyChangeType change, HierarchyChangeObjectType objectType) GetMatching() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h220 uint8_t objectType; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp323 napi_valuetype objectType = napi_undefined; in GetBundleNameWithContext() local
324 napi_status status = napi_typeof(env, argv, &objectType); in GetBundleNameWithContext()
325 if (status == napi_ok && objectType == napi_object) { in GetBundleNameWithContext()

Completed in 11 milliseconds

12