/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | file_manager.cpp | 135 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("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 D | image_loader_libjpeg.cpp | 46 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 D | image_loader_common.h | 112 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 D | image_loader_libpng.cpp | 47 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 D | connector.h | 38 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 D | call_context.h | 153 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 D | event_handler.h | 107 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 D | csv_string_resource_loader.cpp | 66 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()
|
H A D | json_content_loader.cpp | 47 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 D | connector.cpp | 26 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 D | class_registry.cpp | 33 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 D | json_output.cpp | 44 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 D | ohos_file.cpp | 103 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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | json_importer.cpp | 40 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 D | object_api.h | 175 …CORE_LOG_E("%s: Object already initialized. Initialize can only be called on an uninitialized obje… 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()); in CreateObject()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container.cpp | 191 … 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 D | flat_container.cpp | 142 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 D | asset_loader.cpp | 301 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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation.cpp | 181 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()
|
H A D | animation_state.cpp | 88 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 D | intf_object.h | 107 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 D | log.h | 48 #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 D | stack_property.cpp | 113 CORE_LOG_E("Recursive property evaluation requested [property name=%s]", GetName().c_str()); in SetValue() 151 … CORE_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() 171 … CORE_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 D | library_linux.cpp | 35 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 D | library_mac.cpp | 35 CORE_LOG_E("Loading dynamic library '%s' failed: %s", filename.data(), errorMessage); in LibraryMac()
|