Home
last modified time | relevance | path

Searched refs:CORE_LOG_E (Results 1 - 25 of 86) sorted by relevance

1234

/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()
210 CORE_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("Faile in CreateDirectory()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h38 CORE_LOG_E("Object does not implement IAttach"); in Connect()
43 CORE_LOG_E("Failed to create connector object"); in Connect()
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()
/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()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.cpp26 CORE_LOG_E("Failed to attach Connector"); in AttachTo()
32 CORE_LOG_E("Failed to attach Connector: No such event"); in AttachTo()
38 CORE_LOG_E("Failed to attach Connector: No such function"); in AttachTo()
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()
H A Dany.h48 CORE_LOG_E("DummyAny: cloning into an array not supported.");
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Djson_content_loader.cpp47 CORE_LOG_E("Importing object hierarchy failed."); in Create()
55 CORE_LOG_E("Instantiating object failed"); in LoadCached()
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()
149 CORE_LOG_E("Number of items on line %llu does not match the number of CSV header items (%zu vs %zu)", in ParseCsv()
/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()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_output.cpp44 CORE_LOG_E("Second root node, ignoring...");
125 CORE_LOG_E("Unknown node type");
157 CORE_LOG_E("failed to output root node object"); in Process()
160 CORE_LOG_E("root node did not contain object"); in Process()
/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()
292 CORE_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()
H A Dlibrary_ohos.cpp35 CORE_LOG_E("Loading dynamic library '%s' failed: %s", filename.data(), errorMessage); in LibraryOHOS()
/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()
/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()
213 CORE_LOG_E("TrackAnimation: Cannot remove keyframe from index %u.", static_cast<uint32_t>(index)); in RemoveKeyframe()
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer.cpp191 CORE_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()
244 CORE_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()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h175 CORE_LOG_E("%s: Object already initialized. Initialize can only be called on an uninitialized object", in Initialize()
184 CORE_LOG_E("%s: Cannot initialize with an instance of '%s'", GetClassName().data(), className.data()); in Initialize()
231 CORE_LOG_E(
245 CORE_LOG_E(
368 CORE_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());
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp94 CORE_LOG_E("failed to init freetype library: %s", GetErrorString().c_str()); in FontManager()
162 CORE_LOG_E("failed to open font %s | %s", typeFace.path.data(), GetErrorString().c_str()); in CreateFontBuffer()
171 CORE_LOG_E("failed to read %zu bytes from %s | %s", len, typeFace.path.data(), GetErrorString().c_str()); in CreateFontBuffer()
251 CORE_LOG_E("failed to open font %s | %s", path.data(), GetErrorString().c_str()); in GetTypeFacesByFile()
260 CORE_LOG_E("failed to read %zu bytes from %s | %s", len, path.data(), GetErrorString().c_str()); in GetTypeFacesByFile()
327 CORE_LOG_E("failed to init font face"); in OpenFtFace()
331 CORE_LOG_E("failed to init font face, no unicode charmap available"); in OpenFtFace()
/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()
/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()
/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()
430 CORE_LOG_E("Loaded '%s' with errors:\n%s", resolvedFile.c_str(), loadResult_.error.c_str()); in LoadGltfEntityCollection()
570 CORE_LOG_E("Importing of '%s' failed: %s", GetUri().c_str(), gltfImportResult.error.c_str()); in GltfImportFinished()
593 CORE_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()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlibrary_windows.cpp49 CORE_LOG_E("Loading dynamic library '%s' failed: 0x%lx", tmp.c_str(), errorCode); in LibraryWindows()

Completed in 13 milliseconds

1234