/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_hierarchy_observer.cpp | 135 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 D | object_hierarchy_observer.h | 70 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 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() 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 D | gpu_resource_util_vk.cpp | 46 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 D | gpu_resource_util_vk.h | 37 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 D | ser_nodes.h | 106 : 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 D | webgl_query.h | 27 inline static const int objectType = WEBGL_OBJECT_QUERY; member in OHOS::Rosen::final
|
H A D | webgl_sampler.h | 27 inline static const int objectType = WEBGL_OBJECT_SAMPLE; member in OHOS::Rosen::final
|
H A D | webgl_transform_feedback.h | 27 inline static const int objectType = WEBGL_OBJECT_TRANSFORM_FEEDBACK; member in OHOS::Rosen::final
|
H A D | webgl_vertex_array_object.h | 27 inline static const int objectType = WEBGL_OBJECT_VERTEX_ARRAY; member in OHOS::Rosen::final
|
H A D | webgl_sync.h | 27 inline static const int objectType = WEBGL_OBJECT_SYNC; member in OHOS::Rosen::final
|
H A D | webgl_renderbuffer.h | 27 inline static const int objectType = WEBGL_OBJECT_RENDER_BUFFER; member in OHOS::Rosen::final
|
H A D | webgl_shader.h | 27 inline static const int objectType = WEBGL_OBJECT_SHADER; member in OHOS::Rosen::final
|
H A D | webgl_buffer.h | 28 inline static const int objectType = WEBGL_OBJECT_BUFFER; member in OHOS::Rosen::final
|
H A D | webgl_program.h | 28 inline static const int objectType = WEBGL_OBJECT_PROGRAM; member in OHOS::Rosen::final
|
H A D | webgl_shader_precision_format.h | 27 inline static const int objectType = WEBGL_OBJECT_SHADER; member in OHOS::Rosen::final
|
H A D | webgl_uniform_location.h | 27 inline static const int objectType = WEBGL_OBJECT_UNIFORM_LOCATION; member in OHOS::Rosen::final
|
H A D | webgl_active_info.h | 33 inline static const int objectType = WEBGL_OBJECT_ACTIVE_INFO; member in OHOS::Rosen::final
|
H A D | webgl_framebuffer.h | 73 inline static const int objectType = WEBGL_OBJECT_FRAME_BUFFER; member in OHOS::Rosen::WebGLFramebuffer
|
H A D | webgl_texture.h | 39 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 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()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_object_hierarchy_observer.h | 89 HierarchyChangeObjectType objectType; member
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfObjectHierarchyObserverTest.cpp | 36 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 D | a2dp_codec_constant.h | 220 uint8_t objectType; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobjectstore.cpp | 323 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()
|