Home
last modified time | relevance | path

Searched refs:GLOGE (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp55 GLOGE("Check flags invalid."); in CreateCollection()
95 GLOGE("Check flags invalid."); in DropCollection()
156 GLOGE("update Parsed failed"); in UpdateArgsCheck()
167 GLOGE("Check flags invalid."); in UpdateArgsCheck()
266 GLOGE("filter Parsed failed"); in UpdateDocument()
298 GLOGE("Check flags invalid."); in UpsertArgsCheck()
410 GLOGE("upsert data conflict"); in UpsertDataIntoDB()
471 GLOGE("filter is invalid"); in UpsertDocument()
552 GLOGE("Filter is empty"); in DeleteArgsCheck()
823 GLOGE("filter is invalid"); in FindDocument()
[all …]
H A Ddocument_store_manager.cpp59 GLOGE("Check document db file path failed."); in GetDocumentStore()
65 GLOGE("Read db config str failed. %d", errCode); in GetDocumentStore()
70 GLOGE("Check document db open flags failed."); in GetDocumentStore()
74 GLOGE("Open db failed, file no exists."); in GetDocumentStore()
87 GLOGE("Open document store failed. %d", errCode); in GetDocumentStore()
94 GLOGE("Memory allocation failed!"); in GetDocumentStore()
113 GLOGE("Check document db close flags failed."); in CloseDocumentStore()
131 GLOGE("Invalid path empty"); in CheckDBPath()
136 GLOGE("Invalid path end with slash"); in CheckDBPath()
145 GLOGE("Get real path failed. %d", errCode); in CheckDBPath()
[all …]
H A Dresult_set.cpp60 GLOGE("cut branch faild"); in GetValueFromDB()
71 GLOGE("filter Parsed failed"); in GetNextWithField()
133 GLOGE("Start transaction faild"); in GetNext()
149 GLOGE("The value vector in resultSet is empty"); in GetValue()
155 GLOGE("Memory allocation failed!"); in GetValue()
160 GLOGE("strcpy_s failed"); in GetValue()
182 GLOGE("can not get data, because it is empty"); in GetKey()
192 GLOGE("No node to cut"); in CheckCutNode()
226 GLOGE("Genalral Id faild"); in InsertId()
232 GLOGE("CreatIdObj faild"); in InsertId()
[all …]
H A Dcollection.cpp119 GLOGE("Check collection failed. %d", errCode); in UpsertDocument()
123 GLOGE("Collection not created."); in UpsertDocument()
143 GLOGE("Check collection failed. %d", errCode); in UpdateDocument()
147 GLOGE("Collection not created."); in UpdateDocument()
H A Dresult_set_common.cpp33 GLOGE("Parse ProjectionTree failed"); in InitResultSet()
H A Ddocument_key.cpp43 GLOGE("get oid error"); in InitDocIdFromOid()
H A Dprojection_tree.cpp34 GLOGE("Memory allocation failed!"); in ParseSinglePathToTree()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp42 GLOGE("Set db page size failed. %d", errCode); in CreateDatabase()
48 GLOGE("Set db journal_mode failed. %d", errCode); in CreateDatabase()
54 GLOGE("Create meta table failed. %d", errCode); in CreateDatabase()
127 GLOGE("Cant find the collection"); in PutData()
156 GLOGE("have same ID before"); in InsertData()
167 GLOGE("Invalid db handle."); in GetDataByKey()
193 GLOGE("Invalid db handle."); in GetDataById()
243 GLOGE("Invalid db handle."); in GetDataByFilter()
269 GLOGE("srcObj Parsed failed"); in GetDataByFilter()
293 GLOGE("Invalid db handle."); in DelData()
[all …]
H A Drd_sqlite_utils.cpp71 GLOGE("Open database failed. %d", errCode); in CreateDataBase()
81 GLOGE("Set busy timeout failed:%d", errCode); in CreateDataBase()
89 GLOGE("Invalid db for get statement"); in GetStatement()
99 GLOGE("Prepare SQLite statement failed:%d", errCode); in GetStatement()
119 GLOGE("[RDSQLiteUtils] Step error:%d, sys:%d", errCode, errno); in StepWithRetry()
135 GLOGE("[RDSQLiteUtils] reset statement error:%d, sys:%d", errCode, errno); in ResetStatement()
146 GLOGE("[RDSQLiteUtils] finalize statement error:%d, sys:%d", finalizeResult, errno); in ResetStatement()
200 GLOGE("[SQLiteUtil][Bind text]Failed to bind the value:%d", errCode); in BindTextToStatement()
235 GLOGE("Execute sql failed. %d err: %s", errCode, errMsg); in ExecSql()
H A Dkv_store_manager.cpp34 GLOGE("Get kv store failed. %d", errCode); in GetKvStore()
49 GLOGE("Set db config failed. %d", errCode); in GetKvStore()
57 GLOGE("Read db config failed. %d", errCode); in GetKvStore()
62 GLOGE("Get kv store failed, db config changed. %d", errCode); in GetKvStore()
H A Drd_json_object.cpp114 GLOGE("cJson is nullptr,deep is 0"); in GetDeep()
173 GLOGE("Json's format is wrong"); in Init()
178 GLOGE("after Parse,cjson_'s type is not cJSON_Object"); in Init()
184 GLOGE("Int value is larger than double"); in Init()
348 GLOGE("Add item object to array over size."); in AddItemToObject()
353 GLOGE("type conflict."); in AddItemToObject()
372 GLOGE("Add item object to array over size."); in AddItemToObject()
377 GLOGE("type conflict."); in AddItemToObject()
578 GLOGE("Find item failed. json field path not found."); in FindItem()
603 GLOGE("Find item failed. json field path not found."); in FindItemPowerMode()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp62 GLOGE("Can not find config Value"); in CheckAndGetDBConfig()
152 GLOGE("Invalid db config"); in IsDbconfigValid()
166 GLOGE("Read DB config failed from str. %d", errCode); in GetDBConfigFromJsonStr()
178 GLOGE("Check DB config 'pageSize' failed."); in GetDBConfigFromJsonStr()
184 GLOGE("Check DB config 'redoFlushByTrx' failed."); in GetDBConfigFromJsonStr()
190 GLOGE("Check DB config 'redoPubBufSize' failed."); in GetDBConfigFromJsonStr()
196 GLOGE("Check DB config 'maxConnNum' failed."); in GetDBConfigFromJsonStr()
202 GLOGE("Check DB config 'bufferPoolSize' failed."); in GetDBConfigFromJsonStr()
208 GLOGE("Check DB config 'crcCheckEnable' failed."); in GetDBConfigFromJsonStr()
214 GLOGE("Check DB config 'shareModeEnable' failed."); in GetDBConfigFromJsonStr()
[all …]
H A Dcollection_option.cpp45 GLOGE("Invalid collection config."); in CFG_IsValid()
67 GLOGE("Read collection option failed from str. %d", errCode); in ReadOption()
73 GLOGE("Check collection option, not support config item. %d", errCode); in ReadOption()
84 GLOGE("Read collection option failed. %d", errCode); in ReadOption()
89 GLOGE("Check collection option failed, the field type of maxDoc is not NUMBER."); in ReadOption()
95 GLOGE("Check collection option failed, invalid maxDoc value."); in ReadOption()
H A Djson_common.cpp79 GLOGE("Get leafValue faied, node is empty"); in GetLeafValue()
358 GLOGE("Add collapse item to object failed, path not exist."); in AddSpliteHitField()
400 GLOGE("Add collapse item to object failed, path not exist."); in AddSpliteField()
430 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace()
436 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace()
443 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace()
448 GLOGE("Replace falied, no data match"); in JsonValueReplace()
499 GLOGE("Replace falied, no data match"); in JsonNodeReplace()
534 GLOGE("Add item to object failed. %d", errCode); in JsonNodeAppend()
546 GLOGE("Add nothing because data conflict"); in JsonNodeAppend()
[all …]
H A Dos_api.cpp45 GLOGE("[OS_API] OriPath too long."); in GetRealPath()
59 GLOGE("[OS_API] Realpath error:%d.", errno); in GetRealPath()
65 GLOGE("[OS] Realpath error:%d.", errno); in GetRealPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_resultset_api.cpp32 GLOGE("Fail to dlysm RD api symbol"); in GRD_Next()
44 GLOGE("Fail to dlysm RD api symbol"); in GRD_GetValue()
56 GLOGE("Fail to dlysm RD api symbol"); in GRD_FreeValue()
68 GLOGE("Fail to dlysm RD api symbol"); in GRD_FreeResultSet()
80 GLOGE("Fail to dlysm RD api symbol"); in GRD_Prev()
92 GLOGE("Fail to dlysm RD api symbol"); in GRD_Fetch()
H A Dgrd_document_api.cpp34 GLOGE("Fail to dlysm RD api symbol"); in GRD_CreateCollection()
46 GLOGE("Fail to dlysm RD api symbol"); in GRD_DropCollection()
59 GLOGE("Fail to dlysm RD api symbol"); in GRD_UpdateDoc()
72 GLOGE("Fail to dlysm RD api symbol"); in GRD_UpsertDoc()
84 GLOGE("Fail to dlysm RD api symbol"); in GRD_InsertDoc()
96 GLOGE("Fail to dlysm RD api symbol"); in GRD_DeleteDoc()
109 GLOGE("Fail to dlysm RD api symbol"); in GRD_FindDoc()
H A Dcheck_common.cpp66 GLOGE("Collection name is illegal"); in CheckCollectionName()
105 GLOGE("filter's json deep is deeper than JSON_DEEP_MAX"); in CheckFilter()
118 GLOGE("Filter Id format is illegal"); in CheckFilter()
143 GLOGE("documentObj's json deep is deeper than JSON_DEEP_MAX"); in CheckDocument()
152 GLOGE("Document json field format is illegal"); in CheckDocument()
183 GLOGE("updata fieldName is illegal"); in CheckSingleUpdataDocPath()
207 GLOGE("document's json deep is deeper than JSON_DEEP_MAX"); in CheckUpdata()
241 GLOGE("projectionObj's json deep is deeper than JSON_DEEP_MAX"); in CheckProjection()
248 GLOGE("projection json field format is illegal"); in CheckProjection()
H A Dgrd_resultset_api_inner.cpp27 GLOGE("resultSet is nullptr"); in GRD_NextInner()
37 GLOGE("resultSet is nullptr,cant get value from it"); in GRD_GetValueInner()
43 GLOGE("Value that get from resultSet is nullptr"); in GRD_GetValueInner()
H A Dgrd_document_api_inner.cpp109 GLOGE("Memory allocation failed!"); in GRD_FindDocInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api.cpp35 GLOGE("Fail to dlysm RD api symbol"); in GRD_DBOpen()
47 GLOGE("Fail to dlysm RD api symbol"); in GRD_DBClose()
59 GLOGE("Fail to dlysm RD api symbol"); in GRD_DBBackup()
72 GLOGE("Fail to dlysm RD api symbol"); in GRD_DBRestore()
84 GLOGE("Fail to dlysm RD api symbol"); in GRD_Flush()
96 GLOGE("Fail to dlysm RD api symbol"); in GRD_IndexPreload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Drd_log_print.h42 #define GLOGE(...) LogPrint::Log(LogPrint::Level::LEVEL_ERROR, LOG_TAG_DOC, __VA_ARGS__) macro