Home
last modified time | relevance | path

Searched refs:CORE_LOG_F (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp35 CORE_LOG_F("GeometryJS::DisposeNative"); in DisposeNative()
82 CORE_LOG_F("Invalid scene for GeometryJS!"); in GeometryJS()
H A DSubMeshJS.cpp71 CORE_LOG_F("INVALID SCENE!"); in SubMeshJS()
160 CORE_LOG_F("INVALID SCENE!"); in GetMaterial()
H A DMaterialJS.cpp124 CORE_LOG_F("INVALID SCENE!"); in ShaderMaterialJS()
263 CORE_LOG_F("INVALID SCENE!"); in GetColorShader()
H A DNodeJS.cpp51 CORE_LOG_F("Invalid scene for NodeJS!"); in NodeJS()
H A DPropertyProxy.cpp121 CORE_LOG_F("Could not create property object for %s", jsName.c_str()); in Create()
H A DNodeImpl.cpp305 CORE_LOG_F("INVALID SCENE!"); in GetParent()
377 CORE_LOG_F("INVALID SCENE!"); in GetChild()
623 CORE_LOG_F("INVALID SCENE!"); in GetNodeByPath()
H A DLightJS.cpp54 CORE_LOG_F("INVALID SCENE!"); in Create()
61 CORE_LOG_F("Invalid scene for LightJS!"); in Create()
H A DImageJS.cpp93 CORE_LOG_F("INVALID SCENE!"); in ImageJS()
H A DEnvironmentJS.cpp91 CORE_LOG_F("EnvironmentJS::DisposeNative"); in DisposeNative()
160 CORE_LOG_F("INVALID SCENE!"); in EnvironmentJS()
H A DMeshJS.cpp68 CORE_LOG_F("INVALID SCENE!"); in MeshJS()
H A DBaseObjectJS.cpp181 CORE_LOG_F("_JSW exists and points to different object!"); in StoreJsObj()
H A DAnimationJS.cpp82 CORE_LOG_F("INVALID SCENE!"); in AnimationJS()
H A DShaderJS.cpp222 CORE_LOG_F("INVALID SCENE!"); in ShaderJS()
H A DSceneJS.cpp570 CORE_LOG_F("INVALID SCENE!"); in GetRoot()
601 CORE_LOG_F("INVALID SCENE!"); in GetEnvironment()
H A DCameraJS.cpp126 CORE_LOG_F("Invalid scene for CameraJS!"); in CameraJS()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h49 #define CORE_LOG_F(...) CORE_UNUSED(0) macro
74 #define CORE_LOG_F(...) \ macro
126 #define CORE_LOG_F(...) \ macro
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp125 CORE_LOG_F("Could not get current working directory, initializing base path as '/'"); in GetCurrentDirectory()
139 CORE_LOG_F("Could not get current working directory, initializing base path as '/'"); in GetCurrentDirectory()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp79CORE_LOG_F("Object classes not unregistered before object registry death. (force unregister)"); in ~ObjectRegistry()
83 CORE_LOG_F( in ~ObjectRegistry()
185CORE_LOG_F("Could not create the super class [uid=%s]", BASE_NS::to_string(superUid).c_str()); in ConstructObjectInternal()
260 CORE_LOG_F("Object with instance id %s already exists.", instid.ToString().c_str()); in Create()
273 CORE_LOG_F("Could not create instance of %s", GetClassName(uid.ToUid()).c_str()); in Create()
283 CORE_LOG_F("Failed to build object (%s).", GetClassName(uid).c_str()); in PostCreate()
291 CORE_LOG_F("Object with instance id %s already exists.", instid.ToString().c_str()); in PostCreate()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp364 CORE_LOG_F("Failed to import type [%s]", entity.GetTypeId().ToString().c_str()); in ImportValue()
379 CORE_LOG_F("Cannot import something else than ref uri to weak ptr"); in ImportWeakPtrInAny()
405 CORE_LOG_F("Failed to import any [%s]", any->GetClassId().ToString().c_str()); in ImportAny()
422CORE_LOG_F("No such any-type registered [%s, classname=%s]", node->GetObjectId().ToString().c_str(… in ImportAny()
H A Dexporter.cpp288 CORE_LOG_F( in ExportValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_meta_object_lib.h57 CORE_LOG_F("Meta Object Lib not initialized"); in GetMetaObjectLib()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Devent_impl.h124 CORE_LOG_F("%s: Tried to add a non-matching handler", name_.c_str()); in AddHandler()
142 CORE_LOG_F("%s: Tried to remove a non-existent handler", name_.c_str()); in RemoveHandler()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp153CORE_LOG_F("Invalid event for %s entity %" PRIx64 " handler object entity %" PRIx64,BASE_NS::strin… in DoComponentEvent()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp35 CORE_LOG_F("AnimationState: Invalid target animation"); in Initialize()