Home
last modified time | relevance | path

Searched refs:CORE_LOG_E (Results 1 – 25 of 82) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp135 CORE_LOG_E("Failed to open file, no file system for uri: '%s'", string(uri).c_str()); in OpenFile()
137 CORE_LOG_E("Failed to open file, invalid uri: '%s'", string(uri).c_str()); in OpenFile()
153 CORE_LOG_E("Failed to create file, no file system for uri: '%s'", string(uri).c_str()); in CreateFile()
155 CORE_LOG_E("Failed to create file, invalid uri: '%s'", string(uri).c_str()); in CreateFile()
192 CORE_LOG_E("Rename requires both uris have same protocol"); in Rename()
210CORE_LOG_E("Failed to get entry for uri, no file system for uri: '%s'", string(uri).c_str()); in GetEntry()
212 CORE_LOG_E("Failed to get entry for uri, invalid uri: '%s'", string(uri).c_str()); in GetEntry()
227 CORE_LOG_E("Failed to open directory, no file system for uri: '%s'", string(uri).c_str()); in OpenDirectory()
229 CORE_LOG_E("Failed to open directory, invalid uri: '%s'", string(uri).c_str()); in OpenDirectory()
245 CORE_LOG_E("Failed to create directory, no file system for uri: '%s'", string(uri).c_str()); in CreateDirectory()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp46 CORE_LOG_E("cinfo is nullptr in MyErrorExit"); in MyErrorExit()
51 CORE_LOG_E("cinfo err output_message is nullptr in MyErrorExit"); in MyErrorExit()
103 CORE_LOG_E("rowPointers12 is null"); in ReadBuffer16Bit()
124 CORE_LOG_E("rowPointers8 is null"); in ReadBuffer8Bit()
147 CORE_LOG_E("imgSize more than limit!"); in LoadFromMemory()
157 CORE_LOG_E("malloc fail return null"); in LoadFromMemory()
163 CORE_LOG_E("libjpeg do not support 12/16 bit in current version"); in LoadFromMemory()
169 CORE_LOG_E("malloc fail return null"); in LoadFromMemory()
H A Dimage_loader_common.h112 CORE_LOG_E("malloc fail return null"); in RowPointers()
122 CORE_LOG_E("malloc fail return null"); in RowPointers()
154 CORE_LOG_E("ArrayLoader out of range."); in ArrayRead()
159 CORE_LOG_E("memcpy_s in ArrayLoader error."); in ArrayRead()
H A Dimage_loader_libpng.cpp47 CORE_LOG_E("pass nullptr to HandlePNGColorType"); in HandlePNGColorType()
99 CORE_LOG_E("pass nullptr to LoadFromMemory"); in LoadFromMemory()
111 CORE_LOG_E("imgSize more than limit!"); in LoadFromMemory()
117 CORE_LOG_E("RowPointers allocate fail"); in LoadFromMemory()
123 CORE_LOG_E("malloc fail return null"); in LoadFromMemory()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h38 CORE_LOG_E("Object does not implement IAttach"); in META_BEGIN_NAMESPACE()
43 CORE_LOG_E("Failed to create connector object"); in META_BEGIN_NAMESPACE()
62 CORE_LOG_E("Object does not implement IAttach"); in Disconnect()
H A Dcall_context.h153 CORE_LOG_E("Invalid amount of parameter names"); in CreateCallContextImpl()
158 CORE_LOG_E("Failed setting parameters"); in CreateCallContextImpl()
162 CORE_LOG_E("Failed setting return type"); in CreateCallContextImpl()
H A Devent_handler.h107 CORE_LOG_E("Cannot subscribe to null event"); in META_BEGIN_NAMESPACE()
149 CORE_LOG_E("Cannot initialize event handler for queue %s: Queue not registered.", in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_string_resource_loader.cpp66 CORE_LOG_E("Failed to read"); in Create()
106 CORE_LOG_E("Cannot find column '%s' from CSV header", options.keyHeaderColumnName.c_str()); in CreateStringResourceObject()
135 CORE_LOG_E("Failed to parse header"); in ParseCsv()
149CORE_LOG_E("Number of items on line %llu does not match the number of CSV header items (%zu vs %zu… in ParseCsv()
H A Djson_content_loader.cpp47 CORE_LOG_E("Importing object hierarchy failed."); in Create()
55 CORE_LOG_E("Instantiating object failed"); in LoadCached()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp26 CORE_LOG_E("Failed to attach Connector"); in META_BEGIN_NAMESPACE()
32 CORE_LOG_E("Failed to attach Connector: No such event"); in META_BEGIN_NAMESPACE()
38 CORE_LOG_E("Failed to attach Connector: No such function"); in META_BEGIN_NAMESPACE()
H A Dclass_registry.cpp33 CORE_LOG_E("ClassRegistry: Cannot unregister a null object factory"); in Unregister()
51 CORE_LOG_E("ClassRegistry: Cannot register a null object factory"); in Register()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_output.cpp44 CORE_LOG_E("Second root node, ignoring..."); in Visit()
125 CORE_LOG_E("Unknown node type"); in Visit()
157 CORE_LOG_E("failed to output root node object"); in Process()
160 CORE_LOG_E("root node did not contain object"); in Process()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp103 CORE_LOG_E("GetRawfilepath error, filename:%s, error:%u", path.data(), state); in IsDir()
292CORE_LOG_E("GetRawFileFromHap error, raw filename:%s, error:%u", rawFile.c_str(), state); in OpenRawFile()
301 CORE_LOG_E("GetMediaDataById error, resId:%u, error:%u", resId, state); in OpenRawFile()
310 CORE_LOG_E("GetMediaDataByName error, resName:%s, error:%u", resName.c_str(), state); in OpenRawFile()
315 CORE_LOG_E("load image data failed, as uri is invalid:%s", uri.c_str()); in OpenRawFile()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp40 CORE_LOG_E("Converting old meta v1 serialization data failed"); in ImportAsTree()
48 CORE_LOG_E("Fail"); in ImportAsTree()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h175CORE_LOG_E("%s: Object already initialized. Initialize can only be called on an uninitialized obje… in Initialize()
184CORE_LOG_E("%s: Cannot initialize with an instance of '%s'", GetClassName().data(), className.data… in Initialize()
231 CORE_LOG_E(
245 CORE_LOG_E(
368CORE_LOG_E("%s: Type mismatch on property '%s'", object_->GetClassName().data(), propertyName.data… in MetaProperty()
387 CORE_LOG_E( in ArrayMetaProperty()
565 CORE_LOG_E("%s: Cannot create instance", Class.Name().data()); in CreateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer.cpp191CORE_LOG_E("Failing a remove transaction during replace operation is not supported"); in Replace()
198 CORE_LOG_E("Failing an add transaction during replace operation is not supported"); in Replace()
244CORE_LOG_E("Adding '%s' to '%s' would lead to a loop in the container", object->GetName().c_str(), in CheckLoop()
H A Dflat_container.cpp142 CORE_LOG_E("Failing a remove transaction during replace operation is not supported"); in Replace()
149 CORE_LOG_E("Failing an add transaction during replace operation is not supported"); in Replace()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp301 CORE_LOG_E("Unsupported asset format: '%s'", src_.c_str()); in StartLoading()
377 CORE_LOG_E("Parsing json failed: '%s':\n%s", resolvedUri.c_str(), textIn.c_str()); in LoadJsonEntityCollection()
430CORE_LOG_E("Loaded '%s' with errors:\n%s", resolvedFile.c_str(), loadResult_.error.c_str()); in LoadGltfEntityCollection()
570CORE_LOG_E("Importing of '%s' failed: %s", GetUri().c_str(), gltfImportResult.error.c_str()); in GltfImportFinished()
593CORE_LOG_E("Entity '%s' not found from '%s'", entityPath.c_str(), GetUri().c_str()); in GltfImportFinished()
698 CORE_LOG_E("Error creating image '%s'", uri.c_str()); in LoadImageEntityCollection()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp181 CORE_LOG_E("TrackAnimation: Cannot animate array types"); in OnPropertyChanged()
184 CORE_LOG_E("TrackAnimation: Failed to create an array of target property type"); in OnPropertyChanged()
213CORE_LOG_E("TrackAnimation: Cannot remove keyframe from index %u.", static_cast<uint32_t>(index)); in RemoveKeyframe()
H A Danimation_state.cpp88 CORE_LOG_E("Invalid target animation"); in UpdateController()
190 CORE_LOG_E("Invalid target animation"); in Seek()
294 CORE_LOG_E("Invalid target state for animation: AnimationTargetState::UNDEFINED"); in SetState()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object.h107 CORE_LOG_E("Called Resolve for non-IObjectInstance"); in Resolve()
116 CORE_LOG_E("Called GetSelf for non-IObjectInstance"); in GetSelf()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h48 #define CORE_LOG_E(...) CORE_UNUSED(0) macro
71 #define CORE_LOG_E(...) \ macro
121 #define CORE_LOG_E(...) \ macro
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp113 CORE_LOG_E("Recursive property evaluation requested [property name=%s]", GetName().c_str()); in SetValue()
151CORE_LOG_E("Invalid value in stack, could not copy from [property name=%s]", GetName().c_str()); in GetValueFromStack()
167 CORE_LOG_E("Recursive property evaluation requested [property name=%s]", GetName().c_str()); in RawGetValue()
171CORE_LOG_E("GetValue called for not initialized property [property name=%s]", GetName().c_str()); in RawGetValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlibrary_linux.cpp35 CORE_LOG_E("Loading dynamic library '%s' failed: %s", filename.data(), errorMessage); in LibraryLinux()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dlibrary_mac.cpp35 CORE_LOG_E("Loading dynamic library '%s' failed: %s", filename.data(), errorMessage); in LibraryMac()

1234