Searched refs:GLOGD (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_collection_test.cpp | 96 GLOGD("CollectionTest002: create collection with name: %s", it); 104 GLOGD("CollectionTest002: create collection with name: %s", it); 125 GLOGD("CollectionTest003: create collection with name: %s", it); 165 GLOGD("CollectionTest005: create collection with option: %s", opt);
|
H A D | documentdb_api_test.cpp | 65 GLOGD("Open DB test 001: status: %d", status); 112 GLOGD("Open DB test 003: status: %d", status); 159 GLOGD("OpenDBPathTest001: open db with path: %s", path); 308 GLOGD("OpenDBConfigMaxConnNumTest001: test with config:%s", config.c_str()); 426 GLOGD("OpenDBConfigPageSizeTest001: test with config:%s", config.c_str()); 633 GLOGD("OpenDBFlagTest001: open doc db with flag %u", flag); 763 GLOGD("CloseDBFlagTest003: close doc db with flag %u", flag);
|
H A D | documentdb_data_test.cpp | 116 GLOGD("UpsertDataTest003: upsert data with collectionname: %s", it.first); 267 GLOGD("UpdateDataTest003: update data with collectionname: %s", it.first); 285 GLOGD("UpdateDataTest006: update data with flag: %u", flag);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
H A D | documentdb_json_common_test.cpp | 58 GLOGD("result: %s", src.Print().c_str()); 82 GLOGD("result: %s", src.Print().c_str()); 107 GLOGD("result: %s", src.Print().c_str()); 128 GLOGD("result: %s", src.Print().c_str()); 143 GLOGD("result: %s", src.Print().c_str()); 162 GLOGD("result: %s", src.Print().c_str()); 181 GLOGD("result: %s", src.Print().c_str()); 200 GLOGD("result: %s", src.Print().c_str()); 219 GLOGD("result: %s", src.Print().c_str()); 238 GLOGD("result: %s", src.Print().c_str()); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/ |
H A D | rd_log_print.h | 39 #define GLOGD(...) LogPrint::Log(LogPrint::Level::LEVEL_DEBUG, LOG_TAG_DOC, __VA_ARGS__) macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_store.cpp | 187 GLOGD("Parse upsert value failed. %d", errCode); in GetUpDataRePlaceData() 192 GLOGD("Parse original value failed. %d %s", errCode, valueGotStr.c_str()); in GetUpDataRePlaceData() 197 GLOGD("Append value failed. %d", errCode); in GetUpDataRePlaceData() 339 GLOGD("Parse original value failed. %d %s", errCode, valStr.c_str()); in GetUpsertRePlaceData() 344 GLOGD("Append value failed. %d", errCode); in GetUpsertRePlaceData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_sqlite_utils.cpp | 56 GLOGD("[SQLite] err=%d sys=%d %s", err, errno, sqlite3_errstr(err)); in SqliteLogCallback()
|
H A D | rd_json_object.cpp | 336 GLOGD("Add null object."); in AddItemToObject() 442 GLOGD("Add null object."); in InsertItemObject()
|